CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2023/02/21 07:41:52
Modified files: lib/libc/dlfcn : init.c Log message: In static binaries, if WEAK execve can be found, use pinsyscall(2) to tell the kernel where the execve stub is found. With this mechanism we cannot tell the size, so use 128 as an estimate for the most we expect from any architecture. discussed with kettenis, ok guenther