VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94389   3 years vboxsync HostDrivers/VBoxNetflt-linux: Fix debug log format string
(edit) @94388   3 years vboxsync VBoxNetAdpCtl: Some harmless leak fixes
(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) @93509   3 years vboxsync HostDrivers/VBoxNet*: Respect VBOX_WITH_VBOXDRV and don't install …
(edit) @93479   3 years vboxsync VBoxNetAdpCtl: (bugref:8093) Added unicast and loopback checks
(edit) @93472   3 years vboxsync VBoxNetAdpCtl: (bugref:8093) Replaced adhoc IP address conversions …
(edit) @93437   3 years vboxsync HostDriver: Respect VBOX_WITH_VBOXDRV more for darwin stuff. bugref:9898
(edit) @93421   3 years vboxsync Linux host: VBoxNetAdp: use RTLNX_VER_MIN when defining …
(edit) @93418   3 years vboxsync Linux host: VBoxNetAdp: scm fix, bugref:10190.
(edit) @93417   3 years vboxsync Linux host: VBoxNetAdp: initial support for kernel 5.17-rc1, bugref:10190.
(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) @93341   3 years vboxsync /Config.kmk,HostDrivers,Installer/win: Added a VBoxR3StaticDllNoAsan …
(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) @93322   3 years vboxsync /Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841
(edit) @93320   3 years vboxsync VBoxSupLib: Use the VBoxR3StaticNoCrt template instead of VBOXR3 as …
(edit) @93304   3 years vboxsync HostDrivers: VC++ 19.2 update 11 build adjustments (bogus initializers …
(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) @93217   3 years vboxsync HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is …
(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) @93024   3 years vboxsync /Config.kmk,Main/Makefile.kmk,VBoxNetFlt/Makefile.kmk: Promopted …
(edit) @92975   3 years vboxsync Support/Makefile.kmk: Build tweak for the W11 WDK in x86 mode. Looks …
(edit) @92973   3 years vboxsync VBoxNetFlt/Makefile.kmk: One or more of the idl file …
(edit) @92968   3 years vboxsync VBoxUSB/win/Makefile.kmk: Use a template for the USB* programs, …
(edit) @92967   3 years vboxsync VBoxNetFlt/Makefile.kmk: Use a template for all the Net*Install and …
(edit) @92965   3 years vboxsync VBoxNetFlt/win: Added missing ';' after NdisFreeSpinLock. It's a …
(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) @92127   3 years vboxsync VBoxNetAdp: (bugref:10077) Dropped zero-prefix wrappers for CIDR conversion
(edit) @92088   3 years vboxsync VBoxNetAdp: (bugref:10077) Fixed crash on empty lines
(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) @91771   3 years vboxsync VBoxNetAdp: (bugref:10077) Another build fix (err.h>
(edit) @91770   3 years vboxsync VBoxNetAdp: (bugref:10077) Build and other fixes
(edit) @91769   3 years vboxsync VBoxNetAdp: (bugref:10077) More administrative control over network ranges
(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 …
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