aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fdopen.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix calls that naively set F_SETFD.Ricardo Branco2025-07-171-4/+14
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-211-1/+2
* 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
* libc: Allow setting close-on-exec in fopen/freopen/fdopen.Jilles Tjoelker2012-11-301-0/+6
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessAntoine Brodin2008-05-101-4/+0
* 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/+12
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-2/+2
* 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-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/+89