# # ChangeLog for trunk/include/iprt in vbox # # Generated by Trac 1.4.3.2 # Jan 6, 2025 1:29:16 AM Mon, 07 Sep 2009 11:39:21 GMT vboxsync [22806] * trunk/include/iprt/err.mac (modified) iprt/err.mac: regenerated Mon, 07 Sep 2009 11:00:36 GMT vboxsync [22801] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: Added DECL_INVALID(type). Thu, 03 Sep 2009 11:32:59 GMT vboxsync [22736] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/string.cpp (modified) IPRT: Added RTStrDupN. Wed, 02 Sep 2009 15:05:57 GMT vboxsync [22722] * trunk/include/VBox/com/EventQueue.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) VBoxCOM,VBoxManage,WebService: Event queue fun. Wed, 02 Sep 2009 10:05:23 GMT vboxsync [22700] * trunk/include/VBox/com/ptr.h (modified) * trunk/include/iprt/log.h (modified) * trunk/include/iprt/xml_cpp.h (modified) * trunk/src/VBox/Main/glue/com.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) Main: comptr logging Tue, 01 Sep 2009 12:04:48 GMT vboxsync [22655] * trunk/include/iprt/stdint.h (modified) OSE header fixe Tue, 01 Sep 2009 11:54:15 GMT vboxsync [22650] * trunk/include/iprt/spinlock.h (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c (modified) spinlock-r0drv-freebsd.c,spinlock.h: quick review w/ bugfixes. Mon, 31 Aug 2009 15:43:41 GMT vboxsync [22614] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c (modified) Solaris/r0drvthread: temporary #4147 Mon, 31 Aug 2009 14:37:53 GMT vboxsync [22610] * trunk/include/iprt/stdint.h (modified) Fixed UINT32_C for darwin.amd64. Fri, 28 Aug 2009 18:25:32 GMT vboxsync [22566] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c (modified) IPRT/thread/solaris: Backed out changes to RTThreadPreempt* made in ... Fri, 28 Aug 2009 17:59:53 GMT vboxsync [22563] * trunk/include/iprt/buildconfig.h (added) IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and ... Thu, 27 Aug 2009 12:42:16 GMT vboxsync [22516] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT: Added RTFileExists Thu, 27 Aug 2009 12:28:34 GMT vboxsync [22511] * trunk/include/iprt/dir.h (modified) Typo. Wed, 26 Aug 2009 22:20:02 GMT vboxsync [22492] * trunk/include/iprt/err.h (modified) iprt/err.h: VERR_IPE_UNINITIALIZED_STATUS. Wed, 26 Aug 2009 20:56:21 GMT vboxsync [22488] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/types.h (modified) iprt/types.h,iprt/err.h: Strict type checks on what's passed to ... Wed, 26 Aug 2009 08:49:15 GMT vboxsync [22457] * trunk/include/iprt/types.h (modified) iprt/types.h: Keep hacks out of the default case. Mon, 24 Aug 2009 15:47:01 GMT vboxsync [22418] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c (modified) IPRT: RTThreadPreemptDisble/Restore must work the SPL/PIL as well for ... Sun, 23 Aug 2009 20:36:47 GMT vboxsync [22398] * trunk/include/iprt/types.h (modified) IPRT: Fix compiling on FreeBSD amd64. When compiling code for 32bit ... Mon, 17 Aug 2009 20:58:21 GMT vboxsync [22308] * trunk/include/iprt/avl.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/table/avlrfoff.cpp (added) Runtime: Add RTFOFF Avl tree variant for the I/O cache Mon, 17 Aug 2009 06:58:01 GMT vboxsync [22280] * trunk/include/iprt/asm.h (modified) ''ASMIntDisableFlags()'' / gcc: don't use '=rm' as output constraint ... Mon, 17 Aug 2009 06:43:53 GMT vboxsync [22279] * trunk/include/iprt/asm.h (modified) ''ASMGetFlags()'' / gcc: don't use '=g' (includes '=m') as output ... Fri, 14 Aug 2009 23:00:51 GMT vboxsync [22273] * trunk/include/iprt/heap.h (modified) * trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstHeapSimple.cpp (modified) IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap. Tue, 11 Aug 2009 15:38:59 GMT vboxsync [22173] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/include/VBox/com/SupportErrorInfo.h (modified) * trunk/include/VBox/com/VirtualBoxErrorInfo.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/VBox/settings.h (modified) * trunk/include/iprt/ministring_cpp.h (modified) * trunk/include/iprt/xml_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/DVDDriveImpl.cpp (modified) * trunk/src/VBox/Main/FloppyDriveImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/Performance.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImplExtra.cpp (modified) * trunk/src/VBox/Main/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/glue/SupportErrorInfo.cpp (modified) * trunk/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/include/DHCPServerRunner.h (modified) * trunk/src/VBox/Main/include/DVDDriveImpl.h (modified) * trunk/src/VBox/Main/include/FloppyDriveImpl.h (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/SnapshotImpl.h (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/VRDPServerImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImplExtra.h (modified) * trunk/src/VBox/Main/include/VirtualBoxXMLUtil.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/ovfreader.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) Main: the big XML settings rework. Move XML reading/writing out of ... Tue, 11 Aug 2009 09:41:58 GMT vboxsync [22150] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/Runtime/include/internal/iprt.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c (modified) IPRT,SUPDrv: Changed RTTHREADPREEMPTSTATE breaking binary ... Mon, 10 Aug 2009 11:42:07 GMT vboxsync [22127] * trunk/include/iprt/spinlock.h (modified) iprt/spinlock.h: nit picking. Mon, 10 Aug 2009 00:10:30 GMT vboxsync [22116] * trunk/include/iprt/dbg.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgas.cpp (modified) RTDbgAs: Added RTDbgAsModuleQueryMapByIndex. Sun, 09 Aug 2009 23:07:56 GMT vboxsync [22114] * trunk/include/iprt/dbg.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp (modified) RTDbgMod: Added module tagging so the diggers can tell which modules ... Sun, 09 Aug 2009 01:18:47 GMT vboxsync [22109] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathTraverseList.cpp (added) IPRT: Added RTPathTraverseList. Fri, 07 Aug 2009 21:17:39 GMT vboxsync [22092] * trunk/include/iprt/md5.h (modified) * trunk/src/VBox/Runtime/common/checksum/md5.cpp (modified) iprt/md5.cpp|h: some cleanup and tuning to see how fast it can be ... Fri, 07 Aug 2009 12:40:48 GMT vboxsync [22065] * trunk/include/iprt/stdint.h (modified) iprt/stdint.h: Fixed wrong UINT32_C redifinition in darwin kernel ... Wed, 05 Aug 2009 18:41:01 GMT vboxsync [22005] * trunk/include/iprt/asm.h (modified) ASMMemIsZeroPage: require 16-byte alignment. Wed, 05 Aug 2009 18:26:53 GMT vboxsync [22004] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) iprt/asm.h: Added ASMMemIsZeroPage. Tue, 04 Aug 2009 11:23:34 GMT vboxsync [21953] * trunk/include/iprt/log.h (modified) iprt/log.h: Made _LogRelIt do what _LogIt does. Mon, 03 Aug 2009 14:42:18 GMT vboxsync [21943] * trunk/include/iprt/asm.h (modified) iprt/asm.h: typos. Sun, 02 Aug 2009 17:22:54 GMT vboxsync [21930] * trunk/include/VBox/err.mac (modified) * trunk/include/VBox/param.mac (modified) * trunk/include/VBox/x86.mac (modified) * trunk/include/iprt/err.mac (modified) VBox/param.mac,VBox/err.mac,VBox/x86.mac,iprt/err.mac: regenerated ... Fri, 31 Jul 2009 15:42:31 GMT vboxsync [21918] * trunk/include/iprt/md5.h (modified) * trunk/src/VBox/Runtime/common/checksum/md5.cpp (modified) IPRT: Added RTMd5(). Fri, 31 Jul 2009 12:09:58 GMT vboxsync [21914] * trunk/include/iprt/crc.h (added) * trunk/include/iprt/crc32.h (modified) * trunk/include/iprt/crc64.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/checksum/adler32.cpp (added) iprt: combined crc32.h and crc64.h into crc.h. Added Adler-32. Mon, 27 Jul 2009 14:45:34 GMT vboxsync [21814] * trunk/include/iprt/zip.h (modified) * trunk/src/VBox/Runtime/common/misc/zip.cpp (modified) IPRT: RTZipBlock for block compression. Mon, 27 Jul 2009 14:16:27 GMT vboxsync [21812] * trunk/include/iprt/tar.h (modified) * trunk/src/VBox/Runtime/common/misc/tar.cpp (modified) Runtime: rename Mon, 27 Jul 2009 13:01:15 GMT vboxsync [21810] * trunk/include/iprt/tar.h (modified) * trunk/src/VBox/Runtime/common/misc/tar.cpp (modified) IPRT: r=bird: RTZip - dunno if anything works after my changes ... Sun, 26 Jul 2009 17:45:31 GMT vboxsync [21801] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp (modified) IPRT: Clearified RTFileReadAll*. Sat, 25 Jul 2009 23:20:44 GMT vboxsync [21794] * trunk/include/iprt/log.h (modified) iprt/log.h: Assume gcc 4+ on dawrin and set LOG_USE_C99. Sat, 25 Jul 2009 17:17:32 GMT vboxsync [21792] * trunk/include/iprt/assert.h (modified) iprt/assert.h: added AssertCompile2MemberOffsets. Fri, 24 Jul 2009 11:58:07 GMT vboxsync [21784] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/tar.h (added) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/tar.cpp (added) Runtime: Implemented tar archive I/O. Tue, 21 Jul 2009 16:19:52 GMT vboxsync [21757] * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/s3.h (modified) * trunk/include/iprt/sha1.h (modified) Runtime: fix return type documentation Tue, 21 Jul 2009 16:11:47 GMT vboxsync [21756] * trunk/include/iprt/manifest.h (modified) Runtime: wording Tue, 21 Jul 2009 15:18:06 GMT vboxsync [21754] * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/s3.h (modified) * trunk/include/iprt/sha1.h (modified) Runtime: fix doxygen documentation Tue, 21 Jul 2009 15:17:42 GMT vboxsync [21753] * trunk/include/iprt/err.h (modified) Runtime: typos Tue, 21 Jul 2009 13:24:50 GMT vboxsync [21751] * trunk/include/iprt/manifest.h (modified) Runtime: typo Tue, 21 Jul 2009 13:08:26 GMT vboxsync [21750] * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/sha1.h (modified) Runtime: forgot the headers as always Tue, 21 Jul 2009 12:26:05 GMT vboxsync [21742] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/manifest.h (added) * trunk/include/iprt/sha1.h (added) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/checksum/manifest.cpp (added) * trunk/src/VBox/Runtime/common/checksum/sha1.cpp (added) Runtime: added SHA1 and manifest file support Tue, 21 Jul 2009 12:13:13 GMT vboxsync [21741] * trunk/include/iprt/string.h (modified) iprt/string.h: documentation correction for the extended conversion ... Mon, 20 Jul 2009 13:10:08 GMT vboxsync [21725] * trunk/include/iprt/mp.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp (added) * trunk/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp (added) * trunk/src/VBox/Runtime/testcase/tstMp-1.cpp (modified) iprt: Added RTMpGetDescription. Mon, 20 Jul 2009 11:20:08 GMT vboxsync [21722] * trunk/include/iprt/string.h (modified) iprt/string.h: put things in the right groups. Mon, 20 Jul 2009 11:06:31 GMT vboxsync [21721] * trunk/include/iprt/string.h (modified) iprt/string.h: doc corrections. Mon, 20 Jul 2009 09:13:22 GMT vboxsync [21720] * trunk/include/iprt/stdint.h (moved) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt (modified) iprt/stdint.h: Replaced by stdint-new.h. Fri, 17 Jul 2009 23:22:40 GMT vboxsync [21714] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/utf-16.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) iprt/string: conversion between Utf16 and Latin1 Fri, 17 Jul 2009 14:26:51 GMT vboxsync [21699] * trunk/include/iprt/log.h (modified) iprt/log.h: Fixed the LogRel*Func macros. Fri, 17 Jul 2009 13:24:11 GMT vboxsync [21685] * trunk/include/iprt/stdint.h (modified) iprt/stdint.h: try use the new one. Fri, 17 Jul 2009 13:23:57 GMT vboxsync [21684] * trunk/include/iprt/stdint-new.h (added) iprt/stdint-new.h: New stdint.h wrapper that makes sure the macros ... Thu, 16 Jul 2009 13:42:11 GMT vboxsync [21648] * trunk/include/iprt/log.h (modified) iprt/log: added LogRelFlowFunc Thu, 16 Jul 2009 12:33:40 GMT vboxsync [21646] * trunk/include/iprt/assert.h (modified) comment typo Thu, 16 Jul 2009 11:25:26 GMT vboxsync [21642] * trunk/include/iprt/string.h (modified) iprt/string.h: reverted r50153, Darwin burns are not far off Thu, 16 Jul 2009 09:56:20 GMT vboxsync [21636] * trunk/include/iprt/memcache.h (added) iprt/memcache.h: a reminder. Wed, 15 Jul 2009 20:57:52 GMT vboxsync [21628] * trunk/include/iprt/string.h (modified) iprt: this definition is causing too much trouble Wed, 15 Jul 2009 15:27:07 GMT vboxsync [21616] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) nitpicking. Tue, 14 Jul 2009 22:32:38 GMT vboxsync [21593] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c (modified) RTSemSpinMutexRequest: Some adjustments. Tue, 14 Jul 2009 16:22:06 GMT vboxsync [21588] * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ovfreader.h (copied) * trunk/src/VBox/Main/xml/ovfreader.cpp (copied) * trunk/src/VBox/Runtime/Makefile.kmk (modified) Main: move vbox-independent OVF reader code to separate file; move ... Tue, 14 Jul 2009 14:50:24 GMT vboxsync [21582] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) IPRT: RTFILE_O_APPEND. Tue, 14 Jul 2009 11:12:01 GMT vboxsync [21573] * trunk/include/iprt/file.h (modified) iprt/file.h: spaces. Mon, 13 Jul 2009 16:29:09 GMT vboxsync [21550] * trunk/include/iprt/log.h (modified) iprt/log.h: Use the spinning mutexes. Mon, 13 Jul 2009 15:27:50 GMT vboxsync [21544] * trunk/include/iprt/asm.h (modified) iprt/asm.h: ASMIntAreEnabled build fix. Mon, 13 Jul 2009 14:57:51 GMT vboxsync [21542] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (modified) Runtime: separate error code for EBUSY, for getting better error ... Mon, 13 Jul 2009 14:49:39 GMT vboxsync [21536] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c (modified) iprt/thread.h: Redefined RTThreadPreemptIsEnabled for systems without ... Mon, 13 Jul 2009 14:44:54 GMT vboxsync [21535] * trunk/include/iprt/asm.h (modified) iprt/asm.h: Added ASMIntAreEnabled and ASMNopPause. Fixed a bunch of ... Sun, 12 Jul 2009 19:29:30 GMT vboxsync [21514] * trunk/include/iprt/err.h (modified) iprt/semaphore.h,types.h: Defined a new semaphore type for use with ... Sun, 12 Jul 2009 19:17:13 GMT vboxsync [21513] * trunk/include/iprt/semaphore.h (modified) * trunk/include/iprt/types.h (modified) iprt/semaphore.h,types.h: Defined a new semaphore type for use with ... Fri, 10 Jul 2009 19:58:31 GMT vboxsync [21493] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) Runtime/File: Add flag to disable the file cache Thu, 09 Jul 2009 17:06:40 GMT vboxsync [21451] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for ... Thu, 09 Jul 2009 11:11:11 GMT vboxsync [21428] * trunk/include/iprt/xml_cpp.h (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) Main: remove ENoMemory exception class, replace with std::bad_alloc() ... Wed, 08 Jul 2009 15:36:59 GMT vboxsync [21409] * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/ministring_cpp.h (modified) * trunk/include/iprt/xml_cpp.h (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) IPRT: rename ministring, add iprt:: namespace Wed, 08 Jul 2009 15:19:42 GMT vboxsync [21404] * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DHCPServerRunner.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/win/svchlp.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) IPRT, Main: make ministring throw std::bad_alloc on allocation ... Wed, 08 Jul 2009 14:35:30 GMT vboxsync [21399] * trunk/include/iprt/timer.h (modified) * trunk/src/VBox/Runtime/generic/timerlr-generic.cpp (modified) timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 ... Wed, 08 Jul 2009 14:05:37 GMT vboxsync [21398] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: cosmetics. Wed, 08 Jul 2009 14:05:15 GMT vboxsync [21397] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: RT_THROW should be a noop on MSC - limited to 14.00 ... Wed, 08 Jul 2009 13:06:27 GMT vboxsync [21394] * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DHCPServerRunner.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/include/HostHardwareLinux.h (modified) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) Backing out r49763 to fix Windows burns. Wed, 08 Jul 2009 13:02:09 GMT vboxsync [21393] * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DHCPServerRunner.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/include/HostHardwareLinux.h (modified) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) IPRT, Main: make ministring throw std::bad_alloc on allocation ... Wed, 08 Jul 2009 12:52:26 GMT vboxsync [21392] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: Restored RT_THROW. Wed, 08 Jul 2009 12:39:51 GMT vboxsync [21391] * trunk/include/iprt/cdefs.h (modified) IPRT: simplify r49759 (not needed) Wed, 08 Jul 2009 12:17:50 GMT vboxsync [21390] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: RT_EXCEPTIONS_ENABLED, RT_THROW and RT_THROW_BAD_ALLOC. Wed, 08 Jul 2009 10:37:24 GMT vboxsync [21388] * trunk/include/iprt/env.h (modified) IPRT: doc fix Wed, 08 Jul 2009 01:00:22 GMT vboxsync [21377] * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/VMM/DBGFLog.cpp (modified) iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, ... Tue, 07 Jul 2009 22:12:43 GMT vboxsync [21374] * trunk/include/iprt/log.h (modified) iprt/log.h: Corrected RTLOGFLAGS_PREFIX_MASK. Tue, 07 Jul 2009 18:52:12 GMT vboxsync [21369] * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) IPRT: hide ministring::operator bool() to force people to use ... Tue, 07 Jul 2009 16:38:46 GMT vboxsync [21362] * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) backing out r49709 to fix windows burns for now Tue, 07 Jul 2009 16:33:26 GMT vboxsync [21360] * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) IPRT: hide ministring::operator bool() to force people to use ... Tue, 07 Jul 2009 16:19:32 GMT vboxsync [21358] * trunk/include/iprt/ministring_cpp.h (modified) IPRT: ministring crash fix + documentation Tue, 07 Jul 2009 15:58:37 GMT vboxsync [21352] * trunk/include/iprt/ministring_cpp.h (modified) Fixed a VCC warning. Tue, 07 Jul 2009 00:30:00 GMT vboxsync [21284] * trunk/include/iprt/mem.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c (modified) RTR0MemAreKernelAndUserRangesDifferent -> ... Mon, 06 Jul 2009 23:43:36 GMT vboxsync [21282] * trunk/include/iprt/mem.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c (modified) iprt/mem.h: Added RTR0MemAreKernelAndUserRangesDifferent.