CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/06/29 09:03:33
Modified files: bin/ps : extern.h print.c ps.1 ps.c Log message: After removing the p_swtime from the kernel, ps always printed 0.0 as %cpu time. Remove the calculation in ps that includes the process lifetime. Just print the p_pctcpu value, that was done before when ps was called with -C. Keep -C as a no-op for existing scripts. OK millert@