From owner-cvs-all Tue Oct 22 7:36:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB2637B401; Tue, 22 Oct 2002 07:36:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E2EB43E4A; Tue, 22 Oct 2002 07:36:45 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9MEaBmV002274; Tue, 22 Oct 2002 07:36:11 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9MEaBex002273; Tue, 22 Oct 2002 07:36:11 -0700 (PDT) Message-Id: <200210221436.g9MEaBex002273@repoman.freebsd.org> From: Robert Watson Date: Tue, 22 Oct 2002 07:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc mac.c mac_free.c mac_get.c mac_is_present_np.c mac_set.c mac_text.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/10/22 07:36:11 PDT Modified files: lib/libc/posix1e Makefile.inc mac_get.c mac_set.c Added files: lib/libc/posix1e mac.c Removed files: lib/libc/posix1e mac_free.c mac_is_present_np.c mac_text.c Log: Reflect MAC kernel/user API changes into the libc MAC implementation. This removes a lot of complexity, since we basically just reserve space on a retrieval of a label, and pass around strings. Two new elements: (1) consumers of the API must now declare what label elements they are interested in retrieving, or (2) rely on the default provided in a new configuration file, mac.conf. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.11 +2 -4 src/lib/libc/posix1e/Makefile.inc 1.1 +365 -0 src/lib/libc/posix1e/mac.c (new) 1.2 +0 -45 src/lib/libc/posix1e/mac_free.c (dead) 1.2 +21 -49 src/lib/libc/posix1e/mac_get.c 1.2 +0 -86 src/lib/libc/posix1e/mac_is_present_np.c (dead) 1.2 +12 -5 src/lib/libc/posix1e/mac_set.c 1.4 +0 -60 src/lib/libc/posix1e/mac_text.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message