aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2817-17/+0
* Remove the SYMVER build option.John Baldwin2020-04-301-3/+1
* Remove some redundant code in _posix1e_acl_strip_npSean Eric Fagan2019-02-191-9/+0
* Move mac.conf to lib/libc/posix1e/Brad Davis2018-09-182-0/+19
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2528-9/+65
* acl_to_text(3): start sentences on new linesEnji Cooper2017-05-231-2/+3
* acl_create_entry(3): separate .Nm entries with commas in SYNOPSISEnji Cooper2017-05-231-1/+1
* posix1e(3): reference using the section (3) when referencing libbsm with .XrEnji Cooper2017-05-231-1/+1
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* libc: spelling fixes.Pedro F. Giffuni2016-04-302-2/+2
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-1/+1
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-151-1/+3
* Fix typos in .Xrs.Edward Tomasz Napierala2016-02-292-2/+2
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-251-2/+2
* Remove names from some prototypesCraig Rodrigues2015-09-202-5/+5
* Adding missing declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-202-0/+6
* Make it possible to use acl_create_entry_np(3) to use first entry to anEdward Tomasz Napierala2015-09-081-1/+1
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-042-1/+3
* Fix acl_strip_np(3) breakage introduced in r279962.Edward Tomasz Napierala2015-09-031-9/+11
* Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn'tEdward Tomasz Napierala2015-09-031-1/+3
* Instead of doing an no-op (|= 0), actually clear the flags inXin LI2015-08-241-1/+1
* Update Capsicum and Mandatory Access Control manual pagesEdward Tomasz Napierala2015-07-252-24/+2
* libc: plug memory leaks in edge cases for the posix1e code.Pedro F. Giffuni2015-03-132-4/+11
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-211-1/+1
* Remove acl_size.c; apparently it was never used.Edward Tomasz Napierala2014-11-191-43/+0
* Update acl(3) to expand on NFSv4 ACL support.Edward Tomasz Napierala2014-10-301-5/+9
* Make it clear that ACL flags are NFSv4-only.Edward Tomasz Napierala2014-10-307-14/+14
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-2326-26/+26
* Correct sorting.Christian Brueffer2014-04-151-1/+1
* Mention Capsicum.Christian Brueffer2014-04-151-1/+7
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-3/+3
* Fix typo.Edward Tomasz Napierala2013-11-121-1/+1
* Fix description to actually make sense.Edward Tomasz Napierala2013-11-121-4/+3
* Mention acl_get_brand_np(3).Edward Tomasz Napierala2013-11-121-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