CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/23 10:57:02
Modified files:
sys/sys : sysctl.h
bin/ps : keyword.c print.c ps.1
lib/libkvm : kvm_proc2.c
Log message:
Export unveil state so that ps(8) can show it. Two new status flags,
you'll see one, or neither.
'u' - process installed unveils, but not yet locked with unveil(0,0)
or pledge w/o "unveil"
'U' - process has installed unveils, and locked.
ok rob
