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) @52000   11 years vboxsync SUPInstall should start the service too now. Cleaned up exit code …
(edit) @51999   11 years vboxsync Removed left over DEBUG_bird bits in iprt/asn1.h and added …
(edit) @51978   11 years vboxsync Need to initialize the SUPR3HardenedVerify* bits in the extension pack …
(edit) @51977   11 years vboxsync Refuse symantec sysfer.dll; accept microsoft sfc.dll.
(edit) @51972   11 years vboxsync duh
(edit) @51970   11 years vboxsync SUP: More image verifier init fixes.
(edit) @51969   11 years vboxsync SUPLib-win: Make sure to call supR3HardenedWinInitVersion and …
(edit) @51958   11 years vboxsync s/ZwReadFile/ZwOpenFile.
(edit) @51955   11 years vboxsync Correct the NtQueryVirtualMemory hack for 32-bit pre-Vista OSes. The …
(edit) @51948   11 years vboxsync SUPLib-win.cpp: Removed unused name defines.
(edit) @51947   11 years vboxsync SUPDrv-win.cpp: Drop the DOS/Windows symlinks.
(edit) @51945   11 years vboxsync Try again for up to 5 seconds when we see STATUS_NO_SUCH_DEVICE and …
(edit) @51941   11 years vboxsync SUPDrv-win.cpp: Use the RTTerm/RTOnce stuff to clean up that default …
(edit) @51936   11 years vboxsync One more define.
(edit) @51921   11 years vboxsync Decode a couple of typical \Devices\VBoxDrvStub failure statuses.
(edit) @51918   11 years vboxsync SUPDrv-win.cpp: Memory leak. Allocation adjustments.
(edit) @51911   11 years vboxsync Fixed problem spotted by the verifier.
(edit) @51910   11 years vboxsync one more place
(edit) @51907   11 years vboxsync SUP: NT status code conversion fix + cleanups.
(edit) @51890   11 years vboxsync forgot to delete these.
(edit) @51860   11 years vboxsync relaxed system32.
(edit) @51826   11 years vboxsync Fixed the first timestamp hack.
(edit) @51824   11 years vboxsync timestamp hack v2.
(edit) @51819   11 years vboxsync timestamp tweak.
(edit) @51818   11 years vboxsync Wrong test.
(edit) @51817   11 years vboxsync quick tweak.
(edit) @51812   11 years vboxsync Fixed a pCert use that I'd missed (pCert / pTaInfo).
(edit) @51789   11 years vboxsync build fix
(edit) @51786   11 years vboxsync Merge fix
(edit) @51775   11 years vboxsync Missing check.
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @51744   11 years vboxsync SUPDrv-win.cpp: pvOutput is the equivalent to the UserBuffer, not pvInput.
(edit) @51742   11 years vboxsync SupDrv-win: Disabled fast IOCTLs as this broke guest SMP.
(edit) @51229   11 years vboxsync SUPDrv-win.cpp: Use the Fast I/O dispatch interface for noticeably …
(edit) @49855   11 years vboxsync SUPDrv-win.cpp: experimenting with amd msrs.
(edit) @49635   11 years vboxsync SUPDrv-win.cpp: Half tested windows MSR workers.
(edit) @49634   11 years vboxsync SUPDrv: Added an interface for probing MSRs.
(edit) @49213   12 years vboxsync SUPLib-win.cpp: wrong conversion of fast call ioctl, the idCpu must be …
(edit) @49150   12 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @48132   12 years vboxsync VMM: Ditch VBOX_WITH_VMMR0_DISABLE_PREEMPTION.
(edit) @47541   12 years vboxsync Use pSession.
(edit) @47539   12 years vboxsync Missing update
(edit) @47537   12 years vboxsync HostDrivers/Support: Introduce reference counting for the session …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44188   12 years vboxsync SUPDrv-win.cpp,++: VBoxDrvU.
(edit) @44173   12 years vboxsync SUPDrv,SUPLib: Introducing /dev/vboxdrvu on darwin (other platforms …
(edit) @43394   13 years vboxsync VMM: HM cleanup.
(edit) @41774   13 years vboxsync bugref..
(edit) @41067   13 years vboxsync supdrvOSLdrNotifyOpened so we can record the load address in NVRAM if …
(edit) @38636   14 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38323   14 years vboxsync VBoxDrv: Don't create a session for ring-0 client that will be …
(edit) @38321   14 years vboxsync SUPDrv: Fixed broken IDC on windows.
(edit) @38075   14 years vboxsync SUPDrv: Check pSession in the IOCtl routine and clean up a little …
(edit) @37596   14 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37249   14 years vboxsync SUPDrv: solaris native loading tweaking.
(edit) @33540   15 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32408   15 years vboxsync fixed the Provider in .inf files
(edit) @32394   15 years vboxsync more branding and header fixes
(edit) @32375   15 years vboxsync rc branding fixes part 2
(edit) @30360   15 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   16 years vboxsync Backed out dead, but incorrect code
(edit) @24022   16 years vboxsync Wrap RTThreadPreemptDisable
(edit) @23610   16 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23430   16 years vboxsync Experiment with KeSetSystemAffinityThread instead of raising the IRQL …
(edit) @22077   16 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @21285   16 years vboxsync SUPDrv: Export the RTR0MemUser/Kernel APIs. (Needed for the …
(edit) @20860   16 years vboxsync SUP: Bumped major version because of layout changes in RTLOGGER. …
(edit) @20528   16 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.
Note: See TracRevisionLog for help on using the revision log.

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