CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2025/08/14 22:21:00
Modified files: sys/arch/amd64/amd64: machdep.c sys/kern : kern_exec.c subr_prof.c sys/sys : proc.h sys/uvm : uvm_mmap.c bin/ps : ps.1 Log message: Move the proc.ps_flags PS_* bits that are only changed by sys_execve() and not tested (by name) in userland to a new ps_iflags member. This frees up some ps_flags bits for other uses. ok mpi@ claudio@