# # ChangeLog for trunk/src/VBox/Runtime in vbox # # Generated by Trac 1.4.3.2 # Feb 11, 2025 12:39:55 AM Tue, 05 May 2009 17:26:18 GMT vboxsync [19391] * trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c (modified) IPRT: Explained RTMpOthers preemption req to the caller in mp.h, but ... Tue, 05 May 2009 17:12:48 GMT vboxsync [19389] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp (added) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) IPRT: Implemented RTMpPokeCpu where it made sense (untested). Tue, 05 May 2009 16:27:12 GMT vboxsync [19387] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/r0drv: include string (StrDup/DupEx/Free) into r0drv. Tue, 05 May 2009 15:24:54 GMT vboxsync [19384] * trunk/src/VBox/Runtime/common/string/string.cpp (modified) iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header). Tue, 05 May 2009 12:35:14 GMT vboxsync [19371] * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (modified) Runtime/Aio: Prevent inclusion of swabb.h because g++ doesn't like ... Tue, 05 May 2009 12:20:09 GMT vboxsync [19370] * trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp (modified) Runtime/Aio: Fix the POSIX backend for Darwin. We have to obey the ... Tue, 05 May 2009 12:15:28 GMT vboxsync [19368] * trunk/src/VBox/Runtime/include/internal/magics.h (modified) IPRT: initial check in of the runtime S3 interface (not used yet) Tue, 05 May 2009 08:59:24 GMT vboxsync [19355] * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) Runtime/r0drv/Solaris: fixed warning. Tue, 05 May 2009 02:44:04 GMT vboxsync [19350] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp (modified) * trunk/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp (modified) IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and ... Tue, 05 May 2009 00:40:33 GMT vboxsync [19348] * trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp (added) Runtime/Aio: Properties Tue, 05 May 2009 00:39:14 GMT vboxsync [19346] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) Runtime/Aio: Updates * Add POSIX backend needed for the Darwin ... Mon, 04 May 2009 21:25:26 GMT vboxsync [19341] * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c (modified) Runtime/r0drv-freebsd: Fixes for FreeBSD 8.0. Thanks to Ulf Lilleengen Mon, 04 May 2009 16:48:14 GMT vboxsync [19338] * trunk/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/32/vbi (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/64/vbi (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c (modified) 3880 VirtualBox and Solaris build 114 - don't use curproc Mon, 04 May 2009 15:57:28 GMT vboxsync [19332] * trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c (modified) Runtime/r0drv/solaris: RTSemEventMulti fix for waking all threads not ... Mon, 04 May 2009 03:29:02 GMT vboxsync [19315] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) Logging: introducing NAT and NET log groups Sun, 03 May 2009 19:24:41 GMT vboxsync [19308] * trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp (modified) gcc-4.4 warnings Wed, 29 Apr 2009 13:22:56 GMT vboxsync [19264] * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) Runtime/MP-freebsd: Fix typo which makes the kernel module unloadable Mon, 27 Apr 2009 13:56:45 GMT vboxsync [19212] * trunk/src/VBox/Runtime/r3/dir.cpp (modified) Newline. Mon, 27 Apr 2009 13:56:07 GMT vboxsync [19211] * trunk/include/iprt/dir.h (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) IPRT: Function RTDirRemoveRecursive added. Only partially implemented ... Mon, 27 Apr 2009 10:16:10 GMT vboxsync [19206] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: Use generic UUID code on windows as well. Mon, 27 Apr 2009 10:03:40 GMT vboxsync [19205] * trunk/src/VBox/Runtime/testcase/tstUuid.cpp (modified) tstUuid: Updated to RTTest and added tests for the new Utf16 functions. Mon, 27 Apr 2009 09:25:37 GMT vboxsync [19198] * trunk/include/iprt/uuid.h (modified) * trunk/src/VBox/Runtime/generic/uuid-generic.cpp (modified) IPRT: Added RTUuidFrom/ToUtf16. (untested) Sun, 26 Apr 2009 09:15:02 GMT vboxsync [19188] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/Aio: Makefile Sun, 26 Apr 2009 09:05:51 GMT vboxsync [19187] * trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp (added) Runtime/Aio: Add FreeBSD backend Sun, 26 Apr 2009 09:05:32 GMT vboxsync [19186] * trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp (added) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) Runtime/Aio: Add Windows backend Sun, 26 Apr 2009 09:04:33 GMT vboxsync [19185] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstFileAio.cpp (modified) Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris ... Fri, 24 Apr 2009 15:35:54 GMT vboxsync [19171] * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/Runtime/r3/fs.cpp (modified) Shared folders: less ugly solution for making execute bits set on ... Fri, 24 Apr 2009 12:15:18 GMT vboxsync [19167] * trunk/include/iprt/cdefs.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (modified) iprt/cdefs.h,RTLdr: Added an generic RT_NOTHING macro to fixing ... Fri, 24 Apr 2009 11:55:10 GMT vboxsync [19166] * trunk/src/VBox/Runtime/include/internal/fileaio.h (added) IPRT/include/internal/fileaio.h: export; (C) year. Thu, 23 Apr 2009 15:09:02 GMT vboxsync [19147] * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) #3854: Error checking for skb_gso_segment(). Thu, 23 Apr 2009 13:57:39 GMT vboxsync [19143] * trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp (modified) Compile fixes Thu, 23 Apr 2009 07:15:37 GMT vboxsync [19128] * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (modified) gcc-4.4 warning Wed, 22 Apr 2009 22:52:02 GMT vboxsync [19126] * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (modified) Runtime/Aio: * Move the validation macros to a new header because ... Wed, 22 Apr 2009 20:34:12 GMT vboxsync [19120] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxAquaStyle.h (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp (modified) * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) Various files: Virtual Box -> VirtualBox. Tue, 21 Apr 2009 12:34:18 GMT vboxsync [19071] * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) memobj-r0drv-freebsd.c: make the exit point easier to spot. Tue, 21 Apr 2009 10:54:07 GMT vboxsync [19057] * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) IPRT/mp-r0drv-freebsd.c: Fixed a couple of issues. (hope it still works) Tue, 21 Apr 2009 10:16:23 GMT vboxsync [19056] * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) IPRT/darwin-r0: Fixed bug in RTMpOnOthers. Tue, 21 Apr 2009 09:23:14 GMT vboxsync [19054] * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (added) * trunk/src/VBox/Runtime/testcase/tstFileAio.cpp (added) IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use ... Tue, 21 Apr 2009 02:02:36 GMT vboxsync [19040] * trunk/src/VBox/Runtime/include/internal/magics.h (modified) IPRT/fileaio-linux.cpp: A quick code review and cleanup: * ... Sun, 19 Apr 2009 17:54:29 GMT vboxsync [19011] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/Aio: Implementation for Solaris Fri, 17 Apr 2009 20:06:55 GMT vboxsync [19005] * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) Runtime/R0/FreeBSD: Fix the rc hack. We can safely return with ... Fri, 17 Apr 2009 20:00:12 GMT vboxsync [19001] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/R0/FreeBSD: Correct Makefile Fri, 17 Apr 2009 19:59:40 GMT vboxsync [19000] * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) Runtime/R0/FreeBSD: Finish RTMp API which is needed for VT-x/SVM Fri, 17 Apr 2009 19:54:52 GMT vboxsync [18999] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) Runtime/Aio: Linux backend and a simple testcase. Disabled by ... Fri, 17 Apr 2009 15:22:25 GMT vboxsync [18997] * trunk/src/VBox/Runtime/r3/init.cpp (modified) * trunk/src/VBox/Runtime/r3/process.cpp (modified) IPRT: Redid r46081. Fri, 17 Apr 2009 13:37:54 GMT vboxsync [18991] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstFork.cpp (added) IPRT: tstFork(). Fri, 17 Apr 2009 13:16:35 GMT vboxsync [18990] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT/Makefile.kmk: missing directory deps. Fri, 17 Apr 2009 13:01:30 GMT vboxsync [18989] * trunk/src/VBox/Runtime/r3/init.cpp (modified) * trunk/src/VBox/Runtime/r3/process.cpp (modified) iprt/process: update the cached process ID on fork Fri, 17 Apr 2009 13:00:59 GMT vboxsync [18988] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMShw.h (modified) * trunk/src/VBox/VMM/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMGC/MMRamGC.cpp (modified) * trunk/src/recompiler_new/VBoxREMWrapper.cpp (modified) PGM api changes Thu, 16 Apr 2009 23:43:08 GMT vboxsync [18972] * trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/process-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semfastmutex-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/time-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c (modified) IPRT/r0drv/freebsd: properties. Thu, 16 Apr 2009 23:36:10 GMT vboxsync [18970] * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) memobj-r0drv-freebsd.c: nitpicking... Thu, 16 Apr 2009 23:07:14 GMT vboxsync [18969] * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (copied) IPRT/r0drv/freebsd: redid the mp-r0drv-freebsd.c rename (r45979 and ... Thu, 16 Apr 2009 17:22:45 GMT vboxsync [18960] * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) Runtime/R0/FreeBSD: Fix the host crash during VM termination with ... Wed, 15 Apr 2009 21:02:10 GMT vboxsync [18921] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/R0/FreeBSD: Makefile changes for the FreeBSD port. Use the ... Wed, 15 Apr 2009 20:59:03 GMT vboxsync [18920] * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) Runtime/R0/FreeBSD: Implement method to map kernel memory into user space Wed, 15 Apr 2009 20:57:11 GMT vboxsync [18919] * trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c (modified) Runtime/R0/FreeBSD: Use msleep_spin instead of msleep because the ... Wed, 15 Apr 2009 20:54:38 GMT vboxsync [18918] * trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h (modified) Runtime/R0/FreeBSD: Include needed header files Wed, 15 Apr 2009 20:53:35 GMT vboxsync [18917] * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-darwin.cpp (deleted) Runtime/R0/FreeBSD: Delete forgotten file Wed, 15 Apr 2009 12:30:57 GMT vboxsync [18903] * trunk/src/VBox/Runtime/r3/fs.cpp (modified) Runtime: rather ugly hack to force execute permissions on windows ... Fri, 10 Apr 2009 08:24:55 GMT vboxsync [18859] * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp (modified) #2957: Dynamic add/remove via /dev/vboxnetctl ioctls. Wed, 08 Apr 2009 16:22:27 GMT vboxsync [18847] * trunk/include/iprt/test.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) * trunk/src/VBox/Runtime/r3/testi.cpp (added) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) RTTest: Added alternative API that's easier to use. Tue, 07 Apr 2009 11:51:54 GMT vboxsync [18808] * trunk/src/VBox/Runtime/r3/stream.cpp (modified) Runtime: Fix ''RTStrmGetLine()'' to return VERR_EOF when the end of ... Tue, 07 Apr 2009 11:38:27 GMT vboxsync [18805] * trunk/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp (modified) Runtime: fixed ''RTFileReadAll()'' Tue, 07 Apr 2009 11:23:53 GMT vboxsync [18803] * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp (modified) Backed out r45795. Tue, 07 Apr 2009 11:06:41 GMT vboxsync [18802] * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp (modified) 2957: Dynamic add/remove via /dev/vboxnetctl ioctls. Mon, 06 Apr 2009 11:42:04 GMT vboxsync [18750] * trunk/src/VBox/Runtime/Makefile.kmk (modified) RuntimeR0Drv: Promoted the random stuff from solaris to all. Mon, 06 Apr 2009 11:08:34 GMT vboxsync [18744] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) Runtime/getopt: provide way to figure out which option definition matched Thu, 02 Apr 2009 14:02:57 GMT vboxsync [18638] * trunk/src/VBox/Runtime/Doxyfile (modified) Doxygen: 2nd go at updating this; leaving selected indent and comment ... Thu, 02 Apr 2009 12:09:47 GMT vboxsync [18629] * trunk/src/VBox/Runtime/Doxyfile (modified) backed out r45404 as it messes up the file, manual merge of the ... Wed, 01 Apr 2009 15:44:08 GMT vboxsync [18603] * trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp (modified) heapsimple.cpp: Just convert to C style, plese, do NOT move comments ... Wed, 01 Apr 2009 15:39:31 GMT vboxsync [18602] * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) log-vbox.cpp: Just drop the warning, we can't add this to every other ... Wed, 01 Apr 2009 08:53:43 GMT vboxsync [18587] * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) typo + gcc warning Tue, 31 Mar 2009 13:08:16 GMT vboxsync [18571] * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) tstUtf8: Converted to RTTest (awful lot of work) and added RTStrStr ... Tue, 31 Mar 2009 13:07:44 GMT vboxsync [18570] * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) RTStrIStr: fixed inverted test. Tue, 31 Mar 2009 13:07:20 GMT vboxsync [18569] * trunk/include/iprt/test.h (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp (modified) RTTest: sub tests, more typical reporting of those. Tue, 31 Mar 2009 11:02:14 GMT vboxsync [18562] * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) build fix? Tue, 31 Mar 2009 08:36:22 GMT vboxsync [18561] * trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp (modified) Warnings: move assertion statements for parameters past initial ... Tue, 31 Mar 2009 07:32:44 GMT vboxsync [18560] * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) Fix warning on linux about decls-after-statement. Mon, 30 Mar 2009 14:46:47 GMT vboxsync [18552] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways) Mon, 30 Mar 2009 13:18:50 GMT vboxsync [18544] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) RTStrToUpper/Lower: Document assumtions & todos properly, added ... Mon, 30 Mar 2009 12:40:40 GMT vboxsync [18538] * trunk/src/VBox/Main/Doxyfile.Main (modified) * trunk/src/VBox/Runtime/Doxyfile (modified) docs: do as doxygen suggested and run "doxygen -u" to update these ... Mon, 30 Mar 2009 12:26:58 GMT vboxsync [18537] * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) bah. Mon, 30 Mar 2009 12:26:37 GMT vboxsync [18536] * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) logbackdoor.cpp: Use ASMOutStrU8. Mon, 30 Mar 2009 11:51:31 GMT vboxsync [18528] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) Runtime: added RTStrToLower & RTStrToUpper Mon, 30 Mar 2009 11:29:22 GMT vboxsync [18522] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) memobj-r0drv-linux.c: nitpicking. Sun, 29 Mar 2009 02:18:34 GMT vboxsync [18496] * trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h (modified) IPRT/the-nt-kernel.h: shut up warnings about stupid intrinsics. Sat, 28 Mar 2009 18:58:54 GMT vboxsync [18468] * trunk/src/VBox/Runtime/testcase/tstAvl.cpp (modified) tstAvl: warning about useless test. Sat, 28 Mar 2009 04:45:00 GMT vboxsync [18455] * trunk/src/VBox/Runtime/testcase/tstRand.cpp (modified) tstRand: fixed warning stemming from a row of extra zeros. Sat, 28 Mar 2009 04:42:26 GMT vboxsync [18454] * trunk/src/VBox/Runtime/testcase/tstLdr.cpp (modified) tstLdr: copy&past warning. Sat, 28 Mar 2009 01:54:31 GMT vboxsync [18428] * trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp (modified) heapsimple.cpp: MSC/64 warning. Sat, 28 Mar 2009 01:52:49 GMT vboxsync [18427] * trunk/src/VBox/Runtime/r3/test.cpp (modified) iprt/test.cpp: MSC/64 warnings. Sat, 28 Mar 2009 01:50:51 GMT vboxsync [18426] * trunk/src/VBox/Runtime/common/misc/zip.cpp (modified) zip.cpp: shut up some conversion warnings (MSC/64). Sat, 28 Mar 2009 01:41:37 GMT vboxsync [18425] * trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp (modified) tstBitOperations: Use RT_ZERO instead of memset a couple of place so ... Fri, 27 Mar 2009 05:05:52 GMT vboxsync [18371] * trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp (modified) RTAssertShouldPanic-vbox.cpp: don't waste stack. Fri, 27 Mar 2009 03:19:09 GMT vboxsync [18367] * trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp (modified) tstBitOperations: Another testcase (left over from debugging a silly ... Fri, 27 Mar 2009 03:13:28 GMT vboxsync [18366] * trunk/include/iprt/test.h (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) RTTest: RTTEST_CHECK, doxygen. Fri, 27 Mar 2009 02:03:40 GMT vboxsync [18365] * trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp (modified) tstBitOperations: Use RTTest. Fri, 27 Mar 2009 02:03:20 GMT vboxsync [18364] * trunk/include/iprt/test.h (added) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r3/test.cpp (added) RTTest: kick-off for testcase helpers. Thu, 26 Mar 2009 23:02:07 GMT vboxsync [18357] * trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp (modified) tstLdr-3: cpu mode. Thu, 26 Mar 2009 17:20:09 GMT vboxsync [18329] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (modified) iprt/err.h: Added VERR_INTERNAL_ERROR_2 and VERR_INTERNAL_ERROR_3 for ...