From owner-cvs-src@FreeBSD.ORG Wed Oct 22 11:32:44 2003 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 0289616A4B3; Wed, 22 Oct 2003 11:32:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8325C43F3F; Wed, 22 Oct 2003 11:32:43 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9MIWhXJ010070; Wed, 22 Oct 2003 11:32:43 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9MIWhRZ010069; Wed, 22 Oct 2003 11:32:43 -0700 (PDT) (envelope-from rwatson) Message-Id: <200310221832.h9MIWhRZ010069@repoman.freebsd.org> From: Robert Watson Date: Wed, 22 Oct 2003 11:32:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_system.c mac_vfs.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: Wed, 22 Oct 2003 18:32:44 -0000 rwatson 2003/10/22 11:32:43 PDT FreeBSD src repository Modified files: sys/security/mac mac_internal.h mac_net.c mac_pipe.c mac_process.c mac_system.c mac_vfs.c Log: Forced commit to recognize repo-copy from src/sys/kern/kern_mac.c to src/sys/security/mac/mac_{internal.h,net.c,pipe.c,process.c,system.c, vfs.c}. kern_mac.c has rapidly become the second-largest file in src/sys/kern, and was not well organized. In follow-up commits, components of the MAC Framework will be broken out into different mac_* files. Thanks Joe! Revision Changes Path 1.100 +0 -0 src/sys/security/mac/mac_internal.h 1.100 +0 -0 src/sys/security/mac/mac_net.c 1.100 +0 -0 src/sys/security/mac/mac_pipe.c 1.100 +0 -0 src/sys/security/mac/mac_process.c 1.100 +0 -0 src/sys/security/mac/mac_system.c 1.100 +0 -0 src/sys/security/mac/mac_vfs.c