Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Sync up prototypes for cap_size() and cap_copy_ext() with | rwatson | 2001-09-02 | 1 | -2/+2 |
| | | | | | | | | sys/capability.h--this compiled fine on i386 where (int) and (ssize_t) are the same, but broke on Alpha where they differ. Submitted by: Mike Barcroft <mike@FreeBSD.org> Obtained from: TrustedBSD Project | ||||
* | Introduce implementations of POSIX.1e non-portable form capability | rwatson | 2001-08-31 | 1 | -0/+81 |
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 |