CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/12/06 14:21:10
Modified files:
sys/arch/powerpc64/powerpc64: machdep.c
sys/kern : exec_elf.c init_main.c kern_exec.c
sys/sys : exec.h proc.h
Log message:
Start to delete emulation support: since we're Just ELF, make
copyargs() return 0/1 and merge elf_copyargs() into it. Rename
ep_emul_arg and ep_emul_argp to have clearer meaning and type and
eliminate ep_emul_argsize as no longer necessary. Make sure
ep_auxinfo (nee ep_emul_argp) is initialized as powerpc64 always
uses it in setregs().
ok semarie@ deraadt@ kettenis@