aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/stdio.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* #include <stdlib.h> for free()'s prototype.Tim J. Robbins2003-01-071-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
* Help to recover from bad seek (i.e. negative or too big) happens beyondAndrey A. Chernov2001-10-241-0/+7
* Back out read buffer invalidating via __SMOD.Andrey A. Chernov2001-10-231-5/+0
* Disallow fseek() optimization in internal read buffer, if pointer is moved byAndrey A. Chernov2001-10-231-0/+5
* 1) If __SAPP stream is not seekable, remove __SAPP flag on first call insteadAndrey A. Chernov2001-09-071-3/+10
* For now just back out seek error checking in __SAPP case, it cause problemsAndrey A. Chernov2001-09-071-2/+2
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,Andrey A. Chernov2001-09-031-0/+83
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-47/+2
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRAndrey A. Chernov2001-09-011-1/+3
* Detect fp->_offset overflow on readAndrey A. Chernov2001-08-311-9/+23
* Remove extra check, already done in upper level caller, i.e. inAndrey A. Chernov2001-08-171-5/+1
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):Andrey A. Chernov2001-08-151-2/+17
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-6/+13
* Code cleanup:-James Raynard1996-06-121-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+104