From owner-cvs-all Sat Sep 29 10:48:47 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 86DC737B40E; Sat, 29 Sep 2001 10:48:40 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8THmeo95163; Sat, 29 Sep 2001 10:48:40 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109291748.f8THmeo95163@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 29 Sep 2001 10:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys event.h src/sys/kern kern_event.c X-FreeBSD-CVS-Branch: HEAD 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 jlemon 2001/09/29 10:48:39 PDT Modified files: sys/sys event.h sys/kern kern_event.c Log: Have EVFILT_TIMERS allocate their callouts via malloc() instead of using the static callout list allocated by the system. Change malloc type from M_TEMP to M_KQUEUE to better track memory. Add a kern.kq_calloutmax to globally limit the amount of kernel memory that can be allocated by callouts. Submitted by: iedowse (items 1, 2) Revision Changes Path 1.32 +31 -15 src/sys/kern/kern_event.c 1.15 +5 -1 src/sys/sys/event.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message