summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Microoptimize.ache2015-11-011-4/+3
* Addition to prev. commit.ache2015-11-011-4/+6
* Don't seek to the end if write buffer is empty (in append modes).ache2015-11-011-11/+12
* Add _flags2 per jhb@ suggestion since no room left in _flags.ache2015-10-286-10/+7
* According to POSIX, a write operation shall start at the current size ofache2015-10-251-0/+3
* Since no room left in the _flags, reuse __SALC for O_APPEND.ache2015-10-245-19/+31
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-203-8/+6
* Remove names from some prototypesrodrigc2015-09-201-1/+1
* Remove names from some prototypesrodrigc2015-09-201-2/+2
* Add declarations to eliminate -Wmissing-prototypes warningsrodrigc2015-09-203-0/+6
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-3/+4
* Fix a couple of markup typos.jhb2015-08-021-3/+3
* Add fdclose(3) function.oshogbo2015-07-043-27/+134
* Reassign copyright statements on several files from Advancedjhb2015-04-233-3/+3
* Support file verification in MAC.rodrigc2015-04-221-0/+4
* libc: clean some set-but-not-used errors.pfg2015-02-181-3/+0
* In r268924 __fflush was modified so that when write(2) was not successful,delphij2014-12-101-4/+6
* Fix prototypes.kevlo2014-10-281-3/+3
* Fix the example: free the memory that was allocated by getline().n_hibma2014-07-311-0/+1
* In the "Too many open files" edge cases don't try to preserve oldache2014-07-261-0/+8
* Avoid possible cast degradation.pfg2014-07-222-2/+2
* For "a"-mode files and rewind/fseek + fwrite combination return meaningfulache2014-07-221-0/+18
* Back the whole change out until I figure out how to obtain O_APPEND,ache2014-07-221-6/+0
* 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
OpenPOWER on IntegriCloud