VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99673   19 months vboxsync SUPHardNt: sha384 is included in alt-sha512.cpp, duh. bugref:10439
(edit) @99670   19 months vboxsync SUPHardNt: Need alt-sha384.cpp as well now for ldrPE.cpp. bugref:10439
(edit) @99633   19 months vboxsync HostDrivers/VBoxNetAdpCtl: Plug harmless file descriptor leak, bugref:3409
(edit) @99461   20 months vboxsync HostDrivers/testcase: tstPin: Use SUPR3INIT_F_DRIVERLESS for ARM builds.
(edit) @99460   20 months vboxsync HostDrivers/testcase: tstPin: Pages, not bytes.
(edit) @99457   20 months vboxsync HostDrivers/testcase: Overhauled tstPin (Memory locking interface in …
(edit) @99426   20 months vboxsync SUPDrv: Move SUPDRV_MEMCPY to SUPDrvInternal.h and try explain why and …
(edit) @99421   20 months vboxsync SUPDrv: Move SUPDRV_MEMCPY to SUPDrvInternal.h and try explain why and …
(edit) @99239   20 months vboxsync Disassembler: Make it possible to build the disassembler library …
(edit) @99237   20 months vboxsync Disassember: Continue separation of the common disassembler and x86 …
(edit) @99234   20 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99223   20 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99221   20 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   20 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @98807   21 months vboxsync Some small Solaris-specific build warning fixes: Main/Console: Remove …
(edit) @98650   22 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98644   22 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98414   22 months vboxsync HostDrivers/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98353   22 months vboxsync Installer/*.inf: Adding LegacyUninstall=1 to VBoxSup.inf to make …
(edit) @98336   22 months vboxsync HostDrivers/*.inf, Installer/*.inf: Use more consistent naming. For …
(edit) @98327   22 months vboxsync VBoxUSB.sys: Be more careful before calling MmUnlockPages.
(edit) @98257   23 months vboxsync *.kmk: s/VBOX_WIN_NEWDEV/VBoxWinNewDevLib/ (sdk) bugref:10348
(edit) @98256   23 months vboxsync *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98165   23 months vboxsync /Config.kmk,SUP: s/VBOXR3HARDENEDLIB/VBoxR3HardenedLib/ bugref:10348
(edit) @98152   23 months vboxsync /Config.kmk,SUP/Makefile.kmk: s/VBOXR3STATIC/VBoxR3StaticBase/ (for …
(edit) @98137   23 months vboxsync SUP/Makefile.kmk: s/VBOXR3STATIC/VBoxR3Static/ bugref:10348
(edit) @98133   23 months vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98128   23 months vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
(edit) @98125   23 months vboxsync *.kmk: VBOXR0DRV -> VBoxR0Drv. bugref:10348
(edit) @98106   23 months vboxsync Manual (C) year updates.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98005   2 years vboxsync SUP: Shut up valkit build warnings.
(edit) @97905   2 years vboxsync IPRT,SUPDrv: Dropping RTR0MemExecDonate and associated SUPDrv-linux …
(edit) @97903   2 years vboxsync SUPDrv: Removed the SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE #ifdef'ing, …
(edit) @97902   2 years vboxsync SUPDrv: Enable SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all hosts.
(edit) @97898   2 years vboxsync SUPDrv/load.sh: fall back on pfexec if no sudo (S10).
(edit) @97897   2 years vboxsync SUPDrv: A couple of tweaks for making SUPDrv-dtrace.cpp compile on S10.
(edit) @97883   2 years vboxsync SUPDrv: OS/2 build fix.
(edit) @97873   2 years vboxsync SUPDrv: Define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all but solaris.
(edit) @97665   2 years vboxsync Linux: Host Drivers: VBoxNetFlt: Fix build for RHEL 9.1 kernel, …
(edit) @97491   2 years vboxsync Host Drivers: Linux: VBoxNetFlt: Add initial support for RHEL(9,2) …
(edit) @97405   2 years vboxsync Linux: startup scripts: prevent kernel build system from compressing …
(edit) @97262   2 years vboxsync VMM: Nested VMX: bugref:10092 Added fetching VM-exit secondary MSR …
(edit) @97212   2 years vboxsync DIS: Drop the register access function based on CPUMCTXCORE as the …
(edit) @97191   2 years vboxsync Support/darwin/SUPR3HardenedEntitlements.plist: Need to have the …
(edit) @97188   2 years vboxsync Support/SUPR3HardenedEntitlementsVM.plist,VMM/NEMR3Native-darwin: …
(edit) @97177   2 years vboxsync Support/SUPR3HardenedEntitlementsVM.plist: Revert (successful) …
(edit) @97176   2 years vboxsync Support/SUPR3HardenedEntitlementsVM.plist: A test for trying to get …
(edit) @97103   2 years vboxsync Support: Add required entitlements for using AppleHV, bugref:9044
(edit) @97023   2 years vboxsync SUP: Check inherited handles in bugging VM processes. bugref:10294
(edit) @96819   2 years vboxsync IPRT,VBoxGuest,SUPDrv: More RTLogWriteVmm build fixes.
(edit) @96817   2 years vboxsync IPRT,VBoxGuest,SUPDrv: RTLogWriteVmm build fixes and optimizations of …
(edit) @96814   2 years vboxsync IPRT,VBoxGuest,SUPDrv: Added a inline assembly version of …
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96785   2 years vboxsync SupDrv/Certs: Added the SHA1 timestamp CA. bugref:8691
(edit) @96784   2 years vboxsync SupDrv/Certs: Don't need the CaRoot-* files after all. bugref:10261 …
(edit) @96692   2 years vboxsync Add/Nt/Installer,/Config.kmk,SupDrv/Certs: Check for and install …
(edit) @96572   2 years vboxsync HostDrives,Installer/win: Reworked the windows installer related code …
(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) @95732   2 years vboxsync SUPHardNt: Include Timestamp-VBoxLegacyWinCA.cer/taf in the trusted …
(edit) @95693   2 years vboxsync SUP/Trusted-VirtualBoxLegacyTimestampCA-033db638e181e7fce551a6ede45fceb …
(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) @95411   2 years vboxsync Linux host and guest drivers: fix clang warnings, bugref:10247.
(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) @94967   3 years vboxsync HostDrivers/{VBoxNetAdp,VBoxNetFlt}: Advertise TSO support to increase …
(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) @94501   3 years vboxsync Linux: Host Drivers: VBoxNetFlt: Initial support for kernel 5.18-rc1, …
(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) @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
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