summaryrefslogtreecommitdiff
path: root/lib/libc/posix1e
AgeCommit message (Expand)Author
3 daysjail(3): fix common usage after mac.label supportKyle Evans
2025-10-26libc: fix description issues in mac_text(3)/mac_free(3)Kyle Evans
2025-10-26packages: Install development manpages in the -dev packageLexi Winter
2024-10-07manuals: Fix "missing end of block" errorsGraham Percival
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-16man filesystems: fix xrefs after move to section 4Alexander Ziaee
2024-04-15acl_to_text: include sys/param.h for MAXLOGNAMEBrooks Davis
2024-01-03acl_equiv_mode_np: zero mode on just inited ACLBrooks Davis
2023-12-18libc: correct some memory leaks in acl_to_text(3) and acl_to_text_np(3)Peter Eriksson
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-09-22Fix typos in acl_get_entry(3) manual page.Dag-Erling Smørgrav
2023-09-22Remove mention of defunct mailing list from acl / mac man pages.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-19acl_is_trivial_np(3): minor fixesKyle Evans
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-08acl(3): improve discoverability of acl_get_perm_np(3)Kyle Evans
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2021-11-29acl_delete_entry(): remove write-only variableKonstantin Belousov
2021-08-27libc/posix1e: Add acl_extended_file_np() function.Gleb Popov
2021-08-27libc/posix1e: Add acl_equiv_mode_np() function.Gleb Popov
2021-08-27libc/posix1e: Add acl_cmp_np() function.Gleb Popov
2021-08-27libc/posix1e: Add acl_from_mode_np() function.Gleb Popov
2021-04-20Fix leak in libc NFSv4 flags parsingAndrew Walker
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2020-04-30Remove the SYMVER build option.John Baldwin
2019-02-19Remove some redundant code in _posix1e_acl_strip_npSean Eric Fagan
2018-09-18Move mac.conf to lib/libc/posix1e/Brad Davis
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23acl_to_text(3): start sentences on new linesEnji Cooper
2017-05-23acl_create_entry(3): separate .Nm entries with commas in SYNOPSISEnji Cooper
2017-05-23posix1e(3): reference using the section (3) when referencing libbsm with .XrEnji Cooper
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2016-03-15libc: don't build compat functions if building WITHOUT_SYMVEREd Maste
2016-02-29Fix typos in .Xrs.Edward Tomasz Napierala
2016-02-25Convert casperd(8) daemon to the libcasper.Mariusz Zaborski
2015-09-20Remove names from some prototypesCraig Rodrigues
2015-09-20Adding missing declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues
2015-09-08Make it possible to use acl_create_entry_np(3) to use first entry to anEdward Tomasz Napierala
2015-09-04Expose an interface to determine if an ACE is inherited.Xin LI
2015-09-03Fix acl_strip_np(3) breakage introduced in r279962.Edward Tomasz Napierala
2015-09-03Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn'tEdward Tomasz Napierala
2015-08-24Instead of doing an no-op (|= 0), actually clear the flags inXin LI