summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect version introduced in manual pagesTom Hukins2025-06-034-4/+4
* symlink.2: document EOPNOTSUPPMichael Tuexen2025-05-011-1/+5
* libc: locale: fix EUC shift checkKyle Evans2025-04-262-1/+14
* sysctl.3: put KERN_PROC_RLIMIT_USAGE in the right spotKonstantin Belousov2025-04-241-8/+8
* Add POSIX psiginfo(3) callRicardo Branco2025-04-244-2/+30
* libc: tests: add some tests for __cxa_atexit handlingKyle Evans2025-04-174-0/+212
* libc: allow __cxa_atexit handlers to be added during __cxa_finalizeAurélien Croc de Suray2025-04-171-25/+36
* libc/compat-ino64.h: rename st_padding0Konstantin Belousov2025-04-101-1/+1
* fts: Stop abusing the comma operator.Dag-Erling Smørgrav2025-04-081-3/+5
* Document KERN_PROC_KQUEUEKonstantin Belousov2025-04-071-0/+10
* setcred(2): Add manual pageOlivier Certner2025-04-032-0/+291
* New setcred() system call and associated MAC hooksOlivier Certner2025-04-031-0/+1
* getentropy tests: Update after commit 473681a1a506daMark Johnston2025-04-011-5/+6
* tcp: don't ever return ECONNRESET on close(2)Gleb Smirnoff2025-03-311-4/+1
* libc/stdio: Increase BUF in vfprintf.c and vfwprintf.cAhmad Khalifa2025-03-262-12/+4
* open.2: minor editingKonstantin Belousov2025-03-071-3/+3
* open.2: add separate paragraph for O_CREATartembunichev2025-03-071-8/+24
* libc/gen/fts.c: fix assignmentStefan Eßer2025-03-041-1/+1
* fts(3): be less strict when automount does its job under us walking autofs mountKonstantin Belousov2025-03-041-3/+10
* libc/gen: split user-visible opendir()-like functions into separate source filesKonstantin Belousov2025-03-045-311/+400
* open.2: Editorial passJohn Baldwin2025-03-031-60/+122
* kqueue.2: Editorial passJohn Baldwin2025-03-032-24/+42
* recv.2: Improve style in RETURN VALUESAlexander Ziaee2025-02-271-3/+3
* recv.2: Explain how recv functions can return 0Felix Johnson2025-02-271-3/+10
* statfs.2: document missing user-visible MNT flagsKonstantin Belousov2025-02-231-0/+18
* statfs.2: order MNT flags alphabeticallyKonstantin Belousov2025-02-231-43/+43
* statfs.2: remove dead commentKonstantin Belousov2025-02-231-2/+0
* statfs.2: uncomment and describe MNT_IGNOREKonstantin Belousov2025-02-231-2/+3
* socket: Add an option to retrieve a socket's FIB numberMark Johnston2025-02-211-2/+2
* libc: Fix getentropy POSIX 2024 conformance issuesEd Maste2025-02-202-12/+7
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu2025-02-1912-12/+12
* setfib.2: Note that the number of FIBs can be adjusted after bootMark Johnston2025-02-071-4/+9
* Fix lib/libc/nss/getgr_test with large numbers of groupsAlan Somers2025-01-203-0/+12
* munmap.2: Remove EINVAL for negative lenEd Maste2025-01-201-1/+1
* munmap.2: Unaligned addresses do not return errorEd Maste2025-01-201-4/+1
* fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__Graham Percival2024-12-271-1/+2
* procctl.2: Editing passJohn Baldwin2024-12-271-168/+244
* manuals: Misc macro typosGraham Percival2024-12-273-5/+3
* Revise qsort(3) reflect POSIX.1-2024 update.Xin LI2024-12-221-25/+24
* strptime: Fix day-of-week calculation.Dag-Erling Smørgrav2024-12-165-15/+72
* cap_rights_is_empty: add MLINKEd Maste2024-12-061-0/+1
* sched_getcpu: Add man pageEd Maste2024-12-042-0/+52
* unix: Add support for atomically setting the socket modeMark Johnston2024-12-031-1/+8
* fileno(3): set errno when returning -1Konstantin Belousov2024-12-032-7/+38
* stdio(3): correct summary information for fileno(3)Konstantin Belousov2024-12-031-1/+1
* fhreadlink.2: fix old typo in the manpageWolfram Schneider2024-11-281-1/+1
* _dl_iterate_phdr_locked(): fix libc and libdlKonstantin Belousov2024-11-271-0/+2
* rtld: implement _dl_iterate_phdr_lockedKyle Evans2024-11-272-4/+21
* libc: Note that getentropy is nearly POSIX 2024Ed Maste2024-11-241-5/+9
* libc: enable initial-exec (IE) as default thread-local storage model on armR. Christian McDonald2024-11-221-4/+0