CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/15 13:46:34
Modified files:
sys/kern : kern_proc.c
Log message:
Stop mashing together ps_flags ans p_flag. This fine when we did the
initial "struct process" / "struct proc" split, but we added more flags
and they collide now. This is incredible confusing and needs to die.
Instead make some readjustments to the ddb default "ps" output and print
them both separately.
ok claudio@, jca@
