VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32878   14 years vboxsync strncat fixes
(edit) @32864   14 years vboxsync Comment typo.
(edit) @32836   14 years vboxsync Runtime: fix check
(edit) @32834   14 years vboxsync Runtime/fs-posix.cpp: Implement RTFsQueryType() for FreeBSD
(edit) @32830   14 years vboxsync tcp.cpp: Make the outlined fix for rtTcpClose work
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32810   14 years vboxsync tcp.cpp: Outlined fix rtTcpClose fix for 3.2.
(edit) @32801   14 years vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32800   14 years vboxsync socket.cpp: minor cleanup.
(edit) @32757   14 years vboxsync more fudge.
(edit) @32756   14 years vboxsync Runtime: more fixes
(edit) @32754   14 years vboxsync Runtime: next burn fix try
(edit) @32753   14 years vboxsync tstRTR0Timer: fixes, works on linux now.
(edit) @32752   14 years vboxsync Runtime: fix piggy compiler
(edit) @32751   14 years vboxsync Runtime: initial VFS support for tar
(edit) @32749   14 years vboxsync tstRTR0Timer: fixes.
(edit) @32748   14 years vboxsync r0drv/linux/timer-r0drv-linux.c: fixes for cpu specific timers.
(edit) @32742   14 years vboxsync tstRTR0Timer: some train code.
(edit) @32737   14 years vboxsync timer-r0drv-linux.c: Fixes.
(edit) @32736   14 years vboxsync tstRTR0Timer: More tests (almost there now).
(edit) @32713   14 years vboxsync Runtime/alloc-r0drv: fixed invalid paramter return value
(edit) @32711   14 years vboxsync timer-r0drv-linux.c: incorrect check for cpu migration.
(edit) @32708   14 years vboxsync iprt: build fixes
(edit) @32707   14 years vboxsync IPRT: Added RTMemAllocEx[Tag] and RTMemFreeEx, only implemented in …
(edit) @32674   14 years vboxsync IPRT: started on some internal ring-0 alloc api.
(edit) @32670   14 years vboxsync timer-r0drv-linux.c: bug fixes. The ugly guest debugging tracking will …
(edit) @32669   14 years vboxsync tstRTR0Timer: Some more tests.
(edit) @32657   14 years vboxsync IPRT/process-win: Added fallback for environment block creation …
(edit) @32656   14 years vboxsync IPRT/process-win: Added dynamic loading of Userenv-APIs.
(edit) @32653   14 years vboxsync IPRT/process-win: Added extended user profile invocation (environment …
(edit) @32648   14 years vboxsync IPRT: linux kernel timer changes, testcase. hrtimers are not working …
(edit) @32630   14 years vboxsync Runtime: fix burn
(edit) @32629   14 years vboxsync Runtime: remove the useless secondary temporary memory pointer
(edit) @32611   14 years vboxsync tstRTR0Timer: Started on a timer testcase for ring-0.
(edit) @32602   14 years vboxsync Runtime: fix burn
(edit) @32601   14 years vboxsync Runtime: fix burn
(edit) @32599   14 years vboxsync Runtime: fixed todos; distinct between real VERR_EOF and tar end of …
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32569   14 years vboxsync Runtime: fix burn
(edit) @32568   14 years vboxsync OVA: parse ovf in memory on ova import (no need for a temporary ovf …
(edit) @32566   14 years vboxsync Runtime: in-memory extraction support for tar
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @32536   14 years vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @32530   14 years vboxsync Runtime/r3/coredumper: proper type.
(edit) @32529   14 years vboxsync Runtime/Makefile: coredumper only on amd64,x86 not sparc.
(edit) @32509   14 years vboxsync another windows build fix.
(edit) @32504   14 years vboxsync SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
(edit) @32485   14 years vboxsync timer-r0drv-linux.c: doc typo.
(edit) @32464   14 years vboxsync Runtime: only include critsect.h in stream.cpp if it is needed
(edit) @32463   14 years vboxsync IPRT/spinlock-r0drv-nt: Enabled RTSPINLOCK_NT_HACK_NOIRQ by default.
(edit) @32454   14 years vboxsync Build fix.
(edit) @32453   14 years vboxsync spinlock-r0drv-nt.cpp: Hack to try to resolve the ISR issue in …
(edit) @32446   14 years vboxsync tstRTList.cpp: Check one more thing.
(edit) @32445   14 years vboxsync iprt/list.h: Added RTListForEachSafe and RTListForEachReverseSafe.
(edit) @32439   14 years vboxsync Runtime/r3/coredumper: log.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32428   14 years vboxsync Build fix
(edit) @32426   14 years vboxsync IPRT/fileaio-win: Fix misunderstanding of GetQueuedCompletionStatus. …
(edit) @32424   14 years vboxsync Runtime/r3/coredumper: argh.
(edit) @32423   14 years vboxsync Runtime/r3/coredumper: comment.
(edit) @32422   14 years vboxsync Runtime/r3/coredumper: addressed remaining todos in r65763.
(edit) @32416   14 years vboxsync Backed out r65777
(edit) @32415   14 years vboxsync Export more avl functions
(edit) @32413   14 years vboxsync Runtime/r3/coredumper: wrong assumption.
(edit) @32411   14 years vboxsync Runtime/r3/coredumper: addressed some todos in r65763.
(edit) @32406   14 years vboxsync build fix
(edit) @32404   14 years vboxsync missing svn:keywords
(edit) @32403   14 years vboxsync r=bird: Quick glance at the solaris core dumper.
(edit) @32394   14 years vboxsync more branding and header fixes
(edit) @32377   14 years vboxsync Runtime/r3/solaris: signal handler fixes.
(edit) @32376   14 years vboxsync Runtime/r3/coredumper: tighten signal handling code.
(edit) @32374   14 years vboxsync Runtime/r3/coredumper: remove SIGUSR2 when disabling dumper.
(edit) @32359   14 years vboxsync Runtime/r3/coredumper: flags.
(edit) @32355   14 years vboxsync IPRT: Added RTLogRelSetBuffering and RTLogSetBuffering.
(edit) @32353   14 years vboxsync Runtime/r3/coredumper: Fix taking live core when signalled externally.
(edit) @32350   14 years vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32348   14 years vboxsync RTR0MemObj*: Return VERR_NOT_SUPPORTED instead of VERR_NOT_IMPLEMENTED …
(edit) @32347   14 years vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32332   14 years vboxsync tstTimer: be more verbose
(edit) @32330   14 years vboxsync tstTimer: added some deviation statistics
(edit) @32320   14 years vboxsync oops
(edit) @32303   14 years vboxsync rtR0MemObjNativeFree/nt: Handle objects created by …
(edit) @32292   14 years vboxsync RTProcTerminate/win: Initializes globals.
(edit) @32288   14 years vboxsync Forgot makefile update
(edit) @32284   14 years vboxsync Pointer based GCPhys AVL tree
(edit) @32276   14 years vboxsync IPRT/Socket: Add extended select API where the events to wait for can …
(edit) @32257   14 years vboxsync iprt/ipv4.cpp: fixed mixed code/declaration C warnings
(edit) @32253   14 years vboxsync VMM/DBGF: Added CoreDescriptor.
(edit) @32235   14 years vboxsync RTCoreDumper: added comment on the hardcoded padding, and why NULL …
(edit) @32227   14 years vboxsync quiet
(edit) @32223   14 years vboxsync OSE headers fixes
(edit) @32221   14 years vboxsync RTCoreDumper: debug build fix.
(edit) @32220   14 years vboxsync spaces.
(edit) @32219   14 years vboxsync VMM/DBGFCoreWrite: bits.
(edit) @32210   14 years vboxsync remove obsolete file
(edit) @32204   14 years vboxsync Runtime: re-added ldrELF.h
(edit) @32203   14 years vboxsync Runtime: remove ldfELF.h to fix svn on Windows hosts
(edit) @32202   14 years vboxsync RTCoreDumper: fix potential crash with reading passed buffer.
(edit) @32197   14 years vboxsync Runtime: Our own ldrELF32,64.h headers. Renamed ldrElf.h->ldrELF.h.
(edit) @32134   14 years vboxsync nits
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette