summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/freopen.c
AgeCommit message (Expand)Author
2018-01-17Revert to commits as they broke few rump testskamil
2018-01-05Include namespace.h in a few of libc source fileskamil
2017-11-09Add O_REGULAR to enforce opening of only regular fileschristos
2012-03-27- widen the internal read and write calls to match the syscallschristos
2012-03-15- ansify, knf.christos
2012-01-22From tnozaki@: make fpos_t a complex object that keeps track of the parsechristos
2010-01-11Use a proper char */size_t pair in __sfileext to keep track of the linejoerg
2008-03-13Since _file is a short, check that the fd fits in it, otherwise bail withchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
2000-11-29Add checks for O_NDELAY [which indicates that we only want plain files],christos
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-01-06When reopening in append mode, seek to the end of file in order to have thekleink
1998-02-03remove obsolete register declarationsperry
1997-07-13Fix RCSID'schristos
1996-05-04Change suggested by Chris Torek to fix problem freopen()ing with a closedmycroft
1995-02-02Merged with 4.4lite.jtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd