aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* libc: correct some memory leaks in acl_to_text(3) and acl_to_text_np(3)Peter Eriksson2023-12-211-0/+3
* Remove mention of defunct mailing list from acl / mac man pages.Dag-Erling Smørgrav2023-09-297-47/+10
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2346-92/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2327-54/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2526-26/+26
* acl_is_trivial_np(3): minor fixesKyle Evans2023-07-111-5/+6
* acl(3): improve discoverability of acl_get_perm_np(3)Kyle Evans2023-06-202-2/+8
* acl_delete_entry(): remove write-only variableKonstantin Belousov2021-12-061-3/+0
* Fix leak in libc NFSv4 ACL flags parsingAndrew Walker2021-04-231-3/+4
* 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