summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_get_flagset_np.3
Commit message (Collapse)AuthorAgeFilesLines
* Use our standard license text. No more voices in the authors head. :-)joel2010-03-041-8/+8
| | | | Approved by: trasz
* Fix c194955 - somehow I managed all the new files, tripling theirtrasz2009-06-251-166/+0
| | | | contents.
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+249
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