cvs commit: src/sys/kern kern_resource.c
Bruce Evans
bde at FreeBSD.org
Mon Jun 21 10:46:32 PDT 2004
bde 2004-06-21 17:46:27 UTC
FreeBSD src repository
Modified files:
sys/kern kern_resource.c
Log:
Turned off the "calcru: negative time" warning for certain SMP cases
where it is known to detect a problem but the problem is not very easy
to fix. The warning became very common recently after a call to calcru()
was added to fill_kinfo_thread().
Another (much older) cause of "negative times" (actually non-monotonic
times) was fixed in rev.1.237 of kern_exit.c.
Print separate messages for non-monotonic and negative times.
Revision Changes Path
1.140 +34 -12 src/sys/kern/kern_resource.c
More information about the cvs-src
mailing list