aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__Graham Percival2024-12-271-1/+2
* libc: fix access mode tests in fmemopen(3)Ed Maste2024-10-291-5/+5
* printf(): Save errno earlier.Dag-Erling Smørgrav2024-10-067-27/+34
* libc printf_render_errno(): do not use strerror()Konstantin Belousov2024-04-301-3/+4
* libc: minor style, wrap long linesKonstantin Belousov2024-04-301-2/+4
* __vprintf(): switch from strerror() to strerror_rl()Konstantin Belousov2024-04-301-1/+5
* 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-061-4/+4
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-2541-41/+41
* libc: Fix fmemopen(3) prototype in fopen(3) man page.Dag-Erling Smørgrav2023-09-081-6/+9
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-2329-29/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-236-12/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-23102-204/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-235-5/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2311-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2531-31/+31
* libc: Fix size range check in setvbufEd Maste2022-10-071-1/+2
* libc/stdio: only roll FILE state back on EINTRKonstantin Belousov2022-09-093-4/+6
* __swbuf(): styleKonstantin Belousov2022-09-091-2/+2
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-06-045-5/+51
* libc: Restore fp state upon flush error in fputcMark Johnston2022-03-311-2/+10
* libc __sfvwrite(): roll back FILE buffer pointer on fflush errorKonstantin Belousov2022-03-141-2/+11
* fread.c: fix undefined behaviorStefan Eßer2022-03-041-5/+7
* __sflush(): on write error, if nothing was written, reset FILE state backKonstantin Belousov2022-02-011-2/+7
* libc/stdio/vfwscanf.c::convert_wstring(): wcp0 is write-onlyKonstantin Belousov2021-12-061-2/+0
* fread: improve performance for unbuffered readsPedro F. Giffuni2021-06-151-0/+29
* libc: try to skip memcpy in _gettempMateusz Guzik2021-02-011-3/+8
* libc: remove open-coded strlen in _gettempMateusz Guzik2021-02-011-2/+1
* libc: skip spurious stat in _gettempMateusz Guzik2021-02-011-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
* GC a historical artifact.Brooks Davis2019-02-071-10/+0
* Follow up on r331936. gets_s(3) will also fail in the same way thatCy Schubert2018-10-231-0/+2
* Fix formatting.Mark Johnston2018-10-201-2/+2
* Implement printf(3) family %m format string extension.Konstantin Belousov2018-05-222-1/+28
* Conform to Berne Convention.Cy Schubert2018-05-191-1/+1
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-171-2/+12
* The correct symbol version for FreeBSD 12 is 1.5.Cy Schubert2018-04-031-1/+4
* Correct the version number for gets_s(3).Cy Schubert2018-04-031-1/+1
* Add gets_s(3) to the man page title (noticed by ed@).Cy Schubert2018-04-031-2/+3