Module Name: src Committed By: kre Date: Wed May 9 19:55:35 UTC 2018
Modified Files: src/sys/kern: kern_resource.c src/sys/sys: param.h proc.h Log Message: Cause a process's user and system times to become non-decreasing. This alters the invented values (ie: statistically calculated) that are returned - for small values, the values are likely going to be different than they were, but that's largely nonsense anyway (except that the sum of utime & stime does equal cpu time consumed by the process). Once the values get large enough to be meaningful the difference made by this change will be in the noise, and irrelevant. This needs a couple of additions to struct proc, so we are now into 8.99.17 To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/kern/kern_resource.c cvs rdiff -u -r1.561 -r1.562 src/sys/sys/param.h cvs rdiff -u -r1.347 -r1.348 src/sys/sys/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.