created | 2021-12-11T22:50:30Z |
---|---|
begin | 2021-12-10T00:00:00Z |
end | 2021-12-11T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2021-12-10T05:34:42Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/kern/kern_fork.c | log | diff | annotate |
src/sys/sys/proc.h | log | diff | annotate | |
src/sys/uvm/uvm_mmap.c | log | diff | annotate | |
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@ |