CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/15 21:22:37
Modified files:
sys/sys : exec.h exec_elf.h
sys/kern : exec_elf.c kern_exec.c
Log message:
Add a few more fields directly to exec_package so that the front-end
and back-end of the ELF code doesn't need to communicate them via an
malloc'd structure. Much simpler.
ok kettenis
