CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/09 04:50:01
Modified files:
regress/usr.bin/lastcomm: Makefile syscallwx.c
Added files:
regress/usr.bin/lastcomm: gadget.S
Log message:
Fix the syscallwx target which is affected by both mimmutable(2) and
xonly by using a new gadget routine written in assembler with the sole
purpose of issuing a syscall. Since it needs to be copied to wx memory,
place it in the rodata section.
