CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/14 13:22:17
Modified files:
usr.bin/vmstat : vmstat.c
usr.sbin/iostat: iostat.c
usr.bin/systat : main.c
Log message:
pledge() won't work but we can use unveil() to reduce filesystem access
in these 3 related programs (they borrow parts of each other using .PATH)
Hopefully no regressions, ktrace checks by myself and mestre
