Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No POSIX.1e capabilities in the main tree yet. | rwatson | 2002-06-13 | 1 | -50/+0 |
| | |||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -3/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Introduce implementations of POSIX.1e non-portable form capability | rwatson | 2001-08-31 | 1 | -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 |