CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/09 22:34:42
Modified files:
sys/sys : proc.h
sys/kern : kern_fork.c
sys/uvm : uvm_mmap.c
Log message:
Revert "kbind(2): disable system call if not initialized before
first __tfork(2)"
The immediate issue is that a process linked with -znow will still
perform lazy relocation on objects loaded with dlopen(), but there
are possibly other dark corners to plumb to find a better invariant.
Problem reported by thfr@
