summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Checking for __SAPP alone is not enough because it is emulated O_APPENDache2014-07-221-1/+2
* Revert r268984:pfg2014-07-221-2/+5
* Mostly cosmetic cleanups.pfg2014-07-222-3/+3
* ftello: return 1 when seeking offset on an append stream.pfg2014-07-221-0/+2
* rewind: always clear error indicator.pfg2014-07-221-3/+2
* Adjust errno on failed prepwrite.pfg2014-07-203-3/+10
* Const-ify a character string.pfg2014-07-201-1/+1
* Use a correct errno in freopen.pfg2014-07-201-1/+1
* Update fflush(3) to return success on a read-only stream.pfg2014-07-201-9/+16
* use .Mt to mark up email addresses consistently (part4)bapt2014-06-231-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-022-8/+18
* libc/stdio: Fail fdopen() on an execute-only fd.jilles2014-04-212-3/+5
* libc man pages: Remove reference to non-existent FreeBSD Securityeadler2014-03-071-2/+0
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-2/+2
* Add missing include files for the printf_l and scanf_l man pages.eadler2013-11-172-0/+2
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).jilles2013-09-061-27/+28
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).jilles2013-08-311-1/+2
* Add mkostemp() and mkostemps().jilles2013-08-094-21/+106
* Typo corrected.schweikh2013-07-121-1/+1
* mktemp(3): Add standards section. Prefer standard header.jilles2013-07-051-4/+29
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-2334-151/+53
* Renumber clauses to reduce diffs to other versionsemaste2013-04-2370-70/+70
* Spelling correctionemaste2013-04-111-1/+1
* Remove unused atomic headeremaste2013-04-111-1/+0
* mdoc: add missing El.joel2013-02-271-0/+1
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+639
* setbuf(3): Restore a BUGS section about setbuf().jilles2013-02-181-1/+4
* setbuf(3): Remove bugs section about ancient versions of BSD.jilles2013-02-151-17/+1
* mdoc: Remove EOL whitespace.joel2013-02-091-1/+1
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-56/+55
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-312-32/+118
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-304-7/+224
* The getline function returns the number of characters read, noteadler2012-12-011-2/+2
* libc: Allow setting close-on-exec in fopen/freopen/fdopen.jilles2012-11-304-2/+33
* Clarify that the ' flag is an apostrophe.grog2012-11-081-1/+1
* fopen(3): Mention that the "x" mode option is from C11.jilles2012-11-011-1/+5
* Correct double "the the"eadler2012-09-141-1/+1
* The register_printf_render_std() function expects regular string.pjd2012-07-041-1/+1
* Only set _w to 0 when the file stream is not currently reading. Withouteadler2012-05-301-1/+1
* Add two new locale-specific man pages:issyl02012-05-233-1/+157
* Minor mdoc nits.joel2012-05-122-4/+4
* Remove reference to non-existent FreeBSD Security Architectureeadler2012-05-091-3/+1
* Remove incorrect __restrict qualifier on several pointersdumbbell2012-04-302-9/+9
* Fix a bug in *wscanf's handling of non-wide %s, %c, and %[das2012-04-301-44/+9
* Previously, vfscanf()'s wide character processing functions weredas2012-04-293-150/+83
* Fix small documentation mistakes.jlh2012-04-281-1/+1
* Import stdbuf(1) and the shared library it relies on.jlh2012-04-281-0/+4
* Take the spinlock around clearing of the fp->_flags in fclose(3), whichkib2012-04-242-9/+21
* Bugfix: Include whitespace characters in the count of the number ofdas2012-04-221-1/+1
* Bugfix: Correctly count the number of characters read for %l[ conversions.das2012-04-221-7/+4
OpenPOWER on IntegriCloud