summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_add_flag_np.3
Commit message (Collapse)AuthorAgeFilesLines
* mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-291-4/+4
| | | | | this syntax violation and while I'm here also convert <TAB> to Ta and adjust quotation marks in order to prevent this problem in the future.
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* 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-196/+0
| | | | contents.
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+294
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