From owner-cvs-all Thu Jan 11 11:28:16 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 B623237B401; Thu, 11 Jan 2001 11:27:54 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BJRsB85435; Thu, 11 Jan 2001 11:27:54 -0800 (PST) (envelope-from julian) Message-Id: <200101111927.f0BJRsB85435@freefall.freebsd.org> From: Julian Elischer Date: Thu, 11 Jan 2001 11:27:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/11 11:27:54 PST Modified files: sys/netgraph netgraph.h ng_base.c ng_pppoe.c Log: Add an exported function ng_rmhook_self() that removes a hook from a node, but does it via the locking queue, thus ensuring that the node is locked when it's hook is removed. Add 'deadnode' and 'deadhook' structures for when a node or hook is invalidated but not yet freed. (not yet freed) Revision Changes Path 1.21 +4 -2 src/sys/netgraph/netgraph.h 1.35 +102 -5 src/sys/netgraph/ng_base.c 1.42 +3 -3 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message