# # ChangeLog for trunk/include/iprt/nt in vbox # # Generated by Trac 1.4.3.2 # Feb 8, 2025 6:22:47 AM Wed, 11 Jan 2017 10:37:22 GMT vboxsync [65238] * trunk/include/iprt/nt/nt.h (modified) nt/nt.h: W10 TEB and PEB updates. Thu, 10 Nov 2016 15:24:35 GMT vboxsync [64638] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) iprt/nt/nt.h: NtQueryFullAttributesFile and NtQueryAttributesFile. Tue, 08 Nov 2016 09:59:47 GMT vboxsync [64594] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) iprt/nt/nt.h: Added NtFlushVirtualMemory and adjusted relatives. Sat, 15 Oct 2016 16:46:29 GMT vboxsync [64281] * trunk/include/VBox/sup.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/mp.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/assert.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupref.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) * trunk/src/VBox/Runtime/generic/mppresent-generic-online.cpp (copied) * trunk/src/VBox/Runtime/include/internal/mp.h (added) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp (deleted) * trunk/src/VBox/Runtime/r3/win/mp-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTMp-1.cpp (modified) IPRT,SUP: Major vboxdrv and GIP version change; more flexible ... Thu, 13 Oct 2016 15:18:21 GMT vboxsync [64255] * trunk/include/VBox/sup.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/time.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupref.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor ... Thu, 13 Oct 2016 10:59:57 GMT vboxsync [64237] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: Override FORCEINLINE to avoid duplicate symbol trouble ... Thu, 13 Oct 2016 10:10:42 GMT vboxsync [64234] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/win/mp-win.cpp (modified) IPRT: Implemented processor group support for the ring-0 code. Wed, 12 Oct 2016 11:51:48 GMT vboxsync [64219] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: SYSTEM_INFORMATION_CLASS update. Sun, 07 Aug 2016 03:45:25 GMT vboxsync [63126] * trunk/include/iprt/nt/wdm.h (modified) warnings Fri, 05 Aug 2016 22:39:36 GMT vboxsync [63072] * trunk/include/iprt/nt/rx.h (copied) * trunk/include/iprt/win/ntverp.h (copied) More wrappers. Fri, 05 Aug 2016 20:12:05 GMT vboxsync [63057] * trunk/include/iprt/nt/dispmprt.h (modified) * trunk/include/iprt/nt/video.h (modified) * trunk/include/iprt/win/windef.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriver.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCrUtil.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPRegistry.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) GA/NT/Graphics: warnings Fri, 05 Aug 2016 12:17:07 GMT vboxsync [63039] * trunk/include/VBox/VBoxVideoGuest.h (modified) * trunk/include/iprt/nt/dispmprt.h (copied) * trunk/include/iprt/nt/ntddk.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.h (modified) GA/NT/Graphics: warnings Fri, 05 Aug 2016 11:42:25 GMT vboxsync [63036] * trunk/include/iprt/nt/miniport.h (copied) * trunk/include/iprt/nt/ndis.h (modified) * trunk/include/iprt/nt/video.h (copied) More wrappers Fri, 05 Aug 2016 11:27:22 GMT vboxsync [63035] * trunk/include/iprt/nt/ndis.h (modified) oops Fri, 05 Aug 2016 11:26:29 GMT vboxsync [63034] * trunk/include/iprt/nt/ndis.h (modified) updates Fri, 29 Jul 2016 21:31:16 GMT vboxsync [62713] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp (modified) nt.h/rtFileNativeSetAttributes-win.cpp Fri, 29 Jul 2016 21:30:51 GMT vboxsync [62712] * trunk/include/iprt/nt/tdikrnl.h (added) another wrapper (forgot). Fri, 29 Jul 2016 15:56:55 GMT vboxsync [62697] * trunk/include/VBox/com/microatl.h (modified) * trunk/include/iprt/nt/wdm.h (added) * trunk/include/iprt/win/windows.h (modified) * trunk/include/iprt/win/winsock2.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.h (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/win/testcase/USBTest.cpp (modified) HostDrivers: warnings Fri, 29 Jul 2016 13:16:47 GMT vboxsync [62684] * trunk/include/VBox/VBoxNetCmn-win.h (modified) * trunk/include/iprt/nt/ndis.h (added) * trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp (modified) ndis.h wrapper. Fri, 29 Jul 2016 11:10:10 GMT vboxsync [62674] * trunk/include/iprt/nt/nt.h (modified) ValidationKit/utils: warnings. Thu, 28 Jul 2016 23:30:23 GMT vboxsync [62664] * trunk/include/iprt/nt/ntddk.h (added) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c (modified) SUPDrv: warnings Thu, 28 Jul 2016 22:51:46 GMT vboxsync [62662] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: wdw.h warning supression Wed, 27 Jul 2016 13:24:48 GMT vboxsync [62592] * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/nt/nt-and-windows.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/stdint.h (modified) * trunk/include/iprt/win/windows.h (added) * trunk/include/iprt/win/winsock2.h (added) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/oiddb2c.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp (modified) * trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/semrw-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp (modified) * trunk/src/VBox/Runtime/r3/alloc-ef.h (modified) * trunk/src/VBox/Runtime/r3/init.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/poll.cpp (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/stream.cpp (modified) * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) * trunk/src/VBox/Runtime/r3/udp.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTCrStoreCreateSnapshotById-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryTotalRam-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/alloc-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/allocex-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/dllmain-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/errvars-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fs-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/init-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/mp-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/pipe-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/sched-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/semevent-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/semeventmulti-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/symlink-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/thread-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/thread2-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/time-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/time2-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/timer-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/tls-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/utf8-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/uuid-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-ws2_32-fakes.cpp (modified) * trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCritSect.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstTime-3.cpp (modified) * trunk/src/VBox/Runtime/tools/RTNtDbgHelp.cpp (modified) * trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp (modified) * trunk/src/VBox/Runtime/win/errmsgwin.cpp (modified) IPRT: More unused parameters and undefined preprocessor macor warning ... Fri, 22 Jul 2016 18:16:43 GMT vboxsync [62474] * trunk/include/iprt/cpp/autores.h (modified) * trunk/include/iprt/cpp/exception.h (modified) * trunk/include/iprt/cpp/list.h (modified) * trunk/include/iprt/cpp/lock.h (modified) * trunk/include/iprt/cpp/meta.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/include/iprt/cpp/mtlist.h (modified) * trunk/include/iprt/cpp/utils.h (modified) * trunk/include/iprt/cpp/xml.h (modified) * trunk/include/iprt/crypto/digest.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/include/iprt/crypto/pkix.h (modified) * trunk/include/iprt/crypto/rsa.h (modified) * trunk/include/iprt/crypto/spc.h (modified) * trunk/include/iprt/crypto/store.h (modified) * trunk/include/iprt/crypto/taf.h (modified) * trunk/include/iprt/crypto/tsp.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/formats/asn1.h (modified) * trunk/include/iprt/formats/codeview.h (modified) * trunk/include/iprt/formats/elf.h (modified) * trunk/include/iprt/formats/elf32.h (modified) * trunk/include/iprt/formats/elf64.h (modified) * trunk/include/iprt/formats/hfs.h (modified) * trunk/include/iprt/formats/mach-o.h (modified) * trunk/include/iprt/formats/mz.h (modified) * trunk/include/iprt/formats/pecoff.h (modified) * trunk/include/iprt/formats/xar.h (modified) * trunk/include/iprt/nocrt/amd64/fenv.h (modified) * trunk/include/iprt/nocrt/amd64/math.h (modified) * trunk/include/iprt/nocrt/compiler/compiler.h (modified) * trunk/include/iprt/nocrt/compiler/gcc.h (modified) * trunk/include/iprt/nocrt/compiler/msc.h (modified) * trunk/include/iprt/nocrt/fenv.h (modified) * trunk/include/iprt/nocrt/inttypes.h (modified) * trunk/include/iprt/nocrt/limits.h (modified) * trunk/include/iprt/nocrt/math.h (modified) * trunk/include/iprt/nocrt/setjmp.h (modified) * trunk/include/iprt/nocrt/stdarg.h (modified) * trunk/include/iprt/nocrt/stddef.h (modified) * trunk/include/iprt/nocrt/stdlib.h (modified) * trunk/include/iprt/nocrt/string.h (modified) * trunk/include/iprt/nocrt/x86/fenv.h (modified) * trunk/include/iprt/nocrt/x86/math.h (modified) * trunk/include/iprt/nt/nt-and-windows.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/win/lazy-dbghelp.h (modified) (C) 2016 Wed, 13 Apr 2016 20:13:17 GMT vboxsync [60480] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (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/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp (added) SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & ... Sun, 17 Jan 2016 05:43:30 GMT vboxsync [59366] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) iprt/nt/nt.h: Added NtQueryKey and NtEnumerateKey. Mon, 28 Sep 2015 02:49:09 GMT vboxsync [57922] * trunk/include/iprt/nt/nt-and-windows.h (modified) * trunk/include/iprt/nt/nt.h (modified) iprt/nt: Forgot to commit RTNtCurrentPeb/Teb fixes for direnum-r3-nt.cpp. Thu, 13 Aug 2015 00:28:25 GMT vboxsync [57302] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: PROCESSINFOCLASS updates. Tue, 09 Jun 2015 14:12:00 GMT vboxsync [56291] * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/ExtPack/ExtPack.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard.h (modified) * trunk/include/VBox/GuestHost/clipboard-helper.h (modified) * trunk/include/VBox/HGSMI/HGSMIChSetup.h (modified) * trunk/include/VBox/HGSMI/HGSMIChannels.h (modified) * trunk/include/VBox/HGSMI/HGSMIDefs.h (modified) * trunk/include/VBox/HGSMI/HGSMIMemAlloc.h (modified) * trunk/include/VBox/Hardware/VBoxVideoVBE.h (modified) * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardExt.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/HostServices/VBoxHostChannel.h (modified) * trunk/include/VBox/HostServices/VBoxOGLOp.h (modified) * trunk/include/VBox/HostServices/VBoxOpenGLSvc.h (modified) * trunk/include/VBox/RemoteDesktop/VRDE.h (modified) * trunk/include/VBox/RemoteDesktop/VRDEImage.h (modified) * trunk/include/VBox/RemoteDesktop/VRDEInput.h (modified) * trunk/include/VBox/RemoteDesktop/VRDEMousePtr.h (modified) * trunk/include/VBox/RemoteDesktop/VRDEOrders.h (modified) * trunk/include/VBox/RemoteDesktop/VRDESCard.h (modified) * trunk/include/VBox/RemoteDesktop/VRDETSMF.h (modified) * trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h (modified) * trunk/include/VBox/SUPDrvMangling.h (modified) * trunk/include/VBox/VBoxAuth.h (modified) * trunk/include/VBox/VBoxCocoa.h (modified) * trunk/include/VBox/VBoxCrHgsmi.h (modified) * trunk/include/VBox/VBoxDrvCfg-win.h (modified) * trunk/include/VBox/VBoxGL2D.h (modified) * trunk/include/VBox/VBoxGuest.inc (modified) * trunk/include/VBox/VBoxGuest.mac (modified) * trunk/include/VBox/VBoxGuest16.h (modified) * trunk/include/VBox/VBoxGuest2.h (modified) * trunk/include/VBox/VBoxGuestMangling.h (modified) * trunk/include/VBox/VBoxNetCfg-win.h (modified) * trunk/include/VBox/VBoxNetCmn-win.h (modified) * trunk/include/VBox/VBoxTpG.h (modified) * trunk/include/VBox/VBoxUhgsmi.h (modified) * trunk/include/VBox/VBoxVideo.h (modified) * trunk/include/VBox/VBoxVideo3D.h (modified) * trunk/include/VBox/VBoxVideoGuest.h (modified) * trunk/include/VBox/VBoxVideoHost3D.h (modified) * trunk/include/VBox/VDEPlug.h (modified) * trunk/include/VBox/VDEPlugSymDefs.h (modified) * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/VMMDev2.h (modified) * trunk/include/VBox/apic.h (modified) * trunk/include/VBox/asmdefs.mac (modified) * trunk/include/VBox/bioslogo.h (modified) * trunk/include/VBox/cdefs.h (modified) * trunk/include/VBox/com/AutoLock.h (modified) * trunk/include/VBox/com/ErrorInfo.h (modified) * trunk/include/VBox/com/EventQueue.h (modified) * trunk/include/VBox/com/Guid.h (modified) * trunk/include/VBox/com/MultiResult.h (modified) * trunk/include/VBox/com/NativeEventQueue.h (modified) * trunk/include/VBox/com/VirtualBox.h (modified) * trunk/include/VBox/com/array.h (modified) * trunk/include/VBox/com/assert.h (modified) * trunk/include/VBox/com/com.h (modified) * trunk/include/VBox/com/defs.h (modified) * trunk/include/VBox/com/errorprint.h (modified) * trunk/include/VBox/com/list.h (modified) * trunk/include/VBox/com/listeners.h (modified) * trunk/include/VBox/com/mtlist.h (modified) * trunk/include/VBox/com/ptr.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/VBox/dbggui.h (modified) * trunk/include/VBox/dbus-calls.h (modified) * trunk/include/VBox/dbus.h (modified) * trunk/include/VBox/dis.h (modified) * trunk/include/VBox/err.sed (modified) * trunk/include/VBox/hgcmsvc.h (modified) * trunk/include/VBox/intnet.h (modified) * trunk/include/VBox/intnetinline.h (modified) * trunk/include/VBox/msi.h (modified) * trunk/include/VBox/nasm.mac (modified) * trunk/include/VBox/ostypes.h (modified) * trunk/include/VBox/pci.h (modified) * trunk/include/VBox/rawpci.h (modified) * trunk/include/VBox/scsi.h (modified) * trunk/include/VBox/shflsvc.h (modified) * trunk/include/VBox/usb.h (modified) * trunk/include/VBox/usbfilter.h (modified) * trunk/include/VBox/usblib-darwin.h (modified) * trunk/include/VBox/usblib-solaris.h (modified) * trunk/include/VBox/usblib-win.h (modified) * trunk/include/VBox/usblib.h (modified) * trunk/include/VBox/vd-cache-backend.h (modified) * trunk/include/VBox/vd-filter-backend.h (modified) * trunk/include/VBox/vd-ifs-internal.h (modified) * trunk/include/VBox/vd-plugin.h (modified) * trunk/include/VBox/vd.h (modified) * trunk/include/VBox/vddbg.h (modified) * trunk/include/VBox/vmm/cpumctx-v1_6.h (modified) * trunk/include/VBox/vmm/cpumdis.h (modified) * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/include/VBox/vmm/dbgfcorefmt.h (modified) * trunk/include/VBox/vmm/dbgfsel.h (modified) * trunk/include/VBox/vmm/dbgftrace.h (modified) * trunk/include/VBox/vmm/gvmm.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/hm_vmx.mac (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/pdm.h (modified) * trunk/include/VBox/vmm/pdmasynccompletion.h (modified) * trunk/include/VBox/vmm/pdmasynctask.h (modified) * trunk/include/VBox/vmm/pdmblkcache.h (modified) * trunk/include/VBox/vmm/pdmcardreaderinfs.h (modified) * trunk/include/VBox/vmm/pdmcommon.h (modified) * trunk/include/VBox/vmm/pdmcritsect.h (modified) * trunk/include/VBox/vmm/pdmcritsectrw.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pdmins.h (modified) * trunk/include/VBox/vmm/pdmnetifs.h (modified) * trunk/include/VBox/vmm/pdmnetinline.h (modified) * trunk/include/VBox/vmm/pdmnetshaper.h (modified) * trunk/include/VBox/vmm/pdmnvram.h (modified) * trunk/include/VBox/vmm/pdmpci.h (modified) * trunk/include/VBox/vmm/pdmqueue.h (modified) * trunk/include/VBox/vmm/pdmsrv.h (modified) * trunk/include/VBox/vmm/pdmthread.h (modified) * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/include/VBox/vmm/pdmwebcaminfs.h (modified) * trunk/include/VBox/vmm/ssm.h (modified) * trunk/include/VBox/vmm/stam.h (modified) * trunk/include/VBox/vmm/stam.mac (modified) * trunk/include/VBox/vmm/trpm.mac (modified) * trunk/include/VBox/vmm/uvm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/include/VBox/vrdpusb.h (modified) * trunk/include/iprt/aiomgr.h (modified) * trunk/include/iprt/alloc.h (modified) * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/include/iprt/asm-math.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/asmdefs.mac (modified) * trunk/include/iprt/asn1-generator-asn1-decoder.h (modified) * trunk/include/iprt/asn1-generator-core.h (modified) * trunk/include/iprt/asn1-generator-init.h (modified) * trunk/include/iprt/asn1-generator-internal-header.h (modified) * trunk/include/iprt/asn1-generator-pass.h (modified) * trunk/include/iprt/asn1-generator-sanity.h (modified) * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/base64.h (modified) * trunk/include/iprt/bignum.h (modified) * trunk/include/iprt/buildconfig.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/cidr.h (modified) * trunk/include/iprt/circbuf.h (modified) * trunk/include/iprt/condvar.h (modified) * trunk/include/iprt/coredumper.h (modified) * trunk/include/iprt/cpp/autores.h (modified) * trunk/include/iprt/cpp/exception.h (modified) * trunk/include/iprt/cpp/list.h (modified) * trunk/include/iprt/cpp/lock.h (modified) * trunk/include/iprt/cpp/mem.h (modified) * trunk/include/iprt/cpp/meta.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/include/iprt/cpp/mtlist.h (modified) * trunk/include/iprt/cpp/xml.h (modified) * trunk/include/iprt/cpuset.h (modified) * trunk/include/iprt/crc.h (modified) * trunk/include/iprt/critsect.h (modified) * trunk/include/iprt/crypto/digest.h (modified) * trunk/include/iprt/crypto/pem.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/include/iprt/crypto/pkix.h (modified) * trunk/include/iprt/crypto/rsa.h (modified) * trunk/include/iprt/crypto/spc.h (modified) * trunk/include/iprt/crypto/store.h (modified) * trunk/include/iprt/crypto/taf.h (modified) * trunk/include/iprt/crypto/tsp.h (modified) * trunk/include/iprt/crypto/x509.h (modified) * trunk/include/iprt/ctype.h (modified) * trunk/include/iprt/dbg.h (modified) * trunk/include/iprt/dir.h (modified) * trunk/include/iprt/dvm.h (modified) * trunk/include/iprt/env.h (modified) * trunk/include/iprt/err.sed (modified) * trunk/include/iprt/errno.h (modified) * trunk/include/iprt/file.h (modified) * trunk/include/iprt/filesystem.h (modified) * trunk/include/iprt/formats/asn1.h (modified) * trunk/include/iprt/formats/codeview.h (modified) * trunk/include/iprt/formats/hfs.h (modified) * trunk/include/iprt/formats/mach-o.h (modified) * trunk/include/iprt/formats/mz.mac (modified) * trunk/include/iprt/formats/pe.mac (modified) * trunk/include/iprt/formats/xar.h (modified) * trunk/include/iprt/fs.h (modified) * trunk/include/iprt/getopt.h (modified) * trunk/include/iprt/handle.h (modified) * trunk/include/iprt/handletable.h (modified) * trunk/include/iprt/heap.h (modified) * trunk/include/iprt/http.h (modified) * trunk/include/iprt/initterm.h (modified) * trunk/include/iprt/isofs.h (modified) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/ldrlazy.h (modified) * trunk/include/iprt/linux/sysfs.h (modified) * trunk/include/iprt/list.h (modified) * trunk/include/iprt/localipc.h (modified) * trunk/include/iprt/lockvalidator.h (modified) * trunk/include/iprt/log.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/md2.h (modified) * trunk/include/iprt/md5.h (modified) * trunk/include/iprt/mem.h (modified) * trunk/include/iprt/memcache.h (modified) * trunk/include/iprt/memobj.h (modified) * trunk/include/iprt/mempool.h (modified) * trunk/include/iprt/memsafer.h (modified) * trunk/include/iprt/memtracker.h (modified) * trunk/include/iprt/message.h (modified) * trunk/include/iprt/mp.h (modified) * trunk/include/iprt/net.h (modified) * trunk/include/iprt/nocrt/amd64/fenv.h (modified) * trunk/include/iprt/nocrt/amd64/math.h (modified) * trunk/include/iprt/nocrt/compiler/compiler.h (modified) * trunk/include/iprt/nocrt/compiler/gcc.h (modified) * trunk/include/iprt/nocrt/compiler/msc.h (modified) * trunk/include/iprt/nocrt/fenv.h (modified) * trunk/include/iprt/nocrt/inttypes.h (modified) * trunk/include/iprt/nocrt/limits.h (modified) * trunk/include/iprt/nocrt/math.h (modified) * trunk/include/iprt/nocrt/setjmp.h (modified) * trunk/include/iprt/nocrt/stdarg.h (modified) * trunk/include/iprt/nocrt/stddef.h (modified) * trunk/include/iprt/nocrt/stdlib.h (modified) * trunk/include/iprt/nocrt/string.h (modified) * trunk/include/iprt/nocrt/x86/fenv.h (modified) * trunk/include/iprt/nocrt/x86/math.h (modified) * trunk/include/iprt/nt/nt-and-windows.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/once.h (modified) * trunk/include/iprt/param.h (modified) * trunk/include/iprt/path.h (modified) * trunk/include/iprt/pipe.h (modified) * trunk/include/iprt/poll.h (modified) * trunk/include/iprt/power.h (modified) * trunk/include/iprt/process.h (modified) * trunk/include/iprt/rand.h (modified) * trunk/include/iprt/req.h (modified) * trunk/include/iprt/runtime-loader.h (modified) * trunk/include/iprt/runtime.h (modified) * trunk/include/iprt/s3.h (modified) * trunk/include/iprt/semaphore.h (modified) * trunk/include/iprt/sg.h (modified) * trunk/include/iprt/sha.h (modified) * trunk/include/iprt/solaris/kmoddeps.mac (modified) * trunk/include/iprt/sort.h (modified) * trunk/include/iprt/spinlock.h (modified) * trunk/include/iprt/stdarg.h (modified) * trunk/include/iprt/stdint.h (modified) * trunk/include/iprt/strcache.h (modified) * trunk/include/iprt/stream.h (modified) * trunk/include/iprt/string.h (modified) * trunk/include/iprt/symlink.h (modified) * trunk/include/iprt/system.h (modified) * trunk/include/iprt/table.h (modified) * trunk/include/iprt/tar.h (modified) * trunk/include/iprt/test.h (modified) * trunk/include/iprt/thread.h (modified) * trunk/include/iprt/timer.h (modified) * trunk/include/iprt/trace.h (modified) * trunk/include/iprt/types.h (modified) * trunk/include/iprt/udp.h (modified) * trunk/include/iprt/uni.h (modified) * trunk/include/iprt/uuid.h (modified) * trunk/include/iprt/vector.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/vfslowlevel.h (modified) * trunk/include/iprt/win/lazy-dbghelp.h (modified) * trunk/include/iprt/x509-branch-collision.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86extra.mac (modified) * trunk/include/iprt/zero.h (modified) * trunk/include/iprt/zip.h (modified) include: Updated (C) year. Wed, 08 Apr 2015 09:45:01 GMT vboxsync [55124] * trunk/configure.vbs (modified) * trunk/include/VBox/err.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac (modified) s/targetting/targeting/ Sat, 28 Mar 2015 19:57:12 GMT vboxsync [54998] * 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/SUPHardenedVerifyProcess-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) supHardNt: Some more memory replacment hacking - take evasive action ... Sat, 28 Mar 2015 00:19:24 GMT vboxsync [54997] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) supHardNt: Never call WinVerifyTrust and friends when owning the ... Thu, 15 Jan 2015 13:50:29 GMT vboxsync [53819] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) iprt/nt/nt.h: Added a bunch of Ldr APIs. Sat, 03 Jan 2015 05:56:05 GMT vboxsync [53719] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: Stuff to do with windows 7 support for lots of CPUs and ... Sat, 06 Dec 2014 03:57:52 GMT vboxsync [53471] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/nt/time-nt.cpp (copied) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) * trunk/src/VBox/Runtime/r3/win/time-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/time2-win.cpp (copied) IPRT/r3/nt&win: Precision time APIs for NT (not enabled). Thu, 04 Dec 2014 16:22:33 GMT vboxsync [53445] * trunk/include/iprt/nt/nt.h (modified) nt.h: KUSER_SHARED_DATA offsets. Tue, 07 Oct 2014 08:29:34 GMT vboxsync [52969] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp (modified) SUP: Restructured the respawn + child purification code to use the ... 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 ... 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. Sun, 14 Sep 2014 20:25:18 GMT vboxsync [52742] * trunk/include/iprt/nt/nt.h (modified) iprt/nt/nt.h: FILE_BASIC_INFORMATION. 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 ... 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, 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, ... Mon, 11 Aug 2014 19:20:47 GMT vboxsync [52354] * trunk/include/iprt/nt/nt.h (modified) nt.h: TEB fix. 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. ... Tue, 22 Jul 2014 20:19:29 GMT vboxsync [52139] * 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/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: child-process purification to avoid sysfer.dll. Sun, 20 Jul 2014 18:21:30 GMT vboxsync [52103] * trunk/include/iprt/nt/nt.h (modified) nt.h: Cleaned out unused structures. Sun, 20 Jul 2014 18:20:30 GMT vboxsync [52102] * trunk/include/iprt/nt/nt-and-windows.h (modified) * trunk/include/iprt/nt/nt.h (modified) nt.h: TEB and PEB structures. Fri, 18 Jul 2014 07:14:33 GMT vboxsync [52092] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) SUP: Disable hard error popups from NtCreateSection failures. Tue, 15 Jul 2014 15:38:36 GMT vboxsync [52040] * trunk/include/iprt/nt/nt.h (modified) nt.h: Missing NtQueryDirectoryFile prototype. Tue, 15 Jul 2014 14:32:21 GMT vboxsync [52039] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) short -> long names. Wed, 09 Jul 2014 00:59:53 GMT vboxsync [51945] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (modified) Try again for up to 5 seconds when we see STATUS_NO_SUCH_DEVICE and ... Tue, 01 Jul 2014 18:14:02 GMT vboxsync [51770] * trunk (modified) * trunk/Config.kmk (modified) * trunk/Makefile.kmk (modified) * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/err.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/iprt/asm-math.h (modified) * trunk/include/iprt/asn1-generator-asn1-decoder.h (added) * trunk/include/iprt/asn1-generator-core.h (added) * trunk/include/iprt/asn1-generator-init.h (added) * trunk/include/iprt/asn1-generator-internal-header.h (added) * trunk/include/iprt/asn1-generator-pass.h (added) * trunk/include/iprt/asn1-generator-sanity.h (added) * trunk/include/iprt/asn1.h (added) * trunk/include/iprt/base64.h (modified) * trunk/include/iprt/bignum.h (added) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/crypto (added) * trunk/include/iprt/crypto/Makefile.kup (added) * trunk/include/iprt/crypto/digest.h (added) * trunk/include/iprt/crypto/pem.h (added) * trunk/include/iprt/crypto/pkcs7.h (added) * trunk/include/iprt/crypto/pkix.h (added) * trunk/include/iprt/crypto/rsa.h (added) * trunk/include/iprt/crypto/spc.h (added) * trunk/include/iprt/crypto/store.h (added) * trunk/include/iprt/crypto/taf.h (added) * trunk/include/iprt/crypto/x509.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/formats/asn1.h (added) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/log.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/md2.h (added) * trunk/include/iprt/memsafer.h (added) * trunk/include/iprt/nt/Makefile.kup (added) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/process.h (modified) * trunk/include/iprt/stream.h (modified) * trunk/include/iprt/string.h (modified) * trunk/include/iprt/time.h (modified) * trunk/include/iprt/types.h (modified) * trunk/include/iprt/uni.h (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp (modified) * trunk/src/VBox/Frontends (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (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) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedNoCrt.cpp (added) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (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/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstNtQueryStuff.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/Certificates (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Makefile.kup (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/NtRoot-MicrosoftCodeVerificationRoot-729404101f3e0ca347837fca175a8438.cer (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/NtRoot-MicrosoftCodeVerificationRoot-729404101f3e0ca347837fca175a8438.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftAuthenticodeTmRootAuthority-01.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftDigitalMediaAuthority2005-6eff330eb6e7569740680870104baaba.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootAuthority-00c1008b3c3c8811d13ef663ecdf40.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority-79ad16a14aa0a5ad4c7358f407132e65.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority2010-28cc3a25bfba44ac449a9b586b4339aa.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority2011-3f8bc8b5fc9fb29643b569d66c42e144.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Timestamp-CopyrightC1997MicrosoftCorp-01.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Trusted-OracleCorporationVirtualBox-51ca009816fdbd80f120e015ee75823e.cer (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Trusted-OracleCorporationVirtualBox-51ca009816fdbd80f120e015ee75823e.taf (added) * trunk/src/VBox/HostDrivers/Support/win/NtCreateSection-template-amd64-syscall-type-1.h (added) * trunk/src/VBox/HostDrivers/Support/win/NtCreateSection-template-x86-syscall-type-1.h (added) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (added) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (added) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp (added) * trunk/src/VBox/Installer/win/VBoxMergeApp.wxi (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/Makefile.kmk (modified) * trunk/src/VBox/NetworkServices/NAT/Makefile.kmk (modified) * trunk/src/VBox/RDP/client/Makefile.in (modified) * trunk/src/VBox/RDP/client/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asn1 (added) * trunk/src/VBox/Runtime/common/asn1/Makefile.kup (added) * trunk/src/VBox/Runtime/common/asn1/asn1-basics.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-dump.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-encode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-boolean-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-boolean-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-core-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-core-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-core.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-dyntype-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-null-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-null.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string-template2.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-template2.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time.cpp (added) * trunk/src/VBox/Runtime/common/checksum/md2.cpp (added) * trunk/src/VBox/Runtime/common/checksum/md2str.cpp (added) * trunk/src/VBox/Runtime/common/crypto (added) * trunk/src/VBox/Runtime/common/crypto/Makefile.kup (added) * trunk/src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromFile.cpp (added) * trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp (added) * trunk/src/VBox/Runtime/common/crypto/digest-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/iprt-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pemfile.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-template.h (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.h (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-util.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/rsa-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-template.h (added) * trunk/src/VBox/Runtime/common/crypto/spc-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/spc-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-template.h (added) * trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp (added) * trunk/src/VBox/Runtime/common/crypto/store-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/store.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/taf-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-template.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-file.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-template.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-verify.cpp (added) * trunk/src/VBox/Runtime/common/err/errinfo-alloc.cpp (added) * trunk/src/VBox/Runtime/common/err/errinfo.cpp (modified) * trunk/src/VBox/Runtime/common/err/errmsg.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/Makefile.kup (modified) * trunk/src/VBox/Runtime/common/ldr/ldr.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/ldrMemory.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/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/common/math/bignum.cpp (added) * trunk/src/VBox/Runtime/common/misc/sg.cpp (modified) * trunk/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp (modified) * trunk/src/VBox/Runtime/common/string/RTUtf16Cat.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16CatAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16CmpAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16Copy.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16CopyAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16End.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16ICmpAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16NLen.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16NLenEx.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16PrintHexBytes.cpp (added) * trunk/src/VBox/Runtime/common/string/base64.cpp (modified) * trunk/src/VBox/Runtime/common/string/strncmp.asm (added) * trunk/src/VBox/Runtime/common/string/unidata-flags.cpp (added) * trunk/src/VBox/Runtime/common/string/unidata-lower.cpp (added) * trunk/src/VBox/Runtime/common/string/unidata-upper.cpp (added) * trunk/src/VBox/Runtime/common/string/unidata.cpp (deleted) * trunk/src/VBox/Runtime/common/string/uniread.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-16-case.cpp (added) * trunk/src/VBox/Runtime/common/string/utf-16-latin-1.cpp (added) * trunk/src/VBox/Runtime/common/string/utf-16.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-8-case.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-8-case2.cpp (added) * trunk/src/VBox/Runtime/generic/memsafer-generic.cpp (added) * trunk/src/VBox/Runtime/include/internal/iprt-openssl.h (added) * trunk/src/VBox/Runtime/include/internal/ldr.h (modified) * trunk/src/VBox/Runtime/include/internal/ldrPE.h (modified) * trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm (added) * trunk/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp (added) * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/stream.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.c (deleted) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTBigNum.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTLdrVerifyPeImage.cpp (added) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (added) * trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp (modified) * trunk/src/VBox/Runtime/win/errmsgwin.cpp (modified) * trunk/src/bldprogs/bin2c.c (modified) * trunk/src/recompiler/Makefile.kmk (modified) * trunk/tools/bin/gen-slickedit-workspace.sh (modified) Merged in iprt++ dev branch. Thu, 17 Oct 2013 07:22:54 GMT vboxsync [49151] * trunk/include/iprt/nt/nt-and-windows.h (added) SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid ... Thu, 17 Oct 2013 07:22:02 GMT vboxsync [49150] * trunk/include/iprt/nt (added) * trunk/include/iprt/nt/nt.h (copied) * trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp (modified) * trunk/src/VBox/Runtime/include/internal/dir.h (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/fs-nt.cpp (modified) * 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/win/ntdll-mini-implib.c (modified) SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid ...