CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/22 15:19:22
Modified files:
lib/libkvm : kvm_proc2.c
sys/sys : proc.h sysctl.h
sys/kern : kern_acct.c init_main.c kern_fork.c
kern_sysctl.c
Log message:
struct proc: change ps_start from utc time to uptime
Allows us to determine how long a process has been running, even if the
UTC clock jumps.
With help from bluhm@ and millert@, who squashed several bugs.
ok bluhm@ millert@
