From owner-cvs-src@FreeBSD.ORG Sat Aug 28 15:24:53 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 7C69B16A4CE; Sat, 28 Aug 2004 15:24:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7232543D6E; Sat, 28 Aug 2004 15:24:53 +0000 (GMT) (envelope-from rwatson@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 i7SFOrS3010208; Sat, 28 Aug 2004 15:24:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFOrus010207; Sat, 28 Aug 2004 15:24:53 GMT (envelope-from rwatson) Message-Id: <200408281524.i7SFOrus010207@repoman.freebsd.org> From: Robert Watson Date: Sat, 28 Aug 2004 15:24:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_tty.c src/sys/netinet6 ipsec.c src/sys/netipx ipx.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: Sat, 28 Aug 2004 15:24:53 -0000 rwatson 2004-08-28 15:24:53 UTC FreeBSD src repository Modified files: sys/netgraph ng_tty.c sys/netinet6 ipsec.c sys/netipx ipx.c Log: Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct operation using NET_NEEDS_GIANT(). This will result in a boot-time restoration of Giant-enabled network operation, or run-time warning on dynamic load (applicable only to the Netgraph component). Additional components will likely need to be marked with this in the future. Revision Changes Path 1.30 +2 -0 src/sys/netgraph/ng_tty.c 1.37 +2 -0 src/sys/netinet6/ipsec.c 1.27 +6 -0 src/sys/netipx/ipx.c