aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libcasper: Fix a typo in a source code commentGordon Bergling2023-11-261-1/+1
* Add a HISTORY section for memcpy(3) and mempcpy(3)Gordon Bergling2023-11-251-2/+13
* libpfctl: handle pfctl_do_ioctl() failures betterKristof Provost2023-11-241-9/+12
* libpfctl: handle allocation failureKristof Provost2023-11-241-0/+7
* getpeerid.3: Clarify the 's' argumentGordon Bergling2023-11-211-2/+2
* procctl.2: improve phrasing for ASLR disableBrooks Davis2023-11-131-3/+3
* pf: expose more syncookie state information to userspaceKristof Provost2023-11-132-0/+2
* libpfctl: fix label settingFranco Fichtner2023-11-101-1/+1
* fflush: correct buffer handling in __sflushEd Maste2023-11-072-21/+4
* libc: remove unused errno.h includeEd Maste2023-11-071-1/+0
* libpfctl: be more tolerant of kernel extensionsKristof Provost2023-11-071-2/+1
* fflush: Add test for buffer handling in __sflushDag-Erling Smørgrav2023-11-072-0/+156
* fflush: correct buffer handling in __sflushDag-Erling Smørgrav2023-11-073-17/+10
* cap_net: correct capability name from addr2name to name2addrMariusz Zaborski2023-11-062-1/+13
* fflush: Split a temporary variable in two.Dag-Erling Smørgrav2023-11-061-4/+4
* libpfctl: remove unused field from struct pfctl_statesKristof Provost2023-11-021-1/+0
* libpfctl: add missing pfctl_status_lcounter() functionKristof Provost2023-11-022-0/+7
* libpfctl: fix Coverity issuesKristof Provost2023-10-311-3/+3
* libpfctl: fix pfctl_do_ioctl()Kristof Provost2023-10-311-3/+4
* libprocstat: improve conditional for 32-bit compatBrooks Davis2023-10-262-3/+8
* libprocstat: copy all the 32-bit auxv entriesBrooks Davis2023-10-261-2/+2
* libprocstat: make sv_name not staticBrooks Davis2023-10-261-1/+1
* libprocstat: simplify auxv value conversionBrooks Davis2023-10-261-3/+11
* libprocstat: style: space after switchBrooks Davis2023-10-261-12/+12
* Add membarrier(2)Konstantin Belousov2023-10-261-0/+1
* Trim various $FreeBSD$John Baldwin2023-10-241-2/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-247-32/+0
* Remove a few more stray __FBSDID usesJohn Baldwin2023-10-241-3/+0
* ptsname.3: accommodate upcoming POSIX Issue 8 ptsname_rEd Maste2023-10-161-2/+15
* ktrace.2: correct kern.ktrace.genio_size sysctl nameEd Maste2023-10-131-1/+1
* libfetch: don't rely on ca_root_nss for certificate validationMichael Osipov2023-10-051-8/+0
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-053-24/+98
* glabel.8: Warn against using generic labels on a shared deviceMark Johnston2023-10-041-1/+21
* clock_gettime.2: Add cross references and fix linter warningsMateusz Piotrowski2023-10-041-3/+7
* gmirror.8: Remove references rc.earlyMateusz Piotrowski2023-10-041-8/+13
* unbound: Vendor import 1.18.0Cy Schubert2023-10-041-2/+4
* regcomp: use unsigned char when testing for escapesChristos Zoulas2023-09-301-4/+4
* Remove mention of defunct mailing list from acl / mac man pages.Dag-Erling Smørgrav2023-09-297-47/+10
* libprocstat: use elf_getphdrnum rather than deprecated elf_getphnumJohn Hein2023-09-261-1/+1
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-25204-205/+124
* memcpy.3: remove BUGS section allowing overlapping stringsEd Maste2023-09-241-16/+0
* libfido2: update to 1.13.0Ed Maste2023-09-221-1/+5
* swapon.2: correct FreeBSD release that introduced swapoffEd Maste2023-09-211-1/+1
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-09-203-3/+126
* getdirentries.2: Reference dir(5)Mateusz Piotrowski2023-09-121-1/+2
* getdirentries.2: Improve readability of dirent membersMateusz Piotrowski2023-09-121-6/+6
* getdirentries.2: Reference directory(3)Mateusz Piotrowski2023-09-121-2/+3
* Merge commit 4bb2416d42eb from llvm-project (by Jessica Clarke):Jessica Clarke2023-09-111-1/+1
* scandir.3: Fix several typosTrond Endrestøl2023-09-081-5/+4
* libc: Fix fmemopen(3) prototype in fopen(3) man page.Dag-Erling Smørgrav2023-09-081-6/+9