# # ChangeLog for trunk/include/iprt in vbox # # Generated by Trac 1.4.3.2 # Dec 14, 2024 11:07:48 AM Wed, 15 Apr 2009 20:29:49 GMT vboxsync [18910] * trunk/include/iprt/file.h (modified) Runtime: compile fix Wed, 15 Apr 2009 20:28:13 GMT vboxsync [18909] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/file.h (modified) * trunk/include/iprt/types.h (modified) Runtime: Add RTFileAio API for review 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 23:31:08 GMT vboxsync [18842] * trunk/include/VBox/err.mac (modified) * trunk/include/VBox/x86.mac (modified) * trunk/include/iprt/err.mac (modified) iprt/err.mac,VBox/err.mac,VBox/x86.mac: regenerated. 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 Tue, 31 Mar 2009 15:04:45 GMT vboxsync [18579] * trunk/include/iprt/asm.h (modified) IPRT: Solaris 10 compilation Tue, 31 Mar 2009 14:14:55 GMT vboxsync [18575] * trunk/include/iprt/assert.h (modified) Correct typos. 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. Mon, 30 Mar 2009 16:23:02 GMT vboxsync [18556] * trunk/include/iprt/string.h (modified) iprt: typo of the typo Mon, 30 Mar 2009 16:21:02 GMT vboxsync [18555] * trunk/include/iprt/string.h (modified) iprt: typos 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 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:43:13 GMT vboxsync [18525] * trunk/include/iprt/string.h (modified) iprt/string.h: clearification on RTUtf16ToUtf8 returns. Mon, 30 Mar 2009 11:37:35 GMT vboxsync [18523] * trunk/include/iprt/string.h (modified) Runtime: typos Mon, 30 Mar 2009 11:26:14 GMT vboxsync [18521] * trunk/include/iprt/asm.h (modified) iprt/asm.h: Finally added string I/O. Sun, 29 Mar 2009 01:26:32 GMT vboxsync [18481] * trunk/include/iprt/types.h (modified) iprt/types.h: Changed RTCPUID from RTHCUINTPTR to uint32_t since it ... Sun, 29 Mar 2009 00:22:57 GMT vboxsync [18471] * trunk/include/iprt/nocrt/inttypes.h (modified) iprt/nocrt/inttypes.h: Added some 32-bit ones. Sat, 28 Mar 2009 18:57:49 GMT vboxsync [18467] * trunk/include/iprt/cpputils.h (modified) cpptuils.h: Fixed no virtual destructor warning. Sat, 28 Mar 2009 01:40:40 GMT vboxsync [18424] * trunk/include/iprt/string.h (modified) iprt/string.h: Added the macros RT_ZERO(Obj) and RT_BZERO(pv, cb) for ... Fri, 27 Mar 2009 03:19:41 GMT vboxsync [18368] * trunk/include/iprt/asm.h (modified) iprt/asm.h: Cleaned up ASMBitNextSet and ASMBitNextClear. 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: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 18:33:07 GMT vboxsync [18342] * trunk/include/iprt/err.h (modified) iprt/err.h: Created a group for internal processing error codes since ... 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 ... Tue, 24 Mar 2009 14:38:09 GMT vboxsync [18188] * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) Added RTLogGetDefaultInstance Tue, 24 Mar 2009 14:37:27 GMT vboxsync [18187] * trunk/include/iprt/getopt.h (modified) RTGetOpt: Corrected sample code. Mon, 23 Mar 2009 09:39:23 GMT vboxsync [18128] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT, Shared Folders: Implemented file attributes access flags for ... Fri, 20 Mar 2009 13:33:58 GMT vboxsync [18117] * trunk/include/VBox/err.sed (modified) * trunk/include/iprt/err.sed (modified) * trunk/src/VBox/Runtime/common/err/errmsg.sed (modified) * trunk/src/VBox/Runtime/common/err/errmsgcom.sed (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm-lst.sed (modified) * trunk/src/recompiler/Sun/op-darwin.sed (modified) * trunk/src/recompiler/Sun/op-validate.sed (modified) sed(1): make these locale independent by using [:alnum:] and friends. ... Fri, 20 Mar 2009 09:59:30 GMT vboxsync [18102] * trunk/include/iprt/getopt.h (modified) Runtime/getopt: fix sample to do proper error handling when non-ascii ... Thu, 19 Mar 2009 16:57:56 GMT vboxsync [18097] * trunk/include/iprt/getopt.h (modified) Runtime/getopt: fix sample code Wed, 18 Mar 2009 09:47:39 GMT vboxsync [18050] * trunk/include/VBox/com/defs.h (modified) * trunk/include/iprt/assert.h (modified) Typos. Fri, 13 Mar 2009 16:31:12 GMT vboxsync [17848] * trunk/include/iprt/net.h (modified) comment Fri, 13 Mar 2009 12:46:37 GMT vboxsync [17817] * trunk/include/iprt/cdefs.h (modified) Correct some typos in comments; adjust some line lengths to fit in 80 ... Thu, 12 Mar 2009 18:13:24 GMT vboxsync [17771] * trunk/include/iprt/net.h (modified) iprt/net.h: More DCHP constants. Sat, 07 Mar 2009 06:55:42 GMT vboxsync [17523] * trunk/include/iprt/types.h (modified) *: Changed NIL_RTHCPHYS from 0xffffffff to 0xffffffffffffffff. ... Fri, 06 Mar 2009 07:05:58 GMT vboxsync [17441] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp (modified) IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR. Wed, 04 Mar 2009 03:18:37 GMT vboxsync [17319] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp (modified) IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt. Wed, 25 Feb 2009 17:09:22 GMT vboxsync [17141] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp (modified) IPRT: Added support for short option lists (ls -latrT4). This fixes a ... Tue, 24 Feb 2009 20:17:37 GMT vboxsync [17096] * trunk/include/iprt/getopt.h (modified) typo Tue, 24 Feb 2009 20:08:18 GMT vboxsync [17094] * trunk/include/iprt/getopt.h (modified) RTGetOpt docs. Tue, 24 Feb 2009 19:57:52 GMT vboxsync [17092] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) RTGetOpt interface changes. Tue, 24 Feb 2009 19:55:23 GMT vboxsync [17091] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) * trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp (modified) RTGetOpt interface changes. Tue, 24 Feb 2009 18:37:53 GMT vboxsync [17088] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) RTGetOpt: uShort -> iShort and int. Tue, 24 Feb 2009 16:59:16 GMT vboxsync [17078] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for ... Mon, 23 Feb 2009 13:34:39 GMT vboxsync [17019] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldr.cpp (modified) RTLdrIsLoadable: docs, leave validation to RTLdrLoad. Mon, 23 Feb 2009 13:27:43 GMT vboxsync [17018] * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp (modified) RTProcIsRunningByName: spec update. Mon, 23 Feb 2009 12:25:06 GMT vboxsync [17010] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldr.cpp (modified) iprt: RTLdrIsLoadable for checking if an dynamically library could be ... Mon, 23 Feb 2009 12:23:01 GMT vboxsync [17008] * trunk/include/iprt/stream.h (modified) * trunk/src/VBox/Runtime/r3/stream.cpp (modified) IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV. Mon, 23 Feb 2009 09:55:20 GMT vboxsync [16999] * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp (added) * trunk/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp (added) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp (added) iprt: RTProcIsRunningByName implementation for Linux. Mon, 23 Feb 2009 09:29:12 GMT vboxsync [16997] * trunk/include/iprt/file.h (modified) iprt: wrong declaration Fri, 20 Feb 2009 08:28:54 GMT vboxsync [16964] * trunk/include/iprt/process.h (modified) iprt: typos Wed, 18 Feb 2009 23:42:57 GMT vboxsync [16933] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp (modified) * trunk/src/VBox/Runtime/include/internal/ldr.h (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr.cpp (modified) * trunk/src/VBox/VMM/PDMLdr.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler_new/VBoxREMWrapper.cpp (modified) IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument ... Sat, 14 Feb 2009 08:49:30 GMT vboxsync [16765] * trunk/include/iprt/base64.h (modified) * trunk/src/VBox/Runtime/common/string/base64.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstBase64.cpp (modified) RTBase64Encode* testcase and adjustments. Sat, 14 Feb 2009 07:31:43 GMT vboxsync [16761] * trunk/include/iprt/err.h (modified) RTBase64: The decoding part (untested). Sat, 14 Feb 2009 07:21:33 GMT vboxsync [16760] * trunk/include/iprt/base64.h (added) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/base64.cpp (added) RTBase64: The decoding part (untested). Fri, 06 Feb 2009 12:17:10 GMT vboxsync [16545] * trunk/include/iprt/assert.h (modified) assert.h/AssertForEach: -lisp, -name, +indent, +typecast, +hex print, ... Fri, 06 Feb 2009 11:11:51 GMT vboxsync [16542] * trunk/include/iprt/assert.h (modified) iprt/assert.h: added AssertForEach Wed, 04 Feb 2009 15:56:35 GMT vboxsync [16516] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/path.cpp (modified) IPRT: documentation. Fri, 30 Jan 2009 18:18:20 GMT vboxsync [16432] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: Added RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD to work ... Wed, 28 Jan 2009 21:54:06 GMT vboxsync [16345] * trunk/include/iprt/stdint.h (modified) iprt/stdint.h: [U]INT32_C() is wrong in the 10a222 kernel header ... Wed, 28 Jan 2009 21:09:52 GMT vboxsync [16338] * trunk/include/iprt/asmdefs.mac (modified) iprt/asmdefs.mac: Darwin decorates symbols on AMD64 just like on x86 ... Wed, 28 Jan 2009 17:21:41 GMT vboxsync [16323] * trunk/include/iprt/string.h (modified) typo Wed, 28 Jan 2009 14:15:10 GMT vboxsync [16314] * trunk/include/iprt/asmdefs.mac (modified) iprt/asmdefs.mac: copy & past fun. Wed, 28 Jan 2009 14:05:34 GMT vboxsync [16312] * trunk/include/iprt/asmdefs.mac (modified) iprt/asmdefs.mac: Added xWrtRIP to avoid having to ifdef label ... Wed, 28 Jan 2009 13:46:41 GMT vboxsync [16311] * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions. Tue, 27 Jan 2009 09:21:55 GMT vboxsync [16252] * trunk/include/iprt/path.h (modified) iprt: typos Mon, 19 Jan 2009 05:24:01 GMT vboxsync [16029] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) iprt/string.h: Reverted previous FreeBSD and moved it to SUPDrvInternal.h Mon, 19 Jan 2009 04:58:00 GMT vboxsync [16027] * trunk/include/iprt/string.h (modified) iprt/string.h: More ring-0 freebsd hacks. Sun, 18 Jan 2009 01:33:51 GMT vboxsync [16019] * trunk/Config.kmk (modified) * trunk/include/iprt/stdint.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) tstVMStructGC,Config.kmk,iprt/stdint.h: FreeBSD/amd64 hacks. Thu, 15 Jan 2009 10:50:32 GMT vboxsync [15958] * trunk/include/iprt/memory (modified) "namespace" declarations don't end with ";". Spotted by: FlexeLint Wed, 14 Jan 2009 10:13:45 GMT vboxsync [15932] * trunk/include/iprt/cdefs.h (modified) Correct a dozen typos, some in #error directives, the other in ... Wed, 07 Jan 2009 18:35:24 GMT vboxsync [15843] * trunk/include/iprt/mp.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * 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-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp (added) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c (modified) RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected ... Wed, 07 Jan 2009 16:40:02 GMT vboxsync [15841] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) SUPDrv,SUPLib: SUPR0ObjRelease returns VINF_OBJECT_DESTROYED if it ... Wed, 07 Jan 2009 15:50:58 GMT vboxsync [15837] * trunk/include/iprt/mp.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c (modified) Added RTMpIsCpuWorkPending stub. Wed, 07 Jan 2009 14:17:56 GMT vboxsync [15834] * trunk/include/iprt/cdefs.h (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Thu, 25 Dec 2008 10:52:24 GMT vboxsync [15754] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstPath.cpp (modified) Runtime/POSIX: RTPathAbs: Don't access file system when calculating ... Tue, 23 Dec 2008 09:39:47 GMT vboxsync [15721] * trunk/include/iprt/memobj.h (modified) typo Mon, 22 Dec 2008 15:49:25 GMT vboxsync [15718] * trunk/include/iprt/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) RTR0MemObjLockUser: Replaced the warnings with more useful information. Mon, 22 Dec 2008 14:56:10 GMT vboxsync [15717] * trunk/include/iprt/memobj.h (modified) iprt/memobj.h: added a @remark concerning RTR0MemObjLockUser on Linux Thu, 18 Dec 2008 17:41:50 GMT vboxsync [15668] * trunk/include/iprt/assert.h (modified) iprt/assert.h: AssertMsgReturnVoidStmt AssertMsgReturnStmt. Thu, 18 Dec 2008 11:16:58 GMT vboxsync [15644] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) IPRT: sysfs review, fixes and cleanup. Thu, 18 Dec 2008 11:07:54 GMT vboxsync [15640] * trunk/include/iprt/assert.h (modified) iprt/assert.h: AssertReturnStmt, AssertReturnVoidStmt. cleanup of ... Fri, 12 Dec 2008 22:02:14 GMT vboxsync [15399] * trunk/include/iprt/linux (added) * trunk/include/iprt/linux/sysfs.h (copied) * trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (copied) iprt: new Linux sysfs APIs Fri, 12 Dec 2008 22:01:06 GMT vboxsync [15398] * trunk/include/iprt/assert.h (modified) iprt: added some assertions Fri, 12 Dec 2008 01:22:48 GMT vboxsync [15345] * trunk/include/iprt/cpuset.h (modified) iprt/cpuset.h: RTCpuSetDelByIndex. Tue, 09 Dec 2008 23:54:01 GMT vboxsync [15216] * trunk/include/iprt/asm.h (modified) iprt/asm.h: Fixed buggy ASMIsIntelCpu and ASMIsIntelCpuEx; the latter ... Thu, 04 Dec 2008 17:12:09 GMT vboxsync [14999] * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) IPRT: Extended RTProcCreate with a daemonize flag. Wed, 03 Dec 2008 21:27:50 GMT vboxsync [14961] * trunk/include/iprt/types.h (modified) iprt/types.h: signed current-context register type. Mon, 01 Dec 2008 15:53:00 GMT vboxsync [14873] * trunk/include/iprt/fs.h (modified) typos Mon, 01 Dec 2008 15:51:56 GMT vboxsync [14872] * trunk/include/iprt/file.h (modified) typo Sun, 30 Nov 2008 07:52:59 GMT vboxsync [14824] * trunk/include/iprt/memobj.h (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c (modified) IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object ... Sat, 29 Nov 2008 23:06:52 GMT vboxsync [14808] * trunk/include/iprt/asm.h (modified) iprt/asm.h: GNU C/C++ defined __PIC__ to indicate whether -fPIC ... Fri, 28 Nov 2008 13:02:55 GMT vboxsync [14774] * trunk/include/iprt/string.h (modified) IPRT/string: fix lots of comment typos documenting the handling of 0 ... Thu, 27 Nov 2008 10:34:30 GMT vboxsync [14695] * trunk/include/iprt/net.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) IntNet: Quick hack to force broadcast flag in DHCP requests on shared ... Wed, 26 Nov 2008 14:09:41 GMT vboxsync [14645] * trunk/include/VBox/param.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) SUP, VMM: Moved the max alloc/map page count to VBox/param.h Mon, 24 Nov 2008 02:22:08 GMT vboxsync [14500] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp (added) * trunk/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp (added) * trunk/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp (added) * trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on ... Sun, 23 Nov 2008 22:49:36 GMT vboxsync [14494] * trunk/include/VBox/err.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp (modified) #1865: PGMR0DynMap - retry with smaller segments if one big one is ... Tue, 18 Nov 2008 20:04:36 GMT vboxsync [14326] * trunk/include/iprt/getopt.h (modified) getopt: sample code corrections. (hope they are right) Mon, 17 Nov 2008 11:03:40 GMT vboxsync [14246] * trunk/include/iprt/asm.h (modified) ASMAtomicSubS32/U32.