summaryrefslogtreecommitdiff
path: root/src/VBox/ExtPacks
Commit message (Expand)AuthorAgeFilesLines
* *.kmk: Applied scm with new indenting of multiline variable/function expansio...vboxsync2023-03-181-3/+3
* ExtPacks/*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-133/+133
* *.kmk,configure*: s/VBOX_ZLIB_STATIC/VBoxZlibStatic/ s/VBOX_ZLIB-x86/VBoxZlib...vboxsync2023-01-231-1/+1
* VBoxDTrace: warnings (gcc) [correction of r110010]vboxsync2023-01-222-2/+2
* VBoxDTrace: pedantic build fix. bugref:10348vboxsync2023-01-211-3/+6
* VBoxDTrace: pedantic build fix. bugref:10348vboxsync2023-01-201-6/+10
* *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348vboxsync2023-01-191-1/+1
* Copyright year updates by scm.vboxsync2023-01-1723-23/+23
* scm copyright and license note updatevboxsync2022-08-2223-103/+160
* VBoxDTrace: Fixed build breakage for people with bison/flex in the PATH trigg...vboxsync2022-07-181-0/+7
* BusMouse: Updated for modified PDM interface with touchpad support.vboxsync2022-06-141-2/+3
* DevBusMouse: Un-broke the code after PDM interface changes. Also avoided poss...vboxsync2022-05-121-5/+6
* Main,ExtPacks: Don't link with the VMM anymore, use the function table. bugre...vboxsync2022-01-261-8/+9
* *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for helping with...vboxsync2022-01-242-4/+10
* scm --update-copyright-yearvboxsync2022-01-0123-23/+23
* ExtPacks: Fix field comment to match the actual name.vboxsync2021-11-046-6/+6
* Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms where it's...vboxsync2021-10-151-5/+2
* Main: bugref:1909: Prepared the API translation engine to using in ExtPacks a...vboxsync2021-09-206-0/+6
* Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the status...vboxsync2021-07-311-1/+1
* VMM/TM,Devices: Store the timer name in the TMTIMER structure and limit it to...vboxsync2021-02-161-1/+1
* VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a timer ...vboxsync2021-02-161-3/+4
* VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in ring-0 (and ...vboxsync2021-02-151-1/+1
* SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfac...vboxsync2020-07-292-2/+2
* VBoxDTrace: A gcc 10.1.1 build fix. bugref:9746vboxsync2020-06-251-3/+5
* Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). Correcte...vboxsync2020-05-261-1/+1
* s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489vboxsync2020-05-261-1/+1
* VBoxDTrace: Shut up gcc 10 about alloc size concerns. bugref:9746vboxsync2020-05-251-0/+3
* *.kmk: VC++ 14.0 adjustments (just follow where 14.1 leads). bugref:8489vboxsync2020-05-201-1/+1
* IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message databa...vboxsync2020-04-281-1/+3
* VBoxDTrace: VC++ 14.1 adjustments and a little fix/optimization. bugref:8489vboxsync2020-04-193-0/+40
* dtrace/cft_lib.c: warning fix in bzero call.vboxsync2020-03-081-1/+1
* Copyright year updates by scm.vboxsync2020-02-0423-23/+23
* VMM,IPRT,VBoxDTrace: More cleanup fixes.vboxsync2020-01-141-0/+4
* DevBusMouse: Converted to new style. Cleanups. Untested. [fixes] bugref:9218vboxsync2019-11-251-3/+3
* DevBusMouse: Converted to new style. Cleanups. Untested. bugref:9218vboxsync2019-11-251-338/+314
* BusMouse.cpp -> DevBusMouse.cppvboxsync2019-11-252-3/+3
* Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218vboxsync2019-10-301-10/+10
* Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and PDM_DEVREG_FLAGS_DEFAULT_BITS. ...vboxsync2019-10-241-1/+1
* PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field giving ...vboxsync2019-09-101-0/+1
* PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structur...vboxsync2019-09-101-1/+1
* VMM,Devices: Some PDM device model refactoring. bugref:9218vboxsync2019-09-011-53/+69
* Reverted r129368 as this was already addressed by r129145 and in a way which ...vboxsync2019-03-192-2/+2
* Drivers/Linux: drop SUBDIRS= from Make files for upcoming Linux 5.3 release.vboxsync2019-03-152-2/+2
* ExtPacks/VBoxDTrace: FreeBSD compile fixesvboxsync2019-02-014-5/+7
* */.scm-settings: cleanups.vboxsync2019-01-011-1/+1
* ExtPacks: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.vboxsync2019-01-013-6/+7
* scm --update-copyright-yearvboxsync2019-01-0123-23/+23
* ExtPacks: scm --fix-header-guards. bugref:9344vboxsync2018-12-302-0/+6
* dt_lex.l: Recent GCC versions seem to take exception to strncpy, so use RTStr...vboxsync2018-12-261-15/+10
* scm --fix-err-h src/ (bugref:9344)vboxsync2018-12-256-6/+6