summaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* MFC r258043:Edward Tomasz Napierala2013-12-031-1/+1
* MFC r258042:Edward Tomasz Napierala2013-12-031-4/+3
* MFC r258041:Edward Tomasz Napierala2013-12-031-1/+6
* libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker2013-08-231-1/+1
* Fix several typosEitan Adler2013-05-121-1/+1
* Minor mdoc nits.Joel Dahl2012-05-131-1/+1
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-1/+1
* mandoc complains loudly when <TAB>s are misused in columnated lists. FixJoel Dahl2012-03-295-33/+33
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-2/+2
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Make it possible to use permission sets (full_set, modify_set, read_setEdward Tomasz Napierala2011-04-091-1/+5
* Move the code around so that libc behaviour does not depend on a variableEdward Tomasz Napierala2011-03-221-8/+4
* Make acl_strip_np(3) use new trivial ACL format for NFSv4 ACls (threeEdward Tomasz Napierala2011-03-041-1/+1
* Bump manual page date.Edward Tomasz Napierala2010-12-131-1/+1
* After PSARC/2010/029, "canonical six" no longer exists.Edward Tomasz Napierala2010-12-131-1/+3
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-086-7/+0
* First step at adopting FreeBSD to support PSARC/2010/029. This makesEdward Tomasz Napierala2010-09-201-6/+26
* Arrgh, tested wrong source tree _again_. Fix previous commit. Also,Edward Tomasz Napierala2010-09-091-1/+1
* Add minor optimization. It's less strict than its kernel counterpartEdward Tomasz Napierala2010-09-091-0/+9
* Spelling fixes.Joel Dahl2010-08-022-4/+4
* Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and groupEdward Tomasz Napierala2010-07-063-40/+10
* Remove comment which didn't match reality for a long time.Edward Tomasz Napierala2010-07-051-3/+0
* Separate _posix1e_acl_id_to_name() into a separate file, toTim Kientzle2010-06-143-55/+101
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).Edward Tomasz Napierala2010-06-051-5/+5
* Don't forget to free the string in error case.Edward Tomasz Napierala2010-06-031-0/+1
* _posix1e_acl_sort() never returns anything other than 0; change itsEdward Tomasz Napierala2010-06-034-55/+15
* Fix usage of uninitialized variable.Edward Tomasz Napierala2010-06-031-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-1/+1
* Make acl_get_perm_np(3) work with NFSv4 ACLs.Edward Tomasz Napierala2010-05-232-24/+18
* Make branding less intrusive - in acl_set(3), in case ACL brandEdward Tomasz Napierala2010-05-131-0/+3
* Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)Edward Tomasz Napierala2010-05-131-20/+32
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs.Edward Tomasz Napierala2010-03-281-7/+4
* Switch to our preferred license text.Joel Dahl2010-03-071-8/+8
* Use our standard license text. No more voices in the authors head. :-)Joel Dahl2010-03-049-72/+72
* s/APIS/APIs - not part of the original submission.Tom Rhodes2010-02-111-2/+2
* Correct two typoes.Tom Rhodes2010-02-111-1/+1
* Don't forget to clean up the file copied from the kernel sources.Ed Schouten2010-01-021-0/+2
* Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointedMarkus Brueffer2009-12-251-1/+6
* Don't let the C library depend on <utmp.h>.Ed Schouten2009-12-051-4/+3
* Fix a memory leak in acl_from_text() in case the conversion succeeded.Christian Brueffer2009-11-161-0/+1
* Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)Edward Tomasz Napierala2009-09-012-11/+12
* Style: Remove trailing whitespace.Tim Kientzle2009-08-291-11/+11
* Update posix1e-related man pages, especially as relates to MAC, to moreRobert Watson2009-08-127-156/+129
* Add missing MLINKS for acl_{get,set}_link_fd(3).Edward Tomasz Napierala2009-07-141-0/+2
* Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't knowEdward Tomasz Napierala2009-06-252-2/+3
* Manual page tweaks.Edward Tomasz Napierala2009-06-251-2/+2
* Fix c194955 - somehow I managed all the new files, tripling theirEdward Tomasz Napierala2009-06-2517-4664/+0
* Bump manual page timestamps.Edward Tomasz Napierala2009-06-2518-18/+18