summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_strip_np.3
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.joel2010-08-021-1/+1
|
* Fix c194955 - somehow I managed all the new files, tripling theirtrasz2009-06-251-218/+0
| | | | contents.
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+327
This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@
OpenPOWER on IntegriCloud