CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/07 06:59:05
Modified files:
sys/kern : syscalls.master
sys/uvm : uvm_mmap.c
Log message:
Add a stub pinsyscalls() system call that simply returns 0 for now,
before future work where ld.so(1) will need this new system call.
Putting this in the kernel ahead of time will save some grief.
ok kettenis
