OpenBSD cvs log

created 2021-12-12T20:23:12Z
begin 2021-12-07T02:58:46Z
end 2021-12-07T04:19:24Z
path src/sys
commits 1

date 2021-12-07T04:19:24Z
author guenther
files src/sys/kern/exec_elf.c log diff annotate
src/sys/kern/init_main.c log diff annotate
src/sys/kern/kern_exec.c log diff annotate
src/sys/kern/sys_process.c log diff annotate
src/sys/sys/exec_elf.h log diff annotate
src/sys/sys/proc.h log diff annotate
message Continue to delete emulation support: since we're Just ELF, the size
of the auxinfo is fixed: provide ELF_AUX_WORDS in <sys/exec_elf.h>
as a replacement for emul->e_arglen

ok millert@