History log of /vbox/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c
Revision Date Author Comments Expand
715e49c31b15c23c17a9ce3be42a75e7c48d4b78 36190 07-Mar-2011 vboxsync

IPRT,Drivers: Committed a modified version of the diff_linux_guest_host patch. This mangles the IPRT symbols in kernel space on linux and later other platforms.

/vbox/include/VBox/SUPDrvMangling.h /vbox/include/VBox/VBoxGuestMangling.h /vbox/include/iprt/mangling.h /vbox/include/iprt/semaphore.h /vbox/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest /vbox/src/VBox/Additions/common/VBoxGuest/linux/Makefile /vbox/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest /vbox/src/VBox/Additions/linux/Makefile /vbox/src/VBox/Additions/linux/drm/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/files_vboxsf /vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h /vbox/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/files_vboxdrv /vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp /vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt /vbox/src/VBox/HostDrivers/linux/Makefile /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWait-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWaitNoResume-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-lockless-generic.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp semevent-r0drv-freebsd.c semeventmulti-r0drv-freebsd.c semmutex-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c
9837b5326a44772e824a15f2d5d937ddfd627d54 33376 24-Oct-2010 vboxsync

FreeBSD: Implement RTSemEvent{|Multi}WaitEx

418b9db49fbc652ef9c3f030fdc0f1a322403d95 33269 20-Oct-2010 vboxsync

IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on posix. (Turned out to be a bit more work than expected because of the electric fence heap and init dependencies.)

/vbox/Config.kmk /vbox/include/iprt/critsect.h /vbox/include/iprt/mem.h /vbox/include/iprt/semaphore.h /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/HostDrivers/Support/SUPDrv.c /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/misc/lockvalidator.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/include/internal/mem.h /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp semevent-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/posix/RTMemProtect-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/semevent-win.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/recompiler/VBoxREMWrapper.cpp
e0e7da0420be1398d23ffa9953686d3a43619abd 33155 15-Oct-2010 vboxsync

IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution to r0drv.

/vbox/include/iprt/semaphore.h /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp semevent-r0drv-freebsd.c semeventmulti-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h /vbox/src/VBox/Runtime/r0drv/nt/RTTimerGetSystemGranularity-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c
b79e4344bf4eb8033fd06d560cd864192728bd0b 25724 11-Jan-2010 vboxsync

iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow checks in two RTFileAioCtxWait implementations.

/vbox/include/iprt/file.h /vbox/include/iprt/req.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp semevent-r0drv-freebsd.c semeventmulti-r0drv-freebsd.c thread-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp /vbox/src/VBox/Runtime/r3/linux/fileaio-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semmutex-linux.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/posix/fileaio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semmutex-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win/fileaio-win.cpp /vbox/src/VBox/Runtime/r3/win/semevent-win.cpp /vbox/src/VBox/Runtime/r3/win/semeventmulti-win.cpp /vbox/src/VBox/Runtime/r3/win/semmutex-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp
a734bb626f889ee3334bfc381be194b4ec56aae6 25717 11-Jan-2010 vboxsync

iprt: Added RTSemEventCreateEx and did some cleanups of the RTSemEventDestroy behavior wrt NIL handles.

c9c40e4aea0cae32719061bfb6968409aa22d460 22819 07-Sep-2009 vboxsync

FreeBSD: Fix R0 semevent implementation for FreeBSD 7.x

135d4fd34eb73c299eacfa22c1a864e2aba97fef 22677 01-Sep-2009 vboxsync

Runtime/FreeBSD: Initialize spinlock variables and fix panic with debug builds

fea595114d685c0f865a710172df95896f08d47b 22582 30-Aug-2009 vboxsync

Runtime/semevent{multi}-r0drv-freebsd: Replace spin/default mutexes with sleep queues and our spinlock implementation and unify the code of both variants. Spin mutexes can't be interrupted because they disable interrupts and default mutexes. Fixes panics if the kernel is compiled with WITNESS and INVARIANTS.

94531bbbcb86c3bd0e0006ae9a25d7ce5ce0c689 20448 10-Jun-2009 vboxsync

Runtime/semevent-r0drv-freebsd: Use a sleeping mutex instead of a spinlock to fix the problems users are seeing (assertions with debugging enabled) while still being able to run on 100Hz hosts. No problems detected so far and Solaris doesn't use a spin mutex in this code too so it shouldn't do any harm (keeping fingers crossed)

a9955e049b100e600152b2479d71bd6021726e21 20208 03-Jun-2009 vboxsync

FreeBSD: typo

1de07d4096df67305202a4612d134018f8590b59 20116 28-May-2009 vboxsync

semevent-r0drv-freebsd.c: r=bird: two bugs.

fccb13ae7a822ee3127d0daf1fe7adce297f6289 20107 27-May-2009 vboxsync

SemEvent-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. Should fix the assertion seen by users

df7b4d2a67b197ce76effc2d7ffa87e5e09264aa 19972 24-May-2009 vboxsync

SemEvent/FreeBSD: Use tsleep instead of msleep_spin. Looks like tlseep works better with small tick values. Fixes hangs with 100Hz kernels. It is also possible to interrupt the wait again

24b814713d57519124d491243137f551be686c66 19565 11-May-2009 vboxsync

Runtime/r0drv-freebsd: Allocate zeroed memory for the mutexes or we panic when several debugging options are enabled in the kernel

8d0abb17c60d1a8598e7769dc4ac29c962eeeb86 18919 15-Apr-2009 vboxsync

Runtime/R0/FreeBSD: Use msleep_spin instead of msleep because the mutex is a spinlock and the kernel panics if msleep is used

5b281ba489ca18f0380d7efc7a5108b606cce449 8245 21-Apr-2008 vboxsync

rebranding: IPRT files again.

/vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cpputils.h /vbox/include/iprt/cpuset.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/getopt.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/lock.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/mp.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/compiler/compiler.h /vbox/include/iprt/nocrt/compiler/gcc.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdarg.h /vbox/include/iprt/nocrt/stddef.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/crc64.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp /vbox/src/VBox/Runtime/common/err/errmsg.cpp /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELF.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/misc/assert.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/rand.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/sanity-c.c /vbox/src/VBox/Runtime/common/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/misc/zip.cpp /vbox/src/VBox/Runtime/common/string/memchr.cpp /vbox/src/VBox/Runtime/common/string/memchr_alias.c /vbox/src/VBox/Runtime/common/string/memcmp.cpp /vbox/src/VBox/Runtime/common/string/memcmp_alias.c /vbox/src/VBox/Runtime/common/string/memcpy.cpp /vbox/src/VBox/Runtime/common/string/memcpy_alias.c /vbox/src/VBox/Runtime/common/string/memmove_alias.c /vbox/src/VBox/Runtime/common/string/memset.cpp /vbox/src/VBox/Runtime/common/string/memset_alias.c /vbox/src/VBox/Runtime/common/string/straprintf.cpp /vbox/src/VBox/Runtime/common/string/strchr_alias.c /vbox/src/VBox/Runtime/common/string/strcmp_alias.c /vbox/src/VBox/Runtime/common/string/strcpy.cpp /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/string/string.cpp /vbox/src/VBox/Runtime/common/string/strlen.cpp /vbox/src/VBox/Runtime/common/string/strncmp.cpp /vbox/src/VBox/Runtime/common/string/strpbrk.cpp /vbox/src/VBox/Runtime/common/string/strprintf.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strstrip.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/uni.cpp /vbox/src/VBox/Runtime/common/string/unidata.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-16.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/table/avlgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlhcphys.cpp /vbox/src/VBox/Runtime/common/table/avllu32.cpp /vbox/src/VBox/Runtime/common/table/avlogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlohcphys.cpp /vbox/src/VBox/Runtime/common/table/avloioport.cpp /vbox/src/VBox/Runtime/common/table/avlpv.cpp /vbox/src/VBox/Runtime/common/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlroioport.cpp /vbox/src/VBox/Runtime/common/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlu32.cpp /vbox/src/VBox/Runtime/common/table/avlul.cpp /vbox/src/VBox/Runtime/common/table/table.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timeprog.cpp /vbox/src/VBox/Runtime/common/time/timesup.cpp /vbox/src/VBox/Runtime/common/time/timesupref.cpp /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/common/time/timesysalias.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/rand-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/tls-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp alloc-r0drv-freebsd.c assert-r0drv-freebsd.c initterm-r0drv-freebsd.c memobj-r0drv-freebsd.c mp-r0drv-darwin.cpp process-r0drv-freebsd.c semevent-r0drv-freebsd.c semeventmulti-r0drv-freebsd.c semfastmutex-r0drv-freebsd.c spinlock-r0drv-freebsd.c the-freebsd-kernel.h thread-r0drv-freebsd.c thread2-r0drv-freebsd.c time-r0drv-freebsd.c timer-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/mp-r0drv.h /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h /vbox/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semmutex-linux.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/filelock-os2.cpp /vbox/src/VBox/Runtime/r3/os2/mp-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sched-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/os2/time-os2.cpp /vbox/src/VBox/Runtime/r3/path.cpp /vbox/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semmutex-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semrw-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/tls-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/dir-win.cpp /vbox/src/VBox/Runtime/r3/win/fileio-win.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/ldrNative-win.cpp /vbox/src/VBox/Runtime/r3/win/mp-win.cpp /vbox/src/VBox/Runtime/r3/win/path-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/sems-win.cpp /vbox/src/VBox/Runtime/r3/win/system-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp /vbox/src/VBox/Runtime/r3/win/time-win.cpp /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/r3/win/tls-win.cpp /vbox/src/VBox/Runtime/r3/win/utf16locale-win.cpp /vbox/src/VBox/Runtime/r3/win/utf8-win.cpp /vbox/src/VBox/Runtime/r3/win/uuid-win.cpp /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstEnv.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstGetOpt.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstNoCrt-1.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime-4.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win/errmsgwin.cpp /vbox/src/libs/kStuff/iprt/kRdrFile-iprt.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
ad6025fdf797313667d02b6dd49b0be9b58d4a05 8170 18-Apr-2008 vboxsync

Rebranding: replacing more innotek strings.

/vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VirtualBox/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h /vbox/src/VBox/Frontends/VirtualBox4/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxIChatTheaterWrapper.m /vbox/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-new.c /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/RDP/client/xkeymap.c /vbox/src/VBox/RDP/client/xwin.c /vbox/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/crc64.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp /vbox/src/VBox/Runtime/common/err/errmsg.cpp /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELF.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/misc/assert.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/rand.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/sanity-c.c /vbox/src/VBox/Runtime/common/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/misc/zip.cpp /vbox/src/VBox/Runtime/common/string/memchr.cpp /vbox/src/VBox/Runtime/common/string/memchr_alias.c /vbox/src/VBox/Runtime/common/string/memcmp.cpp /vbox/src/VBox/Runtime/common/string/memcmp_alias.c /vbox/src/VBox/Runtime/common/string/memcpy.cpp /vbox/src/VBox/Runtime/common/string/memcpy_alias.c /vbox/src/VBox/Runtime/common/string/memmove_alias.c /vbox/src/VBox/Runtime/common/string/memset.cpp /vbox/src/VBox/Runtime/common/string/memset_alias.c /vbox/src/VBox/Runtime/common/string/straprintf.cpp /vbox/src/VBox/Runtime/common/string/strchr_alias.c /vbox/src/VBox/Runtime/common/string/strcmp_alias.c /vbox/src/VBox/Runtime/common/string/strcpy.cpp /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/string/string.cpp /vbox/src/VBox/Runtime/common/string/strlen.cpp /vbox/src/VBox/Runtime/common/string/strncmp.cpp /vbox/src/VBox/Runtime/common/string/strpbrk.cpp /vbox/src/VBox/Runtime/common/string/strprintf.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strstrip.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/uni.cpp /vbox/src/VBox/Runtime/common/string/unidata.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-16.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/table/avlgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlhcphys.cpp /vbox/src/VBox/Runtime/common/table/avllu32.cpp /vbox/src/VBox/Runtime/common/table/avlogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlohcphys.cpp /vbox/src/VBox/Runtime/common/table/avloioport.cpp /vbox/src/VBox/Runtime/common/table/avlpv.cpp /vbox/src/VBox/Runtime/common/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlroioport.cpp /vbox/src/VBox/Runtime/common/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlu32.cpp /vbox/src/VBox/Runtime/common/table/avlul.cpp /vbox/src/VBox/Runtime/common/table/table.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timeprog.cpp /vbox/src/VBox/Runtime/common/time/timesup.cpp /vbox/src/VBox/Runtime/common/time/timesupA.asm /vbox/src/VBox/Runtime/common/time/timesupA.mac /vbox/src/VBox/Runtime/common/time/timesupref.cpp /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/common/time/timesysalias.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/rand-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/tls-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp alloc-r0drv-freebsd.c assert-r0drv-freebsd.c initterm-r0drv-freebsd.c memobj-r0drv-freebsd.c mp-r0drv-darwin.cpp process-r0drv-freebsd.c semevent-r0drv-freebsd.c semeventmulti-r0drv-freebsd.c semfastmutex-r0drv-freebsd.c spinlock-r0drv-freebsd.c the-freebsd-kernel.h thread-r0drv-freebsd.c thread2-r0drv-freebsd.c time-r0drv-freebsd.c timer-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/mp-r0drv.h /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h /vbox/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semmutex-linux.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/filelock-os2.cpp /vbox/src/VBox/Runtime/r3/os2/mp-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sched-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/os2/time-os2.cpp /vbox/src/VBox/Runtime/r3/path.cpp /vbox/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semmutex-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semrw-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/tls-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/dir-win.cpp /vbox/src/VBox/Runtime/r3/win/fileio-win.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/ldrNative-win.cpp /vbox/src/VBox/Runtime/r3/win/mp-win.cpp /vbox/src/VBox/Runtime/r3/win/path-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/sems-win.cpp /vbox/src/VBox/Runtime/r3/win/system-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp /vbox/src/VBox/Runtime/r3/win/time-win.cpp /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/r3/win/tls-win.cpp /vbox/src/VBox/Runtime/r3/win/utf16locale-win.cpp /vbox/src/VBox/Runtime/r3/win/utf8-win.cpp /vbox/src/VBox/Runtime/r3/win/uuid-win.cpp /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstEnv.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstGetOpt.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstNoCrt-1.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime-4.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win/errmsgwin.cpp /vbox/src/libs/kStuff/iprt/kRdrFile-iprt.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
1f1986470af9f0bb750dd859b142dc2e952deb20 3680 18-Jul-2007 vboxsync

Implemented some more FreeBSD ring-0 driver code.