summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* MFC r315162:pfg2017-04-073-4/+4
* MFC r305413ache2016-09-081-4/+10
* MFC r305406,r305409,r305412ache2016-09-081-9/+25
* MFC r305241ache2016-09-051-1/+11
* MFC r305219ache2016-09-041-5/+8
* MFC r304607,r304641,r304819,r304811ache2016-08-274-28/+15
* MFC r304810ache2016-08-273-2/+14
* MFC r302824ache2016-08-171-3/+3
* Fix regression from r301461.pfg2016-06-101-3/+3
* libc: Actually export fopencookie(3)cem2016-05-121-0/+1
* libc: Add fopencookie(3) wrapper around funopen(3)cem2016-05-114-3/+329
* libc: spelling fixes.pfg2016-04-301-1/+1
* freopen(3): prevent uninitialized errno.pfg2016-03-301-1/+0
* freopen(3): prevent uninitialized errno.pfg2016-03-301-2/+2
* freopen(3): prevent uninitialized errno.pfg2016-03-301-1/+2
* Fix bunch of .Xrs.trasz2016-03-281-2/+2
* fputs: Return the number of bytes written.pfg2016-02-151-1/+1
* getln: We cannot expand the buffer beyond INT_MAX.pfg2016-02-152-2/+12
* fputs: Return the number of bytes written.pfg2016-02-151-0/+3
* Use __alignof__ instead of assuming int64_t to get the rightimp2015-12-301-10/+1
* The FILE structure has a mbstate_t in it. This structure needs to beimp2015-12-271-2/+14
* Use stdint.h instead of inttypes.h as the latter pollutes namespace morengie2015-12-092-4/+4
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includengie2015-12-082-0/+6
* Link fclose(3) to fdclose(3)ngie2015-11-251-1/+1
* markup fixesdes2015-11-231-3/+9
* 1) Remove my overcomplicated error fallback and just return errorache2015-11-121-11/+3
* Reorganize code to elimitate one _sseek() call for append modes.ache2015-11-081-21/+14
* 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
OpenPOWER on IntegriCloud