summaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_clear_flags_np.3
Commit message (Collapse)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
| | | | | | | | | | | | Foundation copyrights, approved by emaste@. It does not include files which carry other people's copyrights; if you're one of those people, feel free to make similar change. Reviewed by: emaste, imp, gbe (manpages) Differential Revision: https://reviews.freebsd.org/D26980 Notes: svn path=/head/; revision=367105
* Make it clear that ACL flags are NFSv4-only.Edward Tomasz Napierala2014-10-301-2/+2
| | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=273853
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267774
* Use our standard license text. No more voices in the authors head. :-)Joel Dahl2010-03-041-8/+8
| | | | | | | Approved by: trasz Notes: svn path=/head/; revision=204725
* Fix c194955 - somehow I managed all the new files, tripling theirEdward Tomasz Napierala2009-06-251-158/+0
| | | | | | | contents. Notes: svn path=/head/; revision=194957
* Bump manual page timestamps.Edward Tomasz Napierala2009-06-251-1/+1
| | | | Notes: svn path=/head/; revision=194956
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-0/+237
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@ Notes: svn path=/head/; revision=194955