aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
Commit message (Expand)AuthorAgeFilesLines
* acl_equiv_mode_np: zero mode on just inited ACLBrooks Davis2024-01-031-1/+2
* libc: correct some memory leaks in acl_to_text(3) and acl_to_text_np(3)Peter Eriksson2023-12-171-0/+3
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0131-31/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-4/+8
* Fix typos in acl_get_entry(3) manual page.Dag-Erling Smørgrav2023-09-221-3/+3
* Remove mention of defunct mailing list from acl / mac man pages.Dag-Erling Smørgrav2023-09-226-44/+7
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1646-92/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1631-62/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* acl_is_trivial_np(3): minor fixesKyle Evans2023-06-191-5/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1230-30/+30
* acl(3): improve discoverability of acl_get_perm_np(3)Kyle Evans2023-05-092-2/+8
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-271-3/+2
* acl_delete_entry(): remove write-only variableKonstantin Belousov2021-11-291-3/+0
* libc/posix1e: Add acl_extended_file_np() function.Gleb Popov2021-08-274-0/+187
* libc/posix1e: Add acl_equiv_mode_np() function.Gleb Popov2021-08-274-0/+199
* libc/posix1e: Add acl_cmp_np() function.Gleb Popov2021-08-275-2/+141
* libc/posix1e: Add acl_from_mode_np() function.Gleb Popov2021-08-274-0/+216
* Fix leak in libc NFSv4 flags parsingAndrew Walker2021-04-201-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