From owner-cvs-all@FreeBSD.ORG Mon Apr 23 13:15:23 2007 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 9CBB916A400; Mon, 23 Apr 2007 13:15:23 +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 8BE6813C455; Mon, 23 Apr 2007 13:15:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3NDFN6u043741; Mon, 23 Apr 2007 13:15:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3NDFNUb043740; Mon, 23 Apr 2007 13:15:23 GMT (envelope-from rwatson) Message-Id: <200704231315.l3NDFNUb043740@repoman.freebsd.org> From: Robert Watson Date: Mon, 23 Apr 2007 13:15:23 +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_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_partition mac_partition.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: Mon, 23 Apr 2007 13:15:23 -0000 rwatson 2007-04-23 13:15:23 UTC FreeBSD src repository Modified files: 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_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: Apply variable name normalization to MAC policies: adopt global conventions for the naming of variables associated with specific data structures. Obtained from: TrustedBSD Project Revision Changes Path 1.105 +209 -213 src/sys/security/mac_biba/mac_biba.c 1.36 +35 -32 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.13 +14 -14 src/sys/security/mac_ifoff/mac_ifoff.c 1.49 +199 -202 src/sys/security/mac_lomac/mac_lomac.c 1.85 +213 -216 src/sys/security/mac_mls/mac_mls.c 1.19 +13 -12 src/sys/security/mac_partition/mac_partition.c 1.14 +3 -4 src/sys/security/mac_portacl/mac_portacl.c 1.14 +18 -16 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.65 +138 -141 src/sys/security/mac_stub/mac_stub.c 1.75 +153 -151 src/sys/security/mac_test/mac_test.c