CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/06/23 11:18:50
Modified files:
sys/sys : sysctl.h
bin/ps : extern.h keyword.c print.c
Log message:
add "ps -o pledge" option, which prints a comma-seperated list of pledges
active on each process. So go forth and "ps agux -o pledge" to find pledges
which can be improved.
(I hesitated adding this before because I am afraid of people
enforcing extra-strict pledge in programs without testing all the use
cases -- thereby breaking software).