CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/23 21:26:51
Modified files:
sys/sys : resourcevar.h ktrace.h
sys/kern : kern_resource.c kern_exit.c
usr.bin/kdump : ktrstruct.c
Log message:
exit1() needs to do a final aggregation of the thread's [us]ticks
and runtime to the process totals. Also, add ktracing of struct
rusage in wait4() and getrusage().
problem pointed out by tedu@
ok deraadt@
