From owner-cvs-all Sat Oct 28 18:19:35 2000 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 7EF2C37B479; Sat, 28 Oct 2000 18:19:33 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA58019; Sat, 28 Oct 2000 18:19:33 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Message-Id: <200010290119.SAA58019@freefall.freebsd.org> From: Tor Egge Date: Sat, 28 Oct 2000 18:19:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs bootp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/10/28 18:19:33 PDT Modified files: sys/nfs bootp_subr.c Log: Reduce kernel stack usage by not having large packets on the stack. Supply correct size parameter to dhcpd. Replace some magic numbers with macro names. Handle more than one interface. Revision Changes Path 1.25 +1025 -517 src/sys/nfs/bootp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message