CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/15 21:42:08
Modified files:
sys/kern : syscalls.master
sys/uvm : uvm_extern.h uvm_mmap.c
Log message:
Add pinsyscall(2). With this you can tell the kernel the location
(start,len) of the syscall stub in libc.so for a specified syscall
(using SYS_* notation). Only SYS_execve is supported at this time.
ok gnezdo mortimer kettenis
