VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95692   2 years vboxsync SUP/Trusted-VirtualBoxLegacyTimestampCA-033db638e181e7fce551a6ede45fceb …
(edit) @95691   2 years vboxsync SUP/Certs: Added the timestamp certificate CA we use for the legacy …
(edit) @95685   2 years vboxsync SUP: Added a dummy build program (bldSUPSignedDummy) for singing …
(edit) @95134   3 years vboxsync VMM,SUPDrv: Pass proper fCtxHook value to SUPR0FpuBegin/End so it can …
(edit) @95125   3 years vboxsync SUPDrv-linux: bugref:10209 Apply the FPU fix to Linux 4.19.0+ kernels.
(edit) @95089   3 years vboxsync SUPDrv-linux: bugref:10209 Use kernel_fpu_begin/end for Linux kernels …
(edit) @95087   3 years vboxsync SUPDrv: bugref:10209: Added stubs for host FPU begin/end operations.
(edit) @95067   3 years vboxsync SUPHardDarwin: Corrected macOS 11+ detection. bugref:9836
(edit) @94504   3 years vboxsync Linux: Host Drivers: SUPDrv: make sure that module builds if …
(edit) @94503   3 years vboxsync Linux: Host Drivers: SUPDrv: fix build for non-linux platforms, …
(edit) @94500   3 years vboxsync Linux: Host Drivers: SUPDrv: Initial support for kernel 5.18-rc1, …
(edit) @94439   3 years vboxsync Support: Disable dlopen() patching for ASAN builds for now as our …
(edit) @94432   3 years vboxsync Backed out r150757 (HostDrivers/Support: Try to resolve IPRT-like …
(edit) @94429   3 years vboxsync HostDrivers/Support: Try to resolve IPRT-like errors and show those in …
(edit) @94426   3 years vboxsync SUP: doxygen fixes (don't duplicate docs, newer doxygen version …
(edit) @93911   3 years vboxsync SUP: Fixed regression from r146654 which accidentally re-enabled the …
(edit) @93899   3 years vboxsync SUPLib: Turn on DRIVERLESS flag when VBOX_WITH_DRIVERLESS_FORCED is …
(edit) @93616   3 years vboxsync SUP: Make sure SUPR3PageAllocEx returns zero'ed memory. bugref:10094
(edit) @93517   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93516   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93437   3 years vboxsync HostDriver: Respect VBOX_WITH_VBOXDRV more for darwin stuff. bugref:9898
(edit) @93389   3 years vboxsync SUPR3HardeningMain: Don't fork on fatal errors on darwin as …
(edit) @93387   3 years vboxsync SUPDrv: No pSession for vboxdrvu. bugref:10174
(edit) @93346   3 years vboxsync Support/Makefile.kmk: Do not build VBoxSupLib.dll for any of the …
(edit) @93345   3 years vboxsync Support/Makefile.kmk: Just use the VBoxR3StaticNoCrt template …
(edit) @93325   3 years vboxsync /Config.kmk,SUPDrv-win.cpp: Hardened ASAN build adjustments. …
(edit) @93324   3 years vboxsync VBoxSupLib: Back to libcmt.lib for hardened builds. bugref:8489 …
(edit) @93323   3 years vboxsync VBoxSupLib: Use SUPR3HardenedStatic for getting /guard stuff objects …
(edit) @93320   3 years vboxsync VBoxSupLib: Use the VBoxR3StaticNoCrt template instead of VBOXR3 as …
(edit) @93277   3 years vboxsync /Config.kmk,SUPDrv-win.cpp: Run the security cookie initializer for …
(edit) @93275   3 years vboxsync /Config.kmk,Support/Makefile.kmk,vboximportchecker.kmk: Use the import …
(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) @93265   3 years vboxsync Add,SUP: x86 build adjustments for /guard:cf. bugref:10162
(edit) @93256   3 years vboxsync /Config.kmk: Enable /GS for VBOXR3HARDENEDEXE when /guard is also …
(edit) @93254   3 years vboxsync /Config.kmk,Support/Makefile.kmk: Extra 5 support files from …
(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) @93215   3 years vboxsync SUP: Only print the caller of our issetugid() interpose in debug builds
(edit) @93206   3 years vboxsync SUPDrv: Made SUPR0PageAllocEx more palatable for HVCI. bugref:10162
(edit) @93182   3 years vboxsync SUP: One more adjustment for driverless mode.?bugref:10138
(edit) @93181   3 years vboxsync SUP: A couple of adjustments for driverless mode. bugref:10138 [fix …
(edit) @93177   3 years vboxsync SUP: A couple of adjustments for driverless mode. bugref:10138
(edit) @93172   3 years vboxsync SUP: Should pass fRtInit to pfnRTInitEx. duh. bugref:10138
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93063   3 years vboxsync Enable the driverless NEM fallback mode on darwin, bugref:9044 bugref:10138
(edit) @93049   3 years vboxsync Support: Fix appending the entry name to the path (uncovered after …
(edit) @93033   3 years vboxsync SUPR3: Return correct status code in supR3HardenedVerifyDirRecursive()
(edit) @93030   3 years vboxsync HostDrivers/Support/darwin: Don't fail initialization when the driver …
(edit) @92975   3 years vboxsync Support/Makefile.kmk: Build tweak for the W11 WDK in x86 mode. Looks …
(edit) @92910   3 years vboxsync /Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116
(edit) @92837   3 years vboxsync SUP: Made SUPR3IsDriverless return true if the support library hasn't …
(edit) @92718   3 years vboxsync VMM/APIC,SUP: Driverless tweaks for the APIC code. bugref:10138
(edit) @92705   3 years vboxsync SUP: Added SUPR3INIT_F_DRIVERLESS as a forced driverless option and an …
(edit) @92704   3 years vboxsync SUP: Map SUPSemEvent* onto IPRT's RTSemEvent* in driverless mode. …
(edit) @92700   3 years vboxsync SUP: Map SUPSemEvent* onto IPRT's RTSemEvent* in driverless mode. …
(edit) @92697   3 years vboxsync SUP: Added SUPR3INIT_F_DRIVERLESS as a forced driverless option and an …
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @92557   3 years vboxsync SUP/linux: Build fix on lnx32-chk. bugref:9044 bugref:5324
(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) @92417   3 years vboxsync SUPDrv: Missed disabling StkBack_ inside SUPDrv.cpp. bugref:10093 …
(edit) @92408   3 years vboxsync VMM: Reworked most of the call-ring-3 stuff into …
(edit) @92251   3 years vboxsync SUP: Export RTR0MemObjWasZeroInitialized. bugref:10093
(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) @91836   3 years vboxsync SUP: Added SUPR0GetSessionUid(). bugref:10093
(edit) @91806   3 years vboxsync SUPDrv,tstVMMR0CallHost-2: Use the argument count from the function …
(edit) @91805   3 years vboxsync SUPDrv: Mangling fix. [grr] bugref:10124
(edit) @91803   3 years vboxsync SUPDrv: Mangling fix. bugref:10124
(edit) @91802   3 years vboxsync SUPDrv: Build fix. bugref:10124
(edit) @91801   3 years vboxsync SUPDrv: Try provide accurate argument counts for the functions so we …
(edit) @91800   3 years vboxsync SUPDrv: Reworked the export table a little. SUPFUNC got a cArgs field …
(edit) @91794   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91793   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91792   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91791   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91789   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91785   3 years vboxsync SUPDrv: Added SUPR0HCPhysToVirt implementation for FreeBSD (untested). …
(edit) @91783   3 years vboxsync Support/SUPDrv: Ooops, didn't mean to enable the StkBack_ prefix …
(edit) @91782   3 years vboxsync Support/SUPR0-def-lx.sed: Apply changes here too as the valkit still …
(edit) @91781   3 years vboxsync Support/Makefile.kmk: Fixes for bugref:10124
(edit) @91778   3 years vboxsync SUPDrv/darwin: Another build fix for the switch-back-to-kernel-stack …
(edit) @91776   3 years vboxsync SUPDrv/darwin: Build fix for the switch-back-to-kernel-stack change. …
(edit) @91775   3 years vboxsync SUPDrv/darwin,++: Switch back to the kernel stack before calling into …
(edit) @91677   3 years vboxsync SUP/SpcRoot-MicrosoftTestingRootCertificateAuthority2010-8a334aa8052dd2 …
(edit) @91674   3 years vboxsync SUPDrv: Export RTR0MemObjLockKernelTag too. Minor version bump, …
(edit) @91559   3 years vboxsync SUPDrv/win: Added mapping of NT security IDs to 32-bit UID values - …
(edit) @91552   3 years vboxsync SUPDrV: The SUPDRVSESSION::Uid & Gid members should be the kernel …
(edit) @91551   3 years vboxsync SUPDrV: The SUPDRVSESSION::Uid & Gid members should be the kernel …
(edit) @91447   3 years vboxsync SUP: Export RTR0MemObjAllocLargeTag from SUPDrv, require new minor IOC …
(edit) @91037   3 years vboxsync VMM: Nested VMX: bugref:10092 Added support for tertiary processor …
(edit) @90970   3 years vboxsync VMM,SUPDrv: Use 4 buffers for each EMT logger in ring-0, making it …
(edit) @90944   3 years vboxsync SUPDrv: Build fix for R0 module wrapping fix. bugref:9937
(edit) @90943   3 years vboxsync SUP: Promoted SUP_DPRINTF from SUPDrvInternal.h to sup.h when …
(edit) @90930   3 years vboxsync SUPDrv,Config.kmk: Make the module wrappering work for 5.13+. bugref:9937
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