VirtualBox

source: vbox/trunk/include/iprt/nt/nt.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70183   7 years vboxsync nt.h: 3.51 note
(edit) @70171   7 years vboxsync VBoxService: Working on removing TARGET_NT4 here too…
(edit) @69705   7 years vboxsync IPRT: VFS and NT path handling fixes. * Rewrote RTDirQueryInfo for …
(edit) @69691   7 years vboxsync iprt: Started on RTDirRel for NT.
(edit) @69688   7 years vboxsync iprt: pathint-nt.cpp: Added RTNtPathRelativeFromUtf8 for RTDirRel. …
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @67980   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67979   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67360   7 years vboxsync iprt/nt/nt.h: doc nits
(edit) @67359   7 years vboxsync iprt/nt/nt.h: doc nits
(edit) @67318   7 years vboxsync tabs to spaces
(edit) @67316   7 years vboxsync nt.h: Add RTL_PROCESS_MODULE_INFORMATION and RTL_PROCESS_MODULES
(edit) @66823   8 years vboxsync include/iprt: Adjustments for Visual C++ v12 / Visual Studio 2013. …
(edit) @65238   8 years vboxsync nt/nt.h: W10 TEB and PEB updates.
(edit) @64638   8 years vboxsync iprt/nt/nt.h: NtQueryFullAttributesFile and NtQueryAttributesFile.
(edit) @64594   8 years vboxsync iprt/nt/nt.h: Added NtFlushVirtualMemory and adjusted relatives.
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @64255   8 years vboxsync SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
(edit) @64237   8 years vboxsync iprt/nt/nt.h: Override FORCEINLINE to avoid duplicate symbol trouble …
(edit) @64234   8 years vboxsync IPRT: Implemented processor group support for the ring-0 code.
(edit) @64219   8 years vboxsync iprt/nt/nt.h: SYSTEM_INFORMATION_CLASS update.
(edit) @62713   8 years vboxsync nt.h/rtFileNativeSetAttributes-win.cpp
(edit) @62674   8 years vboxsync ValidationKit/utils: warnings.
(edit) @62662   8 years vboxsync iprt/nt/nt.h: wdw.h warning supression
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62474   8 years vboxsync (C) 2016
(edit) @60480   9 years vboxsync SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & …
(edit) @59366   9 years vboxsync iprt/nt/nt.h: Added NtQueryKey and NtEnumerateKey.
(edit) @57922   9 years vboxsync iprt/nt: Forgot to commit RTNtCurrentPeb/Teb fixes for direnum-r3-nt.cpp.
(edit) @57302   9 years vboxsync iprt/nt/nt.h: PROCESSINFOCLASS updates.
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @55124   10 years vboxsync s/targetting/targeting/
(edit) @54998   10 years vboxsync supHardNt: Some more memory replacment hacking - take evasive action …
(edit) @54997   10 years vboxsync supHardNt: Never call WinVerifyTrust and friends when owning the …
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
(edit) @53719   10 years vboxsync iprt/nt/nt.h: Stuff to do with windows 7 support for lots of CPUs and …
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53445   10 years vboxsync nt.h: KUSER_SHARED_DATA offsets.
(edit) @52969   10 years vboxsync SUP: Restructured the respawn + child purification code to use the …
(edit) @52955   10 years vboxsync build fix
(edit) @52953   10 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52949   10 years vboxsync SUP: Do the early init thing on the stub process too.
(edit) @52947   10 years vboxsync SUP: Implemented early VM process vboxdrv initialization.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52943   10 years vboxsync SUP: The child side of early VM process init.
(edit) @52941   10 years vboxsync Use our own heap in the hope that we can use it before ntdll is really …
(edit) @52940   10 years vboxsync Eliminating some more kernel32.dll dependencies, marking APIs we like …
(edit) @52876   10 years vboxsync SUP: Log more details on system dlls and hot patching.
(edit) @52742   10 years vboxsync iprt/nt/nt.h: FILE_BASIC_INFORMATION.
(edit) @52627   10 years vboxsync SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
(edit) @52438   10 years vboxsync SUP: Some more confusing trickery.
(edit) @52364   10 years vboxsync nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
(edit) @52354   10 years vboxsync nt.h: TEB fix.
(edit) @52163   10 years vboxsync SUP: Make the middle respawn process wait on both parent and child. …
(edit) @52139   10 years vboxsync SUP: child-process purification to avoid sysfer.dll.
(edit) @52103   10 years vboxsync nt.h: Cleaned out unused structures.
(edit) @52102   10 years vboxsync nt.h: TEB and PEB structures.
(edit) @52092   10 years vboxsync SUP: Disable hard error popups from NtCreateSection failures.
(edit) @52040   10 years vboxsync nt.h: Missing NtQueryDirectoryFile prototype.
(edit) @52039   10 years vboxsync short -> long names.
(edit) @51945   10 years vboxsync Try again for up to 5 seconds when we see STATUS_NO_SUCH_DEVICE and …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(copy) @49150   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
copied from trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h
(edit) @47535   11 years vboxsync IPRT: Wrote native NT directory enumeration - not enabled by default. …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette