aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov2024-02-011-14/+24
* inet(3): clarify syntax accepted by inet_ptonMike Karels2024-01-301-9/+15
* _umtx_op.2: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* sigfastblock.2: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* pkru.3: Fix a typo in the manual pageGordon Bergling2024-01-231-1/+1
* Remove _POSIX_PRIORITIZED_IO references from man pagesAlan Somers2024-01-193-28/+2
* sigaction.2: clarify that fork isn't async-signal-safe, but _Fork isAlan Somers2024-01-191-2/+2
* resolv: Add a required include to resolv.hJan Beich2024-01-151-4/+1
* setfib.2: Consistently capitalize "FIB"Mark Johnston2024-01-111-4/+4
* copy_file_range.2: Clarify that only regular files workRick Macklem2024-01-111-5/+13
* libc: correct some memory leaks in acl_to_text(3) and acl_to_text_np(3)Peter Eriksson2023-12-211-0/+3
* ptrace(2): Disabling: Describe influence of security.bsd.see_jail_procOlivier Certner2023-12-211-15/+21
* strfmon.c: Use the restrict keyword directlyKonstantin Belousov2023-12-161-3/+3
* strfmon: style fixesJose Luis Duran2023-12-161-98/+99
* strfmon: Silence scan-build warningJose Luis Duran2023-12-161-1/+0
* strfmon.3: Cleanup example codeJose Luis Duran2023-12-161-3/+5
* hesiod: Modernize.Dag-Erling Smørgrav2023-12-131-29/+13
* Update tzcode to 2023c.Dag-Erling Smørgrav2023-12-131-0/+1
* aio_read.2: correct the description of aio_bufAlan Somers2023-11-301-2/+2
* libc/libc/rpc: refactor some global variablesAlan Somers2023-11-304-205/+168
* Add a HISTORY section for memcpy(3) and mempcpy(3)Gordon Bergling2023-11-251-2/+13
* getpeerid.3: Clarify the 's' argumentGordon Bergling2023-11-211-2/+2
* procctl.2: improve phrasing for ASLR disableBrooks Davis2023-11-131-3/+3
* fflush: correct buffer handling in __sflushEd Maste2023-11-072-21/+4
* libc: remove unused errno.h includeEd Maste2023-11-071-1/+0
* 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
* fflush: Split a temporary variable in two.Dag-Erling Smørgrav2023-11-061-4/+4
* Add membarrier(2)Konstantin Belousov2023-10-261-0/+1
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-243-16/+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
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-053-24/+98
* clock_gettime.2: Add cross references and fix linter warningsMateusz Piotrowski2023-10-041-3/+7
* 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
* 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
* 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
* 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
* libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav2023-09-078-9/+33
* lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro2023-09-061-1/+15
* libc: fix history for strverscmp(3) and versionsort(3)Mina Galić2023-09-032-4/+4
* libc/gen/_pthread_stubs.c: Remove stray whitespacesKonstantin Belousov2023-08-271-2/+2