VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv/nt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @78314   6 years vboxsync IPRT/nt: Implemented offSub & cbSub in the NT versions of …
(edit) @78278   6 years vboxsync IPRT/nt: Implemented offSub & cbSub in the NT versions of …
(edit) @78120   6 years vboxsync IPRT: Started adding a RTR0MemObjMapUserEx function that takes offSub …
(edit) @77816   6 years vboxsync SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
(edit) @77473   6 years vboxsync IPRT: Fixed buggy Nt3Fb_ExReleaseFastMutex and made the kernel symbol …
(edit) @77172   6 years vboxsync IRPT/alloc-r0drv-nt.cpp: Make sure we free early untagged allocations …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76426   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76364   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76053   6 years vboxsync IPRT/initterm-r0drv-nt.cpp: Pre-initialize g_uRtNtVersion early so the …
(edit) @75578   6 years vboxsync IPRT/memobj-r0drv-nt.cpp: Allow mapping RTR0MEMOBJTYPE_PHYS_NC …
(edit) @75275   6 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Must manually initialize …
(edit) @73347   6 years vboxsync iprt/the-nt-kernel.h: comment typo
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72639   6 years vboxsync IPRT,VMM: Try use KeShouldYieldProcessor to implement …
(edit) @72614   7 years vboxsync Windows 17134/64 sym update.
(edit) @70387   7 years vboxsync iprt/nt3fakes-r0drv-nt.cpp: fix for xp
(edit) @70381   7 years vboxsync nt3fakesA-r0drv-nt.asm: Make scm happy.
(edit) @70362   7 years vboxsync iprt/rtR0Nt3InitVersion: Turned out registry has no version info …
(edit) @70341   7 years vboxsync IPRT: More NT 3.1 compatibility tweaking.
(edit) @70336   7 years vboxsync iprt/r0drv-nt: Working on NT 3.1 compatibility.
(edit) @70335   7 years vboxsync iprt/time-r0drv-nt.cpp: Cleanups, making it compatible with NT 3.10.
(edit) @70334   7 years vboxsync iprt: Moved ZwYieldExecution prototype to iprt/nt/nt.h.
(edit) @70292   7 years vboxsync dbgkrnlinfo-r0drv-nt.cpp: Fixed MmGetSystemRoutineAddress fallback.
(edit) @70241   7 years vboxsync alloc-r0drv-nt.cpp: duh
(edit) @70212   7 years vboxsync IPRT/r0drv/nt: Dynamically import 4 more function to make it work on …
(edit) @70210   7 years vboxsync nt3fakes-r0drv-nt.cpp: Get version from registry. Just for …
(edit) @70204   7 years vboxsync comment fix
(edit) @70203   7 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Copy & past bugfix (for r119709).
(edit) @70192   7 years vboxsync IPRT/r0drv/nt: Tricks for working with NT 3.51.
(edit) @70157   7 years vboxsync iprt/r0drv/nt: Fixing NT4, broke it just now.
(edit) @70153   7 years vboxsync IPRT: Don't call ExAllocatePool[WithTag] directly unless you must, use …
(edit) @70152   7 years vboxsync iprt/r0drv/nt: Reduce #ifdef'ing TARGET_NT4.
(edit) @70151   7 years vboxsync iprt/r0drv/nt: Reduce #ifdef'ing TARGET_NT4.
(edit) @70150   7 years vboxsync iprt/r0drv/memobj: Let initterm resolve MmProtectMdlSystemAddress.
(edit) @70149   7 years vboxsync iprt/r0drv/nt: Use RTR0DbgKrnlInfoOpen and friends for resolving …
(edit) @70136   7 years vboxsync IPRT: Implemented RTR0DbgKrnlInfoOpen and friends for NT, including …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67111   8 years vboxsync bugref:8727: Enabling NonPagedPoolNx in rtR0MemAllocEx for Windows 8 and up
(edit) @65414   8 years vboxsync IPRT/r0drv/nt: Preps for using NonPagedPoolNx.
(edit) @65413   8 years vboxsync IPRT/r0drv/nt: Preps for using NonPagedPoolNx.
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @64267   8 years vboxsync initterm-r0drv-nt.cpp: Reality update on MaximumProcessorCount.
(edit) @64234   8 years vboxsync IPRT: Implemented processor group support for the ring-0 code.
(edit) @63970   8 years vboxsync spinlock-r0drv-nt.cpp: fixed disabled code
(edit) @63063   8 years vboxsync IPRT: warnings
(edit) @62663   8 years vboxsync RuntimeR0Drv: warnings
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @60771   9 years vboxsync RTMpPoke/nt: Removed all the HalSendSoftwareInterrupt code, don't want …
(edit) @60769   9 years vboxsync initterm-r0drv-nt.cpp: bugref:8343: Try not use …
(edit) @60704   9 years vboxsync rtMpCallUsingDpcs: Fixed incorrect check.
(edit) @60282   9 years vboxsync Runtime/r0drv/nt: another Parfait __stdcall problem
(edit) @60278   9 years vboxsync HostDrivers/Runtime: fixed a few functions according to __stdcall …
(edit) @60267   9 years vboxsync Runtime/r0drv/nt: Parfait warning (stdcall)
(edit) @60143   9 years vboxsync RTTimerGetSystemGranularity/nt: Removed assertion on …
(edit) @58268   9 years vboxsync r0drv/nt: Some rtR0MemObjNativeProtect sketches.
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57409   9 years vboxsync thread-r0drv-nt.cpp: Remove unused function RTThreadSleepCommon.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57122   9 years vboxsync symdbdata.h,ntBldSymDb.cpp: Quick updates for W10/10240.
(edit) @56753   9 years vboxsync timer-r0drv-nt.cpp: Fixed bug in RTTimerStart which would cause the …
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @54512   10 years vboxsync RTTimerDestroy() is off limits from the timer callback on windows too.
(edit) @54501   10 years vboxsync Reverted r98596, only using broadcast IPI in RTMpOnSpecific for …
(edit) @54488   10 years vboxsync NT: Try only using IPIs in RTMpOnSpecific.
(edit) @54417   10 years vboxsync NT4 build fix.
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54414   10 years vboxsync mp-r0drv-nt.cpp: Enabled new RTMpOnSpecific code.
(edit) @54413   10 years vboxsync mp-r0drv-nt.cpp: Forgot RTMpOnPairIsConcurrentExecSupported.
(edit) @54410   10 years vboxsync IPRT/r0drv: Implemented RTMpOnPair for NT (windows).
(edit) @54358   10 years vboxsync IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
(edit) @53768   10 years vboxsync RTMpOnSpecific/r0drv-nt: Sketched out an alternative implementation …
(edit) @53765   10 years vboxsync mp-r0drv-nt.cpp: RTMpSpecific should only use broadcast IPIs when …
(edit) @53720   10 years vboxsync IPRT/r0drv/nt: More RTMpPokeCpu work, this time for 32-bit windows 7 …
(edit) @53718   10 years vboxsync RTMpPokeCpu+RTMpOn*/r0drv-nt: Reworked RTMpOn* using KeIpiGenericCall …
(edit) @53717   10 years vboxsync IPRT/r0drv/nt: Fixed crash in rtmpNtDPCWrapper.
(edit) @53457   10 years vboxsync RTimer/r0drv/nt: Rearm the interval timers ourselves to avoid rounding …
(edit) @53456   10 years vboxsync RTTime/r0drv/nt: Use higher precision APIs to get times when available.
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @50685   11 years vboxsync symdbdata.h: Added windows 8.1 info and fixed the 8.0 entries.
(edit) @50682   11 years vboxsync windows 8.1.
(edit) @49287   11 years vboxsync thread-r0drv-nt.cpp: Changed RTThreadPreemptIsPendingTrusty to always …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48384   11 years vboxsync todo
(edit) @47637   11 years vboxsync Runtime/r0drv/nt: fix Windows r0drv timers
(edit) @46231   12 years vboxsync GetTickCount isn't usable, bit the bullet and read interrupt time from …
(edit) @46223   12 years vboxsync Must use same time source in user and kernel land otherwise we might …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
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