From owner-cvs-all Tue Jan 14 16:45:33 2003 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 877C237B401; Tue, 14 Jan 2003 16:45:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAEC043F65; Tue, 14 Jan 2003 16:45:31 -0800 (PST) (envelope-from chris@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 h0F0jVfh035984; Tue, 14 Jan 2003 16:45:31 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0F0jVVf035983; Tue, 14 Jan 2003 16:45:31 -0800 (PST) Message-Id: <200301150045.h0F0jVVf035983@repoman.freebsd.org> From: Chris Costello Date: Tue, 14 Jan 2003 16:45:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 mac_set.3 mac_text.3 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 chris 2003/01/14 16:45:31 PST Modified files: lib/libc/posix1e Makefile.inc mac.3 mac_free.3 mac_get.3 mac_is_present_np.3 mac_set.3 mac_text.3 Log: o Document mac_prepare() and associated functions o Link mac_get_pid.3 to mac_get.3 o Update SEE ALSO to refer to mac_prepare, and added missing references o Remove clause #3 on my work o Update mac_get.3 for the updated MAC API Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Revision Changes Path 1.14 +6 -0 src/lib/libc/posix1e/Makefile.inc 1.7 +2 -0 src/lib/libc/posix1e/mac.3 1.4 +3 -1 src/lib/libc/posix1e/mac_free.3 1.4 +31 -20 src/lib/libc/posix1e/mac_get.3 1.4 +7 -4 src/lib/libc/posix1e/mac_is_present_np.3 1.7 +3 -1 src/lib/libc/posix1e/mac_set.3 1.7 +2 -3 src/lib/libc/posix1e/mac_text.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message