From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23:57 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6E9216A759; Thu, 21 Dec 2006 11:23:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F02F313C4C8; Thu, 21 Dec 2006 11:23:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKNEYgc035663; Wed, 20 Dec 2006 23:14:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKNEXYh035660; Wed, 20 Dec 2006 23:14:33 GMT (envelope-from rwatson) Message-Id: <200612202314.kBKNEXYh035660@repoman.freebsd.org> From: Robert Watson Date: Wed, 20 Dec 2006 23:14:33 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_net.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 21 Dec 2006 11:23:57 -0000 rwatson 2006-12-20 23:14:33 UTC FreeBSD src repository Modified files: sys/security/mac mac_net.c Log: Document that we could allocate the mbuf label as part of the tag rather than from the slab, but don't. Document mac_mbuf_to_label(), mac_copy_mbuf_tag(). Clean up white space/wrapping for other comments. Obtained from: TrustedBSD Project Revision Changes Path 1.122 +26 -8 src/sys/security/mac/mac_net.c