From owner-cvs-all@FreeBSD.ORG Thu Dec 28 17:25:58 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 5CE7516A403; Thu, 28 Dec 2006 17:25:58 +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 3807613C489; Thu, 28 Dec 2006 17:25:58 +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 kBSHPwJ7075200; Thu, 28 Dec 2006 17:25:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBSHPwUW075199; Thu, 28 Dec 2006 17:25:58 GMT (envelope-from rwatson) Message-Id: <200612281725.kBSHPwUW075199@repoman.freebsd.org> From: Robert Watson Date: Thu, 28 Dec 2006 17:25:58 +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/kern kern_mac.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, 28 Dec 2006 17:25:58 -0000 rwatson 2006-12-28 17:25:58 UTC FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Update MAC Framework general comments, referencing various interfaces it consumes and implements, as well as the location of the framework and policy modules. Refactor MAC Framework versioning a bit so that the current ABI version can be exported via a read-only sysctl. Further update comments relating to locking/synchronization. Update copyright to take into account these and other recent changes. Obtained from: TrustedBSD Project Revision Changes Path 1.127 +40 -12 src/sys/kern/kern_mac.c