aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* libc: drop NO_FP_LIBC supportXin LI2026-01-318-68/+0
* stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav2025-08-082-6/+4
* libc: Drop gets() from symbol mapDag-Erling Smørgrav2025-08-021-1/+0
* lib: Fix calls that naively set F_SETFD.Ricardo Branco2025-07-172-7/+21
* libc: mkostemp(3) should support O_CLOFORKRicardo Branco2025-07-082-4/+5
* fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__Graham Percival2024-12-061-1/+2
* libc/stdio: Increase BUF in vfprintf.c and vfwprintf.cAhmad Khalifa2024-11-292-12/+4
* fileno(3): set errno when returning -1Konstantin Belousov2024-11-292-7/+38
* stdio(3): correct summary information for fileno(3)Konstantin Belousov2024-11-291-1/+1
* libc: indicate existing functions that are POSIX 2024Ed Maste2024-11-152-1/+10
* mktemp(3): bring the documentation up to date with best practiceWolfram Schneider2024-10-271-3/+3
* libc: fix access mode tests in fmemopen(3)Ed Maste2024-10-231-5/+5
* stdio: Disable USE_XPRINTF envar.Dag-Erling Smørgrav2024-09-251-2/+0
* printf(): Save errno earlier.Dag-Erling Smørgrav2024-09-207-27/+34
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* include: ssp: round out fortification of current set of headersKyle Evans2024-07-133-3/+7
* Prepare the system for _FORTIFY_SOURCEKyle Evans2024-05-135-0/+10
* libc printf_render_errno(): do not use strerror()Konstantin Belousov2024-04-231-3/+4
* libc: minor style, wrap long linesKonstantin Belousov2024-04-231-2/+4
* __vprintf(): switch from strerror() to strerror_rl()Konstantin Belousov2024-04-231-1/+5
* libc: don't try to export __sFBrooks Davis2024-04-161-1/+0
* fclose.3: remove a confusing sentenceMaxim Konovalov2024-02-161-4/+1
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-4/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-27101-269/+0
* libc: remove some obsolete VCS dataBrooks Davis2023-11-212-9/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* fflush: correct buffer handling in __sflushEd Maste2023-11-072-21/+4
* libc: remove unused errno.h includeEd Maste2023-11-071-1/+0
* 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-031-4/+4
* libc: Purge unneeded cdefs.hWarner Losh2023-11-01102-102/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-33/+85
* libc: Implement N2680.Dag-Erling Smørgrav2023-09-077-2/+201
* libc: Further nit in fopen(3) man page.Dag-Erling Smørgrav2023-09-011-2/+3
* libc: Fix fmemopen(3) prototype in fopen(3) man page.Dag-Erling Smørgrav2023-09-011-4/+6
* libc: Fix fixed-width case in the new integer parser.Dag-Erling Smørgrav2023-08-282-2/+2
* libc: Document support for binary integers.Dag-Erling Smørgrav2023-08-282-19/+44
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-285-235/+335
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1629-29/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-166-12/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16102-204/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1231-31/+31
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-272-4/+2
* libc: Fix size range check in setvbufEd Maste2022-10-041-1/+2
* libc/stdio: only roll FILE state back on EINTRKonstantin Belousov2022-09-033-4/+6
* __swbuf(): styleKonstantin Belousov2022-09-031-2/+2
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-0441-41/+41