aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in pw(8) when creating numeric users or groups.Xin LI2015-09-161-3/+4
* MFC 281887:John Baldwin2015-06-023-3/+3
* MFC discussed with: jilles, -developersEnji Cooper2015-01-112-8/+18
* MFC r275665:Xin LI2014-12-101-4/+6
* MFC r273760:Kevin Lo2014-11-241-3/+3
* MFC r268924:Pedro F. Giffuni2014-08-161-9/+16
* MFC: r269116Andrey A. Chernov2014-08-061-0/+8
* MFC: r268997Andrey A. Chernov2014-08-061-0/+18
* MFC r268926, r268930, r268983:Pedro F. Giffuni2014-08-035-7/+13
* MFC r268985, r269001:Pedro F. Giffuni2014-07-254-5/+5
* MFC r268928:Pedro F. Giffuni2014-07-231-1/+1
* MFC r262890:Eitan Adler2014-03-101-2/+0
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).Jilles Tjoelker2013-09-061-27/+28
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-1/+2
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-094-21/+106
* Typo corrected.Jens Schweikhardt2013-07-121-1/+1
* mktemp(3): Add standards section. Prefer standard header.Jilles Tjoelker2013-07-051-4/+29
* Convert libc/stdio from K&R to ANSI CEd Maste2013-04-2334-151/+53
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-2370-70/+70
* Spelling correctionEd Maste2013-04-111-1/+1
* Remove unused atomic headerEd Maste2013-04-111-1/+0
* mdoc: add missing El.Joel Dahl2013-02-271-0/+1
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-275-1/+639
* setbuf(3): Restore a BUGS section about setbuf().Jilles Tjoelker2013-02-181-1/+4
* setbuf(3): Remove bugs section about ancient versions of BSD.Jilles Tjoelker2013-02-151-17/+1
* mdoc: Remove EOL whitespace.Joel Dahl2013-02-091-1/+1
* - Fix more style(9)-related issues (copyright header, spaces after functionPietro Cerutti2013-02-011-56/+55
* - Remove underscores from the internal structure name, as it doesn't collidePietro Cerutti2013-01-312-32/+118
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-304-7/+224
* The getline function returns the number of characters read, notEitan Adler2012-12-011-2/+2
* libc: Allow setting close-on-exec in fopen/freopen/fdopen.Jilles Tjoelker2012-11-304-2/+33
* Clarify that the ' flag is an apostrophe.Greg Lehey2012-11-081-1/+1
* fopen(3): Mention that the "x" mode option is from C11.Jilles Tjoelker2012-11-011-1/+5
* Correct double "the the"Eitan Adler2012-09-141-1/+1
* The register_printf_render_std() function expects regular string.Pawel Jakub Dawidek2012-07-041-1/+1
* Only set _w to 0 when the file stream is not currently reading. WithoutEitan Adler2012-05-301-1/+1
* Add two new locale-specific man pages:Isabell Long2012-05-233-1/+157
* Minor mdoc nits.Joel Dahl2012-05-122-4/+4
* Remove reference to non-existent FreeBSD Security ArchitectureEitan Adler2012-05-091-3/+1
* Remove incorrect __restrict qualifier on several pointersJean-Sébastien Pédron2012-04-302-9/+9
* Fix a bug in *wscanf's handling of non-wide %s, %c, and %[David Schultz2012-04-301-44/+9
* Previously, vfscanf()'s wide character processing functions wereDavid Schultz2012-04-293-149/+82
* Fix small documentation mistakes.Jeremie Le Hen2012-04-281-1/+1
* Import stdbuf(1) and the shared library it relies on.Jeremie Le Hen2012-04-281-0/+4
* Take the spinlock around clearing of the fp->_flags in fclose(3), whichKonstantin Belousov2012-04-242-9/+21
* Bugfix: Include whitespace characters in the count of the number ofDavid Schultz2012-04-221-1/+1
* Bugfix: Correctly count the number of characters read for %l[ conversions.David Schultz2012-04-221-7/+4
* Bugfix: %n doesn't count as a conversion, soDavid Schultz2012-04-222-2/+0
* Refactor scanf to improve modularity. Conversions are now performedDavid Schultz2012-04-222-668/+843
* As noted by Peter Jeremy, r234528 only partially fixed the infiniteDavid Schultz2012-04-211-1/+1