From owner-cvs-src@FreeBSD.ORG Tue Jun 22 05:37:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96F916A4CE; Tue, 22 Jun 2004 05:37:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E219343D45; Tue, 22 Jun 2004 05:37:04 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5M5axEx056869; Tue, 22 Jun 2004 05:36:59 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5M5ax2p056868; Tue, 22 Jun 2004 05:36:59 GMT (envelope-from bde) Message-Id: <200406220536.i5M5ax2p056868@repoman.freebsd.org> From: Bruce Evans Date: Tue, 22 Jun 2004 05:36:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 05:37:05 -0000 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