From owner-cvs-src@FreeBSD.ORG Sat Aug 2 22:36:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8453F106566B; Sat, 2 Aug 2008 22:36:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7F28FC1A; Sat, 2 Aug 2008 22:36:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m72MaAt3004645; Sat, 2 Aug 2008 22:36:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m72MaAST004644; Sat, 2 Aug 2008 22:36:10 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200808022236.m72MaAST004644@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sat, 2 Aug 2008 22:35:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_bsdextended mac_bsdextended.c src/sys/security/mac_ifoff mac_ifoff.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 02 Aug 2008 22:36:10 -0000 rwatson 2008-08-02 22:35:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c sys/security/mac_portacl mac_portacl.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: SVN rev 181218 on 2008-08-02 22:35:39Z by rwatson Modify MAC policy function names and local variables in a manner similar to those in r172955, only don't rename any externally accessible symbols. This moves the policy modules in stable/7 to being closer to those in head without disrupting the KBI. While here, also synchronize some amount of white space. Obtained from: TrustedBSD Project Revision Changes Path 1.107.2.2 +708 -722 src/sys/security/mac_biba/mac_biba.c 1.39.2.1 +127 -128 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.13.2.1 +30 -29 src/sys/security/mac_ifoff/mac_ifoff.c 1.53.2.1 +592 -614 src/sys/security/mac_lomac/mac_lomac.c 1.88.2.3 +687 -701 src/sys/security/mac_mls/mac_mls.c 1.36.2.1 +2 -2 src/sys/security/mac_none/mac_none.c 1.19.2.1 +36 -35 src/sys/security/mac_partition/mac_partition.c 1.15.2.1 +26 -26 src/sys/security/mac_portacl/mac_portacl.c 1.15.2.1 +21 -21 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.68.2.2 +2 -2 src/sys/security/mac_stub/mac_stub.c 1.78.2.3 +419 -426 src/sys/security/mac_test/mac_test.c