aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-055-5/+51
* libc: Restore fp state upon flush error in fputcMark Johnston2022-03-281-2/+10
* libc __sfvwrite(): roll back FILE buffer pointer on fflush errorKonstantin Belousov2022-03-061-2/+11
* __sflush(): on write error, if nothing was written, reset FILE state backKonstantin Belousov2022-01-251-2/+7
* fread.c: fix undefined behaviorStefan Eßer2022-01-151-5/+7
* libc/stdio/vfwscanf.c::convert_wstring(): wcp0 is write-onlyKonstantin Belousov2021-11-291-2/+0
* getdelim(3): Fix losing data on [EAGAIN]Bryan Drewery2021-09-021-3/+24
* fread: improve performance for unbuffered readsPedro F. Giffuni2021-06-011-0/+29
* open_memstream(3): fix typoYuri Pankov2021-04-281-2/+2
* libc: try to skip memcpy in _gettempMateusz Guzik2021-01-241-3/+8
* libc: remove open-coded strlen in _gettempMateusz Guzik2021-01-241-2/+1
* libc: skip spurious stat in _gettempMateusz Guzik2021-01-241-21/+0
* tmpnam(3): Also mention tmpfile in the ENVIRONMENT sectionGordon Bergling2020-08-071-1/+3
* fgetln(3): Add a Caveats SectionGordon Bergling2020-06-181-1/+31
* libc manpages: various improvements from NetBSDGordon Bergling2020-06-143-3/+34
* Add HISTORY section to getc(3)Sergio Carlavilla Delgado2020-04-101-1/+17
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-011-0/+7
* libc: provide fputc_unlockedKyle Evans2020-02-022-3/+12
* stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwriteKyle Evans2020-01-3011-16/+102
* libc: remove getsEd Maste2019-09-013-44/+10
* Add mkostempsat(3).Mark Johnston2019-07-294-19/+54