summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* SUP,Installer/win: Renamed VBoxDrv.sys to VBoxSup.sys. bugref:10162vboxsync2022-01-141-1/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added RTLogSetR0Prog...vboxsync2021-08-251-4/+3
* SUP: Fixed the quick-already-opened code path in supLoadModule introduced in ...vboxsync2021-04-071-0/+9
* SUPDrv,++: Experimental support for wrapping .r0 modules in native kernel mod...vboxsync2021-02-101-23/+60
* SUP: Major support driver interface version bump. Trace VMMR0.r0 dependants....vboxsync2020-10-101-3/+4
* SUP: Fix for solaris VBoxDDR0.r0 loading issue (inverted test in the "it's co...vboxsync2020-07-301-5/+10
* SUP: Logging adjustment in supLoadModuleCompileSegmentsCB. bugref:9801vboxsync2020-07-301-2/+6
* reverted r139610vboxsync2020-07-301-6/+2
* IPRT/mp-r0drv-linux.c: Move the cpu set allocation & initialization out of th...vboxsync2020-07-301-2/+6
* SUP: Forgot to initialize SUPLDRSEG::fUnused to zero. bugref:9801vboxsync2020-07-291-9/+12
* IPRT/ldrELF: Fix for bogus cbMapped value returned for the last segment when ...vboxsync2020-07-291-2/+2
* SUPLibLdr: scm fix. bugref:9801vboxsync2020-07-291-1/+1
* SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfac...vboxsync2020-07-291-2/+3
* SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfac...vboxsync2020-07-291-208/+441
* SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801vboxsync2020-07-291-2/+2
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* *: doxygen fixesvboxsync2019-10-181-18/+0
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* nitvboxsync2018-10-081-1/+1
* SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, currently o...vboxsync2018-02-271-4/+11
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* SUPLibLdr.cpp: log typovboxsync2017-07-111-1/+1
* HostDrivers/Support/Lib: typovboxsync2017-03-281-1/+1
* HostDrivers/Support: cast to RTR0PTR because the format specifier expects thisvboxsync2017-03-281-2/+2
* HostDrivers/Support/Lib: use 'RKv' format specifiervboxsync2017-03-281-5/+5
* (C) 2016vboxsync2016-07-221-1/+1
* HostDrivers: Doxygen fixesvboxsync2015-10-201-1/+6
* SUPDrv: Modified SUP_IOCTL_LDR_LOAD to return an error string, major support ...vboxsync2015-08-171-14/+47
* *: scm cleanup run.vboxsync2015-08-141-15/+16
* iprt,*: Marked all format strings in the C part of IPRT and fixed the fallout.vboxsync2015-07-191-0/+1
* SUPLibLdr.cpp: LogRel format fixes.vboxsync2015-07-181-3/+3
* SUPLibLdr.cpp: Better error reporting on missing VMMR0.r0 symbol.vboxsync2015-07-031-14/+36
* HostDrivers: Updated (C) year.vboxsync2015-06-091-1/+1
* scm automatic cleanups.vboxsync2014-12-311-1/+0
* SUPLibLdr.cpp: Lazily make sure SUPR3HardenedLdrLoad and SUPR3HardenedLdrLoad...vboxsync2014-11-141-1/+3
* SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some the ordi...vboxsync2014-07-281-6/+6
* Merged in iprt++ dev branch.vboxsync2014-07-011-1/+1
* SUPDrv: Added an interface for probing MSRs.vboxsync2013-11-221-0/+798