aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Follow up on r331936. gets_s(3) will also fail in the same way thatCy Schubert2018-10-281-0/+2
* MFC r333895, r334022Cy Schubert2018-06-181-1/+1
* MFC r334031:Konstantin Belousov2018-06-052-1/+28
* MFC r331936, r331942, r331943, r331945, r331947, r331948Cy Schubert2018-04-184-5/+135
* Revert r330897:Eitan Adler2018-03-29115-236/+6
* Partial merge of the SPDX changesEitan Adler2018-03-14115-6/+236
* MFC r329848:Pedro F. Giffuni2018-02-281-2/+2
* MFC r327099:Eitan Adler2018-01-151-1/+1
* MFC r325030:Cy Schubert2017-11-041-1/+0
* MFC r318705,r318711:Enji Cooper2017-07-182-9/+14
* MFC r320472,r320508,r320509:Konstantin Belousov2017-07-1338-139/+186
* MFC r315162:Pedro F. Giffuni2017-04-073-4/+4
* MFC r305413Andrey A. Chernov2016-09-081-4/+10
* MFC r305406,r305409,r305412Andrey A. Chernov2016-09-081-9/+25
* MFC r305241Andrey A. Chernov2016-09-051-1/+11
* MFC r305219Andrey A. Chernov2016-09-041-5/+8
* MFC r304607,r304641,r304819,r304811Andrey A. Chernov2016-08-274-28/+15
* MFC r304810Andrey A. Chernov2016-08-273-2/+14
* MFC r302824Andrey A. Chernov2016-08-171-3/+3
* Fix regression from r301461.Pedro F. Giffuni2016-06-101-3/+3
* libc: Actually export fopencookie(3)Conrad Meyer2016-05-121-0/+1
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-114-3/+329
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-1/+0
* freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-2/+2
* freopen(3): prevent uninitialized errno.Pedro F. Giffuni2016-03-301-1/+2
* Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-2/+2
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-1/+1
* getln: We cannot expand the buffer beyond INT_MAX.Pedro F. Giffuni2016-02-152-2/+12
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-0/+3
* Use __alignof__ instead of assuming int64_t to get the rightWarner Losh2015-12-301-10/+1
* The FILE structure has a mbstate_t in it. This structure needs to beWarner Losh2015-12-271-2/+14
* Use stdint.h instead of inttypes.h as the latter pollutes namespace moreEnji Cooper2015-12-092-4/+4
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includeEnji Cooper2015-12-082-0/+6
* Link fclose(3) to fdclose(3)Enji Cooper2015-11-251-1/+1
* markup fixesDag-Erling Smørgrav2015-11-231-3/+9
* 1) Remove my overcomplicated error fallback and just return errorAndrey A. Chernov2015-11-121-11/+3
* Reorganize code to elimitate one _sseek() call for append modes.Andrey A. Chernov2015-11-081-21/+14
* Microoptimize.Andrey A. Chernov2015-11-011-4/+3
* Addition to prev. commit.Andrey A. Chernov2015-11-011-4/+6
* Don't seek to the end if write buffer is empty (in append modes).Andrey A. Chernov2015-11-011-11/+12
* Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov2015-10-286-10/+7
* According to POSIX, a write operation shall start at the current size ofAndrey A. Chernov2015-10-251-0/+3
* Since no room left in the _flags, reuse __SALC for O_APPEND.Andrey A. Chernov2015-10-245-19/+31
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-203-8/+6
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Remove names from some prototypesCraig Rodrigues2015-09-201-2/+2
* 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