CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/27 12:45:24
Modified files:
lib/libc/sys : Makefile.inc
Added files:
lib/libc/sys : msyscall.2
Log message:
Document msyscall(2): ld.so can use this (once only) to tell the kernel
where libc.so's text segment is, thereby allowing invocation of system
calls from that region. An upcoming change will kill the process if a
system call is invoked from addresses not explicitly permitted.
ok guenther kettenis mortimer
