From owner-cvs-all Mon Dec 3 18:13:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EED437B417; Mon, 3 Dec 2001 18:13:11 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB42DBl08877; Mon, 3 Dec 2001 18:13:11 -0800 (PST) (envelope-from luigi) Message-Id: <200112040213.fB42DBl08877@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 3 Dec 2001 18:13:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/12/03 18:13:11 PST Modified files: (Branch: RELENG_4) sys/kern uipc_mbuf.c Log: Feature-MFC: implement rate-limited message reporting when various types of mbuf and cluster allocation fails (in -current this is done in sys/kern/subr_mbuf.c). The current report rate is once per second. This will let us remove similar messages from the various drivers, where they are generally not rate-limited and so much more dangerous. If there is demand, we can easily implement a sysctl to enable/disable this type of logging. Revision Changes Path 1.51.2.10 +26 -11 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message