Date: Tue, 22 Jun 2004 05:36:59 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c Message-ID: <200406220536.i5M5ax2p056868@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004-06-22 05:36:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/kern kern_resource.c
Log:
MFC (1.140: Turned off the "calcru: negative time" warning for certain
SMP cases, and print separate messages for non-monotonic and negative
times).
Turned off the warning for zombie cases too.
Fixed some style bugs in the messages.
Only the warning about non-monotonic times is turned off. Unlike in
-current, these are only known to be caused by calling calcru() from
ttyinfo() for ^T processing (always if it is called for a zombie) so
turning off the warning is believed to only lose a cryptic warning
that the times printed for ^T are slightly out of date.
PR: 52490
Revision Changes Path
1.55.2.7 +31 -6 src/sys/kern/kern_resource.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406220536.i5M5ax2p056868>
