From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:26:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00D9D16A4CE; Wed, 14 Jul 2004 20:26:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D953643D39; Wed, 14 Jul 2004 20:26:37 +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 i6EKQTgw018754; Wed, 14 Jul 2004 20:26:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKQTbP018753; Wed, 14 Jul 2004 20:26:29 GMT (envelope-from rwatson) Message-Id: <200407142026.i6EKQTbP018753@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20:26:29 +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_eiface.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 20:26:38 -0000 rwatson 2004-07-14 20:26:29 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Introduce a new mutex, ng_eiface_mtx, to protect the global unit list lock used to synchronize allocation of unit numbers for new netgraph ethernet interfaces. Reviewed by: glebius Revision Changes Path 1.17 +11 -1 src/sys/netgraph/ng_eiface.c