From owner-cvs-all Fri Feb 27 11:59:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17630 for cvs-all-outgoing; Fri, 27 Feb 1998 11:59:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17608; Fri, 27 Feb 1998 11:59:12 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA27339; Fri, 27 Feb 1998 11:58:32 -0800 (PST) Date: Fri, 27 Feb 1998 11:58:32 -0800 (PST) Message-Id: <199802271958.LAA27339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf param.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/02/27 11:58:31 PST Modified files: sys/conf param.c Log: Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This shold prevent a possible DOS attack. The proper fix (to dynamically grow the callout list) is in the make. Submitted by: Paul Traina Revision Changes Path 1.26 +5 -4 src/sys/conf/param.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message