summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov2015-10-281-2/+1
* Since no room left in the _flags, reuse __SALC for O_APPEND.Andrey A. Chernov2015-10-241-1/+4
* Convert libc/stdio from K&R to ANSI CEd Maste2013-04-231-3/+1
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In theJohn Baldwin2008-04-221-0/+1
* Add <limits.h> for SHRT_MAX.John Baldwin2008-02-271-0/+1
* File descriptors are an int, but our stdio FILE object uses a short to holdJohn Baldwin2008-02-271-0/+13
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Add restrict type-qualifier.Mike Barcroft2002-10-121-2/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Internal seeks are overoptimized. They should remember fp->_offset only forAndrey A. Chernov2001-09-021-2/+0
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-1/+1
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellAndrey A. Chernov2001-08-311-0/+2
* libc MT-safety, part 2.Daniel Eischen2001-02-111-1/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+6
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+84