summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/cap_cmp.c
Commit message (Collapse)AuthorAgeFilesLines
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-131-50/+0
|
* Fix the style of the SCM ID's.obrien2002-03-221-3/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Introduce implementations of POSIX.1e non-portable form capabilityrwatson2001-08-311-0/+50
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
OpenPOWER on IntegriCloud