# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Dec 13, 2024 7:06:30 AM Mon, 06 Oct 2014 20:09:04 GMT vboxsync [52962] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) SUP: Check the entire NTDLL during process verification now that ... Mon, 06 Oct 2014 15:51:22 GMT vboxsync [52956] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display.cpp (modified) Additions/common/VBoxGuestLib: combine ... Mon, 06 Oct 2014 13:54:02 GMT vboxsync [52955] * trunk/include/iprt/nt/nt.h (modified) build fix Mon, 06 Oct 2014 13:30:20 GMT vboxsync [52953] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: Use LdrRegisterDllNotification when available to make sure we ... Sun, 05 Oct 2014 21:43:10 GMT vboxsync [52949] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) SUP: Do the early init thing on the stub process too. Sun, 05 Oct 2014 16:48:25 GMT vboxsync [52947] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-kernel32.h (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: Implemented early VM process vboxdrv initialization. Sun, 05 Oct 2014 04:37:10 GMT vboxsync [52944] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/path.h (modified) * 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/generic/RTPathAbs-generic.cpp (copied) * trunk/src/VBox/Runtime/generic/RTPathGetCurrentDrive-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTPathGetCurrentOnDrive-generic.cpp (added) * trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h (modified) * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPath.cpp (modified) IPRT: Separated out RTPathAbs from the posix, fixing it up for ... Sat, 04 Oct 2014 01:54:58 GMT vboxsync [52943] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: The child side of early VM process init. Fri, 03 Oct 2014 19:58:01 GMT vboxsync [52941] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-kernel32.h (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) Use our own heap in the hope that we can use it before ntdll is ... Fri, 03 Oct 2014 18:40:54 GMT vboxsync [52940] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-kernel32.h (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) Eliminating some more kernel32.dll dependencies, marking APIs we like ... Thu, 02 Oct 2014 13:53:49 GMT vboxsync [52935] * trunk/include/VBox/HostServices/DragAndDropSvc.h (modified) VBox/DragAndDrop: fixed condition Thu, 02 Oct 2014 13:09:27 GMT vboxsync [52929] * trunk/include/iprt/asm.h (modified) iprt/asm.h: fixed warning, volatile not nececessary here Thu, 02 Oct 2014 06:36:54 GMT vboxsync [52921] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) IMouse::PointerShape Mon, 29 Sep 2014 19:24:33 GMT vboxsync [52893] * trunk/include/VBox/VBoxGuestLib.h (modified) Additions/VBoxService: add first skeleton of display service. Fri, 26 Sep 2014 18:05:48 GMT vboxsync [52876] * trunk/include/iprt/nt/nt.h (modified) SUP: Log more details on system dlls and hot patching. Fri, 26 Sep 2014 09:40:45 GMT vboxsync [52867] * trunk/include/VBox/VBoxGuest.h (modified) VBoxGuest.h: turn an IOCtl definition into a template. Wed, 24 Sep 2014 07:09:10 GMT vboxsync [52830] * trunk/include/VBox/vd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: missing MediumVariant. Tue, 23 Sep 2014 10:37:15 GMT vboxsync [52824] * trunk/include/VBox/VBoxNetCfg-win.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp (modified) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp (modified) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def (modified) * trunk/src/VBox/Installer/win/VBoxMergeNetAdpCA.wxi (modified) * trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi (modified) pr7489. Added uninstallation inf files and driver packages related to ... Mon, 22 Sep 2014 10:33:36 GMT vboxsync [52815] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) HostDrivers/Support: Comments and use a proper error code for failing ... Thu, 18 Sep 2014 16:08:18 GMT vboxsync [52789] * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev ... Wed, 17 Sep 2014 15:23:46 GMT vboxsync [52778] * trunk/include/iprt/x86.h (modified) iprt/x86.h: add EFER.TCE bit. Tue, 16 Sep 2014 14:17:52 GMT vboxsync [52760] * trunk/include/VBox/vmm/gim.h (modified) nits. (Please just don't bother tagging the outer #endif of a header, ... Mon, 15 Sep 2014 14:34:52 GMT vboxsync [52749] * trunk/include/VBox/vusb.h (modified) Added define. Mon, 15 Sep 2014 07:25:29 GMT vboxsync [52743] * trunk/include/VBox/usb.h (modified) * trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/iokit.cpp (modified) Main/USB: Fix darwin assertion on Macbooks with USB 3.0 (Superspeed) ... Sun, 14 Sep 2014 20:25:18 GMT vboxsync [52742] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: FILE_BASIC_INFORMATION. Sun, 14 Sep 2014 01:53:54 GMT vboxsync [52740] * trunk/include/VBox/err.h (modified) Forgot VBox/err.h. Thu, 11 Sep 2014 13:31:23 GMT vboxsync [52699] * trunk/include/VBox/vmm/gim.h (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/GIMMinimalInternal.h (modified) VMM/GIM: Fix initialization of Hyper-V bits that rely on HM ... Wed, 10 Sep 2014 20:15:19 GMT vboxsync [52691] * trunk/include/iprt/log.h (modified) Provide missing Log2Func to Log6Func. Fix already defined Log4Func ... Wed, 10 Sep 2014 13:24:03 GMT vboxsync [52675] * trunk/include/VBox/vmm/gim.h (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/GIMMinimalInternal.h (modified) VMM/GIM: Fix circular dependency between PDM and GIM init. routines. Wed, 10 Sep 2014 11:04:10 GMT vboxsync [52670] * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM, Devices: Add interface to query the APIC frequency from the APIC ... Mon, 08 Sep 2014 11:27:16 GMT vboxsync [52644] * trunk/include/iprt/thread.h (modified) s/RT_OS_WINDOWS/!RT_OS_LINUX/ Mon, 08 Sep 2014 11:22:57 GMT vboxsync [52643] * trunk/include/iprt/thread.h (modified) iprt/thread.h: workaround for genksyms crash Fri, 05 Sep 2014 23:00:50 GMT vboxsync [52632] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) bugfix in previous commit with some new parent watcher code (disabled). Fri, 05 Sep 2014 20:18:13 GMT vboxsync [52627] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash ... Fri, 05 Sep 2014 18:25:38 GMT vboxsync [52622] * trunk/include/VBox/VBoxOGLTest.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/Info.plist (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VM-Info.plist (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/vmstarter-Info.plist (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) 3D: Mac OS X host: enable support for offline rendering. Fri, 05 Sep 2014 12:07:29 GMT vboxsync [52618] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/mp.h (modified) * trunk/include/iprt/spinlock.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku-stubs.c (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Devices/Bus/SrvPciRawR0.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/Runtime/generic/spinlock-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c (modified) * trunk/src/VBox/Runtime/r0drv/haiku/spinlock-r0drv-haiku.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) HostDrivers, Runtime, Devices, Additions: TSC delta measurement and ... Thu, 04 Sep 2014 23:21:24 GMT vboxsync [52606] * trunk/include/iprt/mangling.h (modified) build fix Thu, 04 Sep 2014 23:18:52 GMT vboxsync [52605] * trunk/include/iprt/mangling.h (modified) build fix Thu, 04 Sep 2014 23:15:45 GMT vboxsync [52604] * trunk/include/iprt/mangling.h (modified) build fix Thu, 04 Sep 2014 23:13:58 GMT vboxsync [52603] * trunk/include/iprt/mangling.h (modified) build fix Thu, 04 Sep 2014 23:12:05 GMT vboxsync [52602] * trunk/include/iprt/mangling.h (modified) build fix Thu, 04 Sep 2014 23:06:19 GMT vboxsync [52601] * trunk/include/iprt/crypto/tsp.h (added) IPRT: Added support for microsoft timestamp counter signatures. This ... Thu, 04 Sep 2014 22:59:00 GMT vboxsync [52600] * trunk/include/iprt/asn1-generator-asn1-decoder.h (modified) * trunk/include/iprt/asn1-generator-init.h (modified) * trunk/include/iprt/asn1-generator-pass.h (modified) * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-dump.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-core.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-template.h (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/tsp-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/tsp-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/tsp-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/tsp-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/tsp-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/tsp-template.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT: Added support for microsoft timestamp counter signatures. This ... Thu, 04 Sep 2014 16:45:50 GMT vboxsync [52596] * trunk/include/VBox/ExtPack/ExtPack.h (modified) * trunk/src/VBox/Main/include/ExtPackManagerImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: ... Wed, 03 Sep 2014 20:23:24 GMT vboxsync [52592] * trunk/include/VBox/VBoxNetCfg-win.h (modified) * trunk/include/VBox/intnet.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp (modified) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp (modified) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for ... Wed, 03 Sep 2014 14:06:48 GMT vboxsync [52585] * trunk/include/VBox/vd.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle ... Wed, 03 Sep 2014 12:50:46 GMT vboxsync [52582] * trunk/include/iprt/cpuset.h (modified) iprt/cpuset.h: missed committing file changes for r95853. Wed, 03 Sep 2014 12:01:02 GMT vboxsync [52580] * trunk/include/iprt/cpp/ministring.h (modified) algorithm or something it needs is missing in one of the additions ... Tue, 02 Sep 2014 16:16:48 GMT vboxsync [52573] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Fix a wrong invalid-guest-state check with regards to ... Tue, 02 Sep 2014 10:10:40 GMT vboxsync [52565] * trunk/include/iprt/cdefs.h (modified) include/iprt/cdefs.h: try fixing the internal compiler error exposed ... Mon, 01 Sep 2014 16:00:05 GMT vboxsync [52554] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) VBox/Main: #1909: Bug & coding style fixes. Mon, 01 Sep 2014 09:47:10 GMT vboxsync [52549] * trunk/include/iprt/cpp/ministring.h (modified) VBox/Main: #1909: Further compilation & coding style fixes. Mon, 01 Sep 2014 09:06:08 GMT vboxsync [52548] * trunk/include/iprt/cpp/ministring.h (modified) Main: #1909: Compilation fixes Mon, 01 Sep 2014 08:58:51 GMT vboxsync [52546] * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) VBox/Main: #1909: Independent QMTranslator implementation. Some fixes ... Sun, 31 Aug 2014 23:48:41 GMT vboxsync [52543] * trunk/include/iprt/net.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) IntNet: follow up to r85262 - refactor rewriting of link-level ... Sun, 31 Aug 2014 21:43:40 GMT vboxsync [52539] * trunk/include/iprt/mangling.h (modified) build fix Sun, 31 Aug 2014 19:28:17 GMT vboxsync [52537] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-core.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (modified) IPRT,SUP: First part of timestamp counter signatures support. Fri, 29 Aug 2014 22:51:39 GMT vboxsync [52533] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/spc-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/x509-asn1-decoder.cpp (modified) ASN.1 decoding: limit nesting. Thu, 28 Aug 2014 15:58:58 GMT vboxsync [52519] * trunk/include/iprt/net.h (modified) Provide names for all types of IPv6 Neighbor Discovery. Provide ... Tue, 26 Aug 2014 14:43:04 GMT vboxsync [52503] * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-template.h (modified) Started working on PKCS #7 attributes. Mon, 25 Aug 2014 14:30:41 GMT vboxsync [52495] * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/types.h (modified) Runtime: cdefs.h changes to avoid warnings from some g++ versions ... Fri, 22 Aug 2014 11:43:36 GMT vboxsync [52466] * trunk/include/iprt/x86.h (modified) VMM: Nit for r95680. Fri, 22 Aug 2014 11:39:08 GMT vboxsync [52465] * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode ... Fri, 22 Aug 2014 10:04:49 GMT vboxsync [52458] * trunk/include/iprt/asm-math.h (modified) ASMMultU32ByU32DivByU32 / ASMMultU64ByU32DivByU32: no need to set ... Fri, 22 Aug 2014 07:47:06 GMT vboxsync [52455] * trunk/include/iprt/asm-math.h (modified) Updated ASMMultU32ByU32DivByU32 and ASMMultU64ByU32DivByU32 ... Fri, 22 Aug 2014 07:12:23 GMT vboxsync [52454] * trunk/include/iprt/asm-math.h (modified) * trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm (modified) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc. Thu, 21 Aug 2014 16:16:19 GMT vboxsync [52443] * trunk/include/iprt/asm-math.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm (added) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber ... Thu, 21 Aug 2014 11:25:51 GMT vboxsync [52438] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) SUP: Some more confusing trickery. Wed, 20 Aug 2014 11:58:38 GMT vboxsync [52429] * trunk/include/VBox/VBoxVideoHost3D.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/GuestHost/OpenGL/include/chromium.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes Wed, 20 Aug 2014 09:41:48 GMT vboxsync [52428] * trunk/include/iprt/asm.h (modified) asm.h: Fix broken ASMAtomicUoIncU32 assembly. Wed, 20 Aug 2014 03:25:37 GMT vboxsync [52424] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) Only VirtualBox.dll has a TrustedError method, so add a flag to ... Tue, 19 Aug 2014 23:41:09 GMT vboxsync [52422] * trunk/include/iprt/net.h (modified) Fix typo in comment. Tue, 19 Aug 2014 16:12:46 GMT vboxsync [52419] * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs. Mon, 18 Aug 2014 20:35:32 GMT vboxsync [52403] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-kernel32.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrEx.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/tools/RTSignTool.cpp (modified) SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, ... Fri, 15 Aug 2014 22:25:31 GMT vboxsync [52394] * trunk/include/VBox/intnet.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) intnetR0TrunkIfPortDisconnect: Must always release the busy reference ... Fri, 15 Aug 2014 20:47:35 GMT vboxsync [52393] * trunk/include/VBox/intnet.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex ... Fri, 15 Aug 2014 19:21:54 GMT vboxsync [52392] * trunk/include/VBox/sup.h (modified) sup.h: doxygen nit Wed, 13 Aug 2014 10:35:55 GMT vboxsync [52366] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-kernel32.h (modified) SUP: Cache images for process verficiation. Wed, 13 Aug 2014 06:11:50 GMT vboxsync [52365] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-kernel32.h (modified) * trunk/src/VBox/HostDrivers/Support/win/import-template-ntdll.h (modified) sup: Check for TrustedInstaller; accept ProgramFiles and CommonFiles. Wed, 13 Aug 2014 06:09:41 GMT vboxsync [52364] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, ... Tue, 12 Aug 2014 08:43:35 GMT vboxsync [52358] * trunk/include/iprt/list.h (modified) * trunk/src/VBox/Storage/VD.cpp (modified) * trunk/src/VBox/Storage/VHD.cpp (modified) Storage/VD,VHD: Fix crash with certain VHD images with only partial ... Mon, 11 Aug 2014 19:20:47 GMT vboxsync [52354] * trunk/include/iprt/nt/nt.h (modified) nt.h: TEB fix. Mon, 11 Aug 2014 15:29:24 GMT vboxsync [52345] * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm (added) * trunk/src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm (added) * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. ... Mon, 11 Aug 2014 14:58:04 GMT vboxsync [52341] * trunk/include/iprt/mangling.h (modified) build fix Mon, 11 Aug 2014 13:03:12 GMT vboxsync [52340] * trunk/include/iprt/mangling.h (modified) build fix Mon, 11 Aug 2014 12:30:20 GMT vboxsync [52335] * trunk/include/iprt/asmdefs.mac (modified) * trunk/include/iprt/bignum.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/types.h (modified) * trunk/include/iprt/uint128.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/math/RTUInt128MulByU64.asm (added) * trunk/src/VBox/Runtime/common/math/bignum-amd64-x86.asm (modified) * trunk/src/VBox/Runtime/common/math/bignum.cpp (modified) * trunk/src/VBox/Runtime/include/internal/bignum.mac (modified) * trunk/src/VBox/Runtime/testcase/tstRTBigNum-div-test-data.h (added) * trunk/src/VBox/Runtime/testcase/tstRTBigNum-uint128-div-test-data.h (added) * trunk/src/VBox/Runtime/testcase/tstRTBigNum.cpp (modified) RTBigNum: Added shift APIs, implemented a faster division algorithm, ... Thu, 07 Aug 2014 12:54:38 GMT vboxsync [52312] * trunk/include/VBox/com/string.h (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.h (modified) * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) 6219: New parameters related to file size / recording time limitation ... Wed, 06 Aug 2014 17:12:53 GMT vboxsync [52301] * trunk/include/VBox/vusb.h (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) * trunk/src/VBox/Devices/USB/VUSBUrb.cpp (modified) USB: Move the URB cancellation work to the per device I/O thread, fix ... Wed, 06 Aug 2014 12:14:19 GMT vboxsync [52294] * trunk/include/iprt/asm-math.h (modified) asm-math.h: build fix Wed, 06 Aug 2014 11:25:34 GMT vboxsync [52292] * trunk/include/iprt/asmdefs.mac (modified) RTBigNum/asmdefs.mac: Forgot another file. Wed, 06 Aug 2014 10:14:47 GMT vboxsync [52290] * trunk/include/iprt/bignum.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/math/bignum.cpp (modified) * trunk/src/VBox/Runtime/include/internal/bignum.mac (added) RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use ... Tue, 05 Aug 2014 15:00:52 GMT vboxsync [52282] * trunk/include/VBox/vmm/hm_vmx.h (modified) VMM: build fix. Thu, 31 Jul 2014 13:49:15 GMT vboxsync [52247] * trunk/include/VBox/vmm/gim.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) VMM/GIM: Keep Minimal GIM provider guest agnostic. Mon, 28 Jul 2014 17:52:58 GMT vboxsync [52213] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldr.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/ldrNative.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-4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some ... Sat, 26 Jul 2014 11:58:18 GMT vboxsync [52205] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (modified) VBox/err.h: four VERR_SUP_VP_* status codes for the latest SUP changes. Fri, 25 Jul 2014 15:04:01 GMT vboxsync [52192] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/hm_vmx.mac (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) HostDrivers/Support, VMM: support CONFIG_PAX_KERNEXEC Linux kernels Fri, 25 Jul 2014 14:09:02 GMT vboxsync [52189] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display.cpp (modified) Additions/x11/VBoxClient: make remembering screen size between ... Thu, 24 Jul 2014 20:19:25 GMT vboxsync [52178] * trunk/include/VBox/VBoxGuestLib.h (modified) Additions/x11/VBoxClient: make remembering screen size between ... Thu, 24 Jul 2014 11:35:26 GMT vboxsync [52163] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: Make the middle respawn process wait on both parent and child. ... Thu, 24 Jul 2014 10:11:09 GMT vboxsync [52161] * trunk/include/VBox/intnet.h (modified) : typo