From owner-cvs-src@FreeBSD.ORG Sun Feb 29 07:33:57 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 73C4116A4CE; Sun, 29 Feb 2004 07:33:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5607B43D2F; Sun, 29 Feb 2004 07:33:57 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1TFXvGe030254; Sun, 29 Feb 2004 07:33:57 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1TFXv7T030253; Sun, 29 Feb 2004 07:33:57 -0800 (PST) (envelope-from rwatson) Message-Id: <200402291533.i1TFXv7T030253@repoman.freebsd.org> From: Robert Watson Date: Sun, 29 Feb 2004 07:33:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpfdesc.h src/sys/security/mac mac_net.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: Sun, 29 Feb 2004 15:33:57 -0000 rwatson 2004/02/29 07:33:57 PST FreeBSD src repository Modified files: sys/net bpfdesc.h sys/security/mac mac_net.c Log: Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock. Assert the BPF descriptor lock in the MAC calls referencing live BPF descriptors. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.25 +1 -0 src/sys/net/bpfdesc.h 1.114 +4 -0 src/sys/security/mac/mac_net.c