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) @99828   20 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99220   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @98650   23 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98644   23 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98353   2 years vboxsync Installer/*.inf: Adding LegacyUninstall=1 to VBoxSup.inf to make …
(edit) @98336   2 years vboxsync HostDrivers/*.inf, Installer/*.inf: Use more consistent naming. For …
(edit) @98106   2 years vboxsync Manual (C) year updates.
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97023   2 years vboxsync SUP: Check inherited handles in bugging VM processes. bugref:10294
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @96166   2 years vboxsync HostDrivers/Support/win: Update log messages and code comments to …
(edit) @96138   2 years vboxsync Support/SUPR3HardenedMain-win.cpp: Fixed help typos ('vboxdrv' is now …
(edit) @95087   3 years vboxsync SUPDrv: bugref:10209: Added stubs for host FPU begin/end operations.
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93325   3 years vboxsync /Config.kmk,SUPDrv-win.cpp: Hardened ASAN build adjustments. …
(edit) @93274   3 years vboxsync /Config.kmk,SUPDrv-win.cpp: Run the security cookie initializer for …
(edit) @93273   3 years vboxsync SUPDrv/win: A few more things to ignore when loading images with …
(edit) @93271   3 years vboxsync SUPHardNt: A DEBUG_bird thing.
(edit) @93270   3 years vboxsync SUPHardNt: The supR3HardenedMonitor_NtCreateSection and …
(edit) @93256   3 years vboxsync /Config.kmk: Enable /GS for VBOXR3HARDENEDEXE when /guard is also …
(edit) @93251   3 years vboxsync /Config.kmk,Add,SupDrv: Enable control flow guards. bugref:10162
(edit) @93240   3 years vboxsync SUP: Delete old VBoxDrv.inf, did a svn copy instead of svn ren. …
(edit) @93239   3 years vboxsync SUP,Installer/win: Renamed VBoxDrv.sys to VBoxSup.sys. bugref:10162
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @92556   3 years vboxsync SUP,VMM: Added a fFlags parameter to SUPR3PageAlloc so we can indicate …
(edit) @92434   3 years vboxsync VMM/NEM-win,SUPLib-win: Allocate large pages in SUPPageAlloc when …
(edit) @92203   3 years vboxsync SUPDrv-win.cpp: Debugged and enabled the …
(edit) @91984   3 years vboxsync SUPHardNt: Just continue validating signatures upon encountering …
(edit) @91789   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91559   3 years vboxsync SUPDrv/win: Added mapping of NT security IDs to 32-bit UID values - …
(edit) @90780   3 years vboxsync SUP: VALID_PTR -> RT_VALID_PTR.
(edit) @90150   3 years vboxsync SUPHardNt: Ignore Nvidia certificate with bogus Key Usage if there is …
(edit) @87700   4 years vboxsync SUPDrv,++: Experimental support for wrapping .r0 modules in native …
(edit) @86610   4 years vboxsync SUPHArdNt,IPRT: Recognize WHQL/attestation signatures from MS. …
(edit) @86549   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @86532   4 years vboxsync src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp: Doxygen
(edit) @85873   4 years vboxsync SUPHardNt: fix potential warning.
(edit) @85129   5 years vboxsync SUPLib: Make the suplibOs* hidden. bugref:9794
(edit) @85127   5 years vboxsync iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85094   5 years vboxsync SUPHardNt: nit
(edit) @85093   5 years vboxsync SUPLib: Adjustments to avoid CxxFrameHandler4. bugref:9794
(edit) @84497   5 years vboxsync SUPDrv-win.cpp: Relax the ImageBase check when comparing NT loaded and …
(edit) @84398   5 years vboxsync SUPHardNt: FNRTCRPKCS7VERIFYCERTCALLBACK changed behaviour with …
(edit) @84394   5 years vboxsync SUPHardNT: VC++ 19.x warnings. bugref:8489
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84052   5 years vboxsync SUPHardNt: Define RTMEM_NO_WRAP_TO_EF_APIS for hardened exec stubs, …
(edit) @83802   5 years vboxsync SUPDrv: VC++ 14.1 adjustment. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82006   5 years vboxsync SupHardNt: Corrected incorrect retry handling in …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81161   5 years vboxsync SUP, VMM: bugref: 9562 Drop SUPR0GetRawModeUsability. No longer …
(edit) @81118   5 years vboxsync SUPHardNt: Try hook KiUserExceptionDispatcher and log exceptions.
(edit) @81106   5 years vboxsync IPRT,SUP,*: Some GIP related fixes for supporting APIC IDs over 256 …
(edit) @80796   5 years vboxsync Reverted r128297 (Windows host drivers: Use SERVICE_DEMAND_START (3) …
(edit) @80242   5 years vboxsync SUPHardNt: Initial thread context validation adjustments.
(edit) @80218   5 years vboxsync SUPHardNt: Check register context of suspended child main thread, …
(edit) @80217   5 years vboxsync SUPHardNt: scm and comments
(edit) @80216   5 years vboxsync SUPHardNt: Restore text and import sections for ntdll, kernelbase and …
(edit) @80212   5 years vboxsync SUPHardNt: Hack for fending off unwanted APCs during early process …
(edit) @79642   6 years vboxsync SUPHardNt: Added preliminary detection of another endpoint protection …
(edit) @77972   6 years vboxsync HostDrivers/Support/win: Burn fix for r129708 (wasn't aware of the …
(edit) @77820   6 years vboxsync supHardNt: More info on VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT.
(edit) @77816   6 years vboxsync SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
(edit) @76925   6 years vboxsync Windows host drivers: Use SERVICE_DEMAND_START (3) instead of …
(edit) @76818   6 years vboxsync Config.kmk, HostDrivers/Support, Main, FE/Qt, Installer: bugref:9049: …
(edit) @76785   6 years vboxsync Fix for bugref:9328
(edit) @76568   6 years vboxsync HostDrivers: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76527   6 years vboxsync HostDrivers: scm --fix-header-guards. bugref:9344
(edit) @76503   6 years vboxsync SUPHardenedVerifyImage-win.cpp: logging typo
(edit) @76502   6 years vboxsync SUPR3HardenedMain-win.cpp: Zero the PROCESS_INFORMATION structure to …
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76415   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76414   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76413   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76412   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76411   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76410   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76054   6 years vboxsync SUPDrv-win.cpp: Figure out the correct pool type before we call …
(edit) @75282   6 years vboxsync SUPDrv: Adding supdrvOSLdrQuerySymbol so we don't have to save a copy …
(edit) @75049   6 years vboxsync IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched …
(edit) @75003   6 years vboxsync SUPDrv: Adjusted ep validation a little in prep for bugref:9232
(edit) @74782   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74768   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74767   6 years vboxsync RTSignTool,SUPR3: Implemented dev id / kext checks for verify-exe. …
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72334   7 years vboxsync Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
(edit) @72326   7 years vboxsync Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
(edit) @72247   7 years vboxsync FE/Qt and HostDriver/Support: bugref:9049: Hardening support for split …
(edit) @72076   7 years vboxsync VBoxDrv.inf: Try add DefaultUninstall sections and see if that helps …
(edit) @71989   7 years vboxsync VBoxDrv.inf: Must use DefaultInstall rule rather than Manufacturer, or …
(edit) @71986   7 years vboxsync *.inf: Trying to make new InfVerif.exe happy. bugref:8691
(edit) @71890   7 years vboxsync VBoxDrv.inf: remove trailing white-space.
(edit) @71881   7 years vboxsync VBoxDrv.inf: Fixes to make InfVerif happy [correction].
(edit) @71879   7 years vboxsync VBoxDrv.inf: Fixes to make InfVerif happy.
(edit) @71198   7 years vboxsync SUPDrv,VMMR0: Prepped for extending the fast I/O control interface a …
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