VirtualBox

Changeset 85507 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Jul 29, 2020 10:10:49 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139573
Message:

SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfaces adding memory protection regions for better WX compliance. Preps for linux 5.8 where we'll be using RTR0MemObjAllocPage rather than RTMemExecAlloc for images, switch from relocatable ELF files to shared objects. bugref:9801

Location:
trunk/src/VBox/ExtPacks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk

    r82968 r85507  
    8484VBoxBusMouseR3_SOURCES  = DevBusMouse.cpp
    8585
    86 SYSMODS += VBoxBusMouseR0
     86$(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += VBoxBusMouseR0
    8787VBoxBusMouseR0_TEMPLATE = VBoxR0ExtPackBusMouse
    8888VBoxBusMouseR0_SOURCES  = DevBusMouse.cpp
  • trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk

    r84540 r85507  
    253253 #
    254254 ifneq ($(KBUILD_TARGET),solaris) # disabled on solaris - neiter needed nor currently able to build it here.
    255   SYSMODS += VBoxDTraceR0
     255  $(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += VBoxDTraceR0
    256256 endif
    257257 VBoxDTraceR0_TEMPLATE = VBoxR0ExtPackDTrace
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette