CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/15 09:40:08
Modified files:
sys/sys : exec_elf.h
sys/kern : exec_elf.c
lib/libc/dlfcn : init.c
Log message:
The first aux-val to support getexecpath(3) was AUX_execpath at 15,
which inconveniently collides with Linux behaviour so we now export
"vendor" AUX_openbsd_execpath 4001. There's a small window of time
where libc+binaries would depend upon the kernel giving both but
that's over. sysupgrade -s makes this delay pointless. This removes
AUX_execpath.