CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/22 19:10:01
Modified files:
sys/sys : pledge.h
sys/kern : kern_pledge.c
sys/uvm : uvm_swap.c
lib/libc/sys : pledge.2
Log message:
Add 3 new pledge requests. "ps" exposes enough sysctl information for
ps-style programs (there are quite a few in the tree, including tmux).
"vminfo" exposes a bit more system operation information, which many
observation programs want (such as top). settime allows setting the system
time, and will be used to pledge-protect the last ntpd process.