From owner-cvs-all Thu Aug 30 19:11:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8CFA37B403; Thu, 30 Aug 2001 19:11:55 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7V27mj08470; Thu, 30 Aug 2001 19:07:48 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108310207.f7V27mj08470@freefall.freebsd.org> From: Robert Watson Date: Thu, 30 Aug 2001 19:07:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap_cmp.c cap_copy.c cap_copy_ext.3 cap_copy_int.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 rwatson 2001/08/30 19:07:48 PDT Added files: lib/libc/posix1e cap_cmp.c cap_copy.c cap_copy_ext.3 cap_copy_int.3 Log: Introduce implementations of POSIX.1e non-portable form capability support functions: cap_subset_np() - Is cap1 a subset of cap2 cap_equal_np() - Is cap1 equal to cap2 o Introduce implementations of POSIX.1e capability support functions: cap_copy_ext() - Externalize capability cap_copy_int() - Internalize capability cap_size() - Determine size required for cap_copy_ext() Submitted by: tmm Obtained from: TrustedBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message