| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 1 | -1/+1 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 1 | -10/+20 |
| * | SUP,Installer/win: Renamed VBoxDrv.sys to VBoxSup.sys. bugref:10162 | vboxsync | 2022-01-14 | 1 | -1/+2 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 1 | -1/+1 |
| * | IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added RTLogSetR0Prog... | vboxsync | 2021-08-25 | 1 | -4/+3 |
| * | SUP: Fixed the quick-already-opened code path in supLoadModule introduced in ... | vboxsync | 2021-04-07 | 1 | -0/+9 |
| * | SUPDrv,++: Experimental support for wrapping .r0 modules in native kernel mod... | vboxsync | 2021-02-10 | 1 | -23/+60 |
| * | SUP: Major support driver interface version bump. Trace VMMR0.r0 dependants.... | vboxsync | 2020-10-10 | 1 | -3/+4 |
| * | SUP: Fix for solaris VBoxDDR0.r0 loading issue (inverted test in the "it's co... | vboxsync | 2020-07-30 | 1 | -5/+10 |
| * | SUP: Logging adjustment in supLoadModuleCompileSegmentsCB. bugref:9801 | vboxsync | 2020-07-30 | 1 | -2/+6 |
| * | reverted r139610 | vboxsync | 2020-07-30 | 1 | -6/+2 |
| * | IPRT/mp-r0drv-linux.c: Move the cpu set allocation & initialization out of th... | vboxsync | 2020-07-30 | 1 | -2/+6 |
| * | SUP: Forgot to initialize SUPLDRSEG::fUnused to zero. bugref:9801 | vboxsync | 2020-07-29 | 1 | -9/+12 |
| * | IPRT/ldrELF: Fix for bogus cbMapped value returned for the last segment when ... | vboxsync | 2020-07-29 | 1 | -2/+2 |
| * | SUPLibLdr: scm fix. bugref:9801 | vboxsync | 2020-07-29 | 1 | -1/+1 |
| * | SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfac... | vboxsync | 2020-07-29 | 1 | -2/+3 |
| * | SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfac... | vboxsync | 2020-07-29 | 1 | -208/+441 |
| * | SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801 | vboxsync | 2020-07-29 | 1 | -2/+2 |
| * | iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB... | vboxsync | 2020-07-08 | 1 | -1/+1 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 1 | -1/+1 |
| * | *: doxygen fixes | vboxsync | 2019-10-18 | 1 | -18/+0 |
| * | scm --update-copyright-year | vboxsync | 2019-01-01 | 1 | -1/+1 |
| * | nit | vboxsync | 2018-10-08 | 1 | -1/+1 |
| * | SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, currently o... | vboxsync | 2018-02-27 | 1 | -4/+11 |
| * | *: scm --update-copyright-year | vboxsync | 2017-10-28 | 1 | -1/+1 |
| * | backed out r118835 as it incorrectly updated the 'This file is based on' file... | vboxsync | 2017-10-28 | 1 | -1/+1 |
| * | *: scm --update-copyright-year | vboxsync | 2017-10-28 | 1 | -1/+1 |
| * | SUPLibLdr.cpp: log typo | vboxsync | 2017-07-11 | 1 | -1/+1 |
| * | HostDrivers/Support/Lib: typo | vboxsync | 2017-03-28 | 1 | -1/+1 |
| * | HostDrivers/Support: cast to RTR0PTR because the format specifier expects this | vboxsync | 2017-03-28 | 1 | -2/+2 |
| * | HostDrivers/Support/Lib: use 'RKv' format specifier | vboxsync | 2017-03-28 | 1 | -5/+5 |
| * | (C) 2016 | vboxsync | 2016-07-22 | 1 | -1/+1 |
| * | HostDrivers: Doxygen fixes | vboxsync | 2015-10-20 | 1 | -1/+6 |
| * | SUPDrv: Modified SUP_IOCTL_LDR_LOAD to return an error string, major support ... | vboxsync | 2015-08-17 | 1 | -14/+47 |
| * | *: scm cleanup run. | vboxsync | 2015-08-14 | 1 | -15/+16 |
| * | iprt,*: Marked all format strings in the C part of IPRT and fixed the fallout. | vboxsync | 2015-07-19 | 1 | -0/+1 |
| * | SUPLibLdr.cpp: LogRel format fixes. | vboxsync | 2015-07-18 | 1 | -3/+3 |
| * | SUPLibLdr.cpp: Better error reporting on missing VMMR0.r0 symbol. | vboxsync | 2015-07-03 | 1 | -14/+36 |
| * | HostDrivers: Updated (C) year. | vboxsync | 2015-06-09 | 1 | -1/+1 |
| * | scm automatic cleanups. | vboxsync | 2014-12-31 | 1 | -1/+0 |
| * | SUPLibLdr.cpp: Lazily make sure SUPR3HardenedLdrLoad and SUPR3HardenedLdrLoad... | vboxsync | 2014-11-14 | 1 | -1/+3 |
| * | SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some the ordi... | vboxsync | 2014-07-28 | 1 | -6/+6 |
| * | Merged in iprt++ dev branch. | vboxsync | 2014-07-01 | 1 | -1/+1 |
| * | SUPDrv: Added an interface for probing MSRs. | vboxsync | 2013-11-22 | 1 | -0/+798 |