CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/16 06:15:06
Modified files:
sys/kern : kern_exec.c
Log message:
Fix reference counting for sigobject initialization. Simplify error
handling; we can't even exec init(8) if sigobject initialization fails,
so just panic and don't worry about cleaning up after ourselves. This
code should always succeed.
ok mpi@
