cvs commit: src/sys/kern kern_proc.c
Dag-Erling Smorgrav
des at FreeBSD.org
Thu Apr 24 05:12:08 PDT 2003
des 2003/04/24 05:12:06 PDT
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
Log:
It seems that 1 was not a magic value as I thought, but a coincidence.
Instead of applying the adjustment to processes with a start time of 1,
apply it to all processes with a start time of less than 3600.
None of this would be necessary if the start times were recorded in ticks
instead of seconds and microseconds.
Revision Changes Path
1.182 +2 -2 src/sys/kern/kern_proc.c
More information about the cvs-src
mailing list