VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/win

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32408   14 years vboxsync fixed the Provider in .inf files
(edit) @32394   14 years vboxsync more branding and header fixes
(edit) @32375   14 years vboxsync rc branding fixes part 2
(edit) @30360   14 years vboxsync supdrv/win: fix typo
(edit) @28900   15 years vboxsync Note about known failure
(edit) @28854   15 years vboxsync branding
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28663   15 years vboxsync comment
(edit) @28661   15 years vboxsync Already loaded error translation
(edit) @28659   15 years vboxsync Wrong format specifier
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26512   15 years vboxsync HostDrivers: tabs -> spaces.
(edit) @25484   15 years vboxsync SUPDrv: Fixed recent regression that may cause the SUPDRVSESSION …
(edit) @25465   15 years vboxsync SUPDrv,++: Made SUPDrv.c platform agnostic and renamed …
(edit) @25361   15 years vboxsync SUPDrv-win.cpp: STATUS_INVALID_IMAGE_HASH isn't defined in our headers.
(edit) @25360   15 years vboxsync SUPDrv-win.cpp,iprt/err.h: STATUS_INVALID_IMAGE_HASH -> …
(edit) @25337   15 years vboxsync build fix.
(edit) @25336   15 years vboxsync HostDrivers,SrvIntNetR0,iprt/ntwrap.mac: Removed all the …
(edit) @25331   15 years vboxsync SUPDrv-win.cpp/supdrvOSLdrLoad: Ignore mistmatching OriginalFirstThunk …
(edit) @25308   15 years vboxsync SUPDrv: Lock down the natively loaded image.
(edit) @25300   15 years vboxsync SUPDrv: Cleaned up the native loader implmenetation on windows and …
(edit) @25278   15 years vboxsync SUPDrv: Major IOC version change - preparing to use the native ring-0 …
(edit) @25274   15 years vboxsync SUPDrvA-win.asm: export SUPR0Printf.
(edit) @25263   15 years vboxsync SUPDrv/Lib: More hacking
(edit) @25262   15 years vboxsync SUPDrv: Works on vista…
(edit) @25260   15 years vboxsync SUPDRV_USE_NATIVE_LOADER -> VBOX_WITH_NATIVE_R0_LOADER
(edit) @25258   15 years vboxsync SUPDrv: Sketched out support for native module loading. (OS parts are …
(edit) @24035   15 years vboxsync Backed out dead, but incorrect code
(edit) @24022   15 years vboxsync Wrap RTThreadPreemptDisable
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23430   15 years vboxsync Experiment with KeSetSystemAffinityThread instead of raising the IRQL …
(edit) @22077   15 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @21285   15 years vboxsync SUPDrv: Export the RTR0MemUser/Kernel APIs. (Needed for the …
(edit) @20860   15 years vboxsync SUP: Bumped major version because of layout changes in RTLOGGER. …
(edit) @20528   15 years vboxsync SUP: SUPR0PageProtect & SUPR0PageProtect - for creating guard (hyper) …
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20366   16 years vboxsync HostDrivers: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20124   16 years vboxsync IPRT,SUP: Minor driver version change - added …
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19932   16 years vboxsync SUPDrv: Expose the RTThreadPreempt API to modules.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19866   16 years vboxsync SUP: Expose ring-0 event semaphores to ring-3, part 1.
(edit) @19393   16 years vboxsync SUPDrv: expose RTMpPokeCpu, minor version incremented.
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @18478   16 years vboxsync SUPDrv-win.c: uintptr_t warning.
(edit) @18246   16 years vboxsync license header updates from filemuncher
(edit) @18195   16 years vboxsync export to OSE
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @15838   16 years vboxsync Export RTMpIsCpuWorkPending
(edit) @15551   16 years vboxsync eol
(edit) @15505   16 years vboxsync SUPDrv,INTNet: Heads up! SupDrv version bumped. Added SUPR0ObjAddRefEx …
(edit) @14825   16 years vboxsync SUPDrv: Permit userland to make kernel mappings of SUPR0PageAllocEx …
(edit) @14497   16 years vboxsync SUPDrv: Export RTR0MemObjEnterPhys (darwin needs it).
(edit) @14373   16 years vboxsync SUPDrv: expose SUPR0GetPagingMode.
(edit) @14332   16 years vboxsync SUPDrv,SUPLib: generic ring-0 service interface.
(edit) @14303   16 years vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @13913   16 years vboxsync spaces
(edit) @13867   16 years vboxsync uintptr_t cast is nicer.
(edit) @13865   16 years vboxsync SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 …
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13536   16 years vboxsync Wrong macro
(edit) @13529   16 years vboxsync Wrap the RTPowerSignalEvent call.
(edit) @13496   16 years vboxsync Call RTPowerSignalEvent when detecting a power state change.
(edit) @13495   16 years vboxsync Register power state change callback handler.
(edit) @13435   16 years vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13421   16 years vboxsync win64 VMMR0->VBoxNetFlt and VBoxNetFlt->VMMR0 locate/create marker …
(edit) @12161   16 years vboxsync VBoxDrv/win: Alternative SUPR0Printf implementation (disabled).
(edit) @12157   16 years vboxsync VBoxDrv/win: Use the IPRT versions of AssertMsg[12].
(edit) @12152   16 years vboxsync Corrected the wrapper for RTLogLoggerExV.
(edit) @12101   16 years vboxsync VBoxDrv: Some more unwind wrapping.
(edit) @12100   16 years vboxsync VBoxDrv: Finished the unwind fix for AMD64. (hides our code from …
(edit) @12000   16 years vboxsync supdrv: Prototyped the fix for the PspGetSetContextInternal / …
(edit) @11824   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11814   16 years vboxsync Initial commit of the NetFlt driver for Windows
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11636   16 years vboxsync #3105: Implemented editing of DriverVer in driver .inf files.
(edit) @10736   16 years vboxsync Fixed two bugs introduced in r33448. Test changes like this before …
(edit) @10731   16 years vboxsync comment.
(edit) @10724   16 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10720   16 years vboxsync Fixed issue in fast (METHOD_NEITHER) ioctls. Write the last error to …
(edit) @10662   16 years vboxsync Increased the IOC version to 7.4 with the exporting of …
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10265   16 years vboxsync Some more IDC code.
(edit) @10263   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10261   16 years vboxsync Set FileObject.
(edit) @10260   16 years vboxsync docs.
(edit) @10258   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10256   16 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @10248   16 years vboxsync Removed the non-USE_NEW_OS_INTERFACE_FOR_GIP code.
(edit) @9621   16 years vboxsync The TSC checks are now fully done in the generic code.
(edit) @9587   16 years vboxsync USE_NEW_OS_INTERFACE_FOR_GIP for NT (disabled).
(edit) @9578   16 years vboxsync Must call RTR0Init/Term!
(edit) @8908   17 years vboxsync Determined affinity mask too late. Moved up.
(edit) @8837   17 years vboxsync We are not allowed to execute KeQueryActiveProcessors at DPC_LEVEL, so …
(edit) @8833   17 years vboxsync Extra assertion
(edit) @8792   17 years vboxsync Wrong position
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