summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r289863,r289931,r290110,r290230,r290231,r290232ache2015-11-081-1/+3
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-231-3/+1
* Renumber clauses to reduce diffs to other versionsemaste2013-04-231-1/+1
* Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In thejhb2008-04-221-0/+1
* Add <limits.h> for SHRT_MAX.jhb2008-02-271-0/+1
* File descriptors are an int, but our stdio FILE object uses a short to holdjhb2008-02-271-0/+13
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Add restrict type-qualifier.mike2002-10-121-2/+2
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Internal seeks are overoptimized. They should remember fp->_offset only forache2001-09-021-2/+0
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-021-1/+1
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellache2001-08-311-0/+2
* libc MT-safety, part 2.deischen2001-02-111-1/+0
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-3/+6
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-1/+3
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+84
OpenPOWER on IntegriCloud