summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/stdio.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r289863,r289931,r290110,r290230,r290231,r290232ache2015-11-081-1/+1
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-231-26/+7
* Renumber clauses to reduce diffs to other versionsemaste2013-04-231-1/+1
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsjhb2008-05-051-21/+0
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-0/+7
* Unbreak build: libftpio gropes inside struct __sFILE. Implementmarcel2008-05-031-0/+14
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* #include <stdlib.h> for free()'s prototype.tjr2003-01-071-0/+1
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove 'register' keyword.obrien2002-03-211-3/+3
* Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-241-0/+7
* Back out read buffer invalidating via __SMOD.ache2001-10-231-5/+0
* Disallow fseek() optimization in internal read buffer, if pointer is moved byache2001-10-231-0/+5
* 1) If __SAPP stream is not seekable, remove __SAPP flag on first call insteadache2001-09-071-3/+10
* For now just back out seek error checking in __SAPP case, it cause problemsache2001-09-071-2/+2
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,ache2001-09-031-0/+83
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-021-47/+2
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRache2001-09-011-1/+3
* Detect fp->_offset overflow on readache2001-08-311-9/+23
* Remove extra check, already done in upper level caller, i.e. inache2001-08-171-5/+1
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):ache2001-08-151-2/+17
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-6/+13
* Code cleanup:-jraynard1996-06-121-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+104
OpenPOWER on IntegriCloud