summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/refill.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-2/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,Andrey A. Chernov2001-09-031-8/+1
* Fix bug in off_t overflow checking: if fp->_offset overflows, just removeAndrey A. Chernov2001-09-021-5/+3
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-0/+9
* Fix style breakage.David E. O'Brien2001-03-051-0/+1
* Fix the current libc breakage in current:Warner Losh2001-02-161-1/+1
* libc MT-safety, part 2.Daniel Eischen2001-02-111-9/+21
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Treat an attempt to read from a write-only stream more consistently.Robert Nordier1999-08-101-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix nasty bracketing/precedence bug. Every time something read (andPeter Wemm1996-08-131-2/+2
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-3/+10
* Code cleanup:-James Raynard1996-06-121-2/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+128