summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* MFC r292013:ngie2015-12-132-4/+4
* MFC r292004:ngie2015-12-132-0/+6
* MFC r285140:ngie2015-12-013-27/+134
* MFC r278932:ngie2015-12-011-3/+0
* MFC r269326:ngie2015-12-011-0/+1
* MFC r288006,r288031,r288032,r288033:ngie2015-11-255-7/+11
* MFC r258245:ngie2015-11-252-0/+2
* MFC r264737:ngie2015-11-252-3/+5
* MFC: r290549,r290729ache2015-11-191-22/+7
* MFC: r289863,r289931,r290110,r290230,r290231,r290232ache2015-11-087-23/+37
* MFC 286177:jhb2015-10-011-3/+3
* MFC r287292:kib2015-09-051-3/+4
* MFC 281887:jhb2015-06-023-3/+3
* MFC discussed with: jilles, -developersngie2015-01-112-8/+18
* MFC r275665:delphij2014-12-101-4/+6
* MFC r273760:kevlo2014-11-241-3/+3
* MFC r268924:pfg2014-08-161-9/+16
* MFC: r269116ache2014-08-061-0/+8
* MFC: r268997ache2014-08-061-0/+18
* MFC r268926, r268930, r268983:pfg2014-08-035-7/+13
* MFC r268985, r269001:pfg2014-07-254-5/+5
* MFC r268928:pfg2014-07-231-1/+1
* MFC r262890:eadler2014-03-101-2/+0
* 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
OpenPOWER on IntegriCloud