aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-203-0/+6
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-3/+4
* Fix a couple of markup typos.John Baldwin2015-08-021-3/+3
* Add fdclose(3) function.Mariusz Zaborski2015-07-043-27/+134
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-233-3/+3
* Support file verification in MAC.Craig Rodrigues2015-04-221-0/+4
* libc: clean some set-but-not-used errors.Pedro F. Giffuni2015-02-181-3/+0
* In r268924 __fflush was modified so that when write(2) was not successful,Xin LI2014-12-101-4/+6
* Fix prototypes.Kevin Lo2014-10-281-3/+3
* Fix the example: free the memory that was allocated by getline().Nick Hibma2014-07-311-0/+1
* In the "Too many open files" edge cases don't try to preserve oldAndrey A. Chernov2014-07-261-0/+8
* Avoid possible cast degradation.Pedro F. Giffuni2014-07-222-2/+2
* For "a"-mode files and rewind/fseek + fwrite combination return meaningfulAndrey A. Chernov2014-07-221-0/+18
* Back the whole change out until I figure out how to obtain O_APPEND,Andrey A. Chernov2014-07-221-6/+0
* Checking for __SAPP alone is not enough because it is emulated O_APPENDAndrey A. Chernov2014-07-221-1/+2
* Revert r268984:Pedro F. Giffuni2014-07-221-2/+5
* Mostly cosmetic cleanups.Pedro F. Giffuni2014-07-222-3/+3
* ftello: return 1 when seeking offset on an append stream.Pedro F. Giffuni2014-07-221-0/+2
* rewind: always clear error indicator.Pedro F. Giffuni2014-07-221-3/+2
* Adjust errno on failed prepwrite.Pedro F. Giffuni2014-07-203-3/+10
* Const-ify a character string.Pedro F. Giffuni2014-07-201-1/+1
* Use a correct errno in freopen.Pedro F. Giffuni2014-07-201-1/+1
* Update fflush(3) to return success on a read-only stream.Pedro F. Giffuni2014-07-201-9/+16
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-022-8/+18
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-212-3/+5
* libc man pages: Remove reference to non-existent FreeBSD SecurityEitan Adler2014-03-071-2/+0
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* Add missing include files for the printf_l and scanf_l man pages.Eitan Adler2013-11-172-0/+2
* 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