summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fdopen.c
AgeCommit message (Expand)Author
2025-07-17lib: Fix calls that naively set F_SETFD.Ricardo Branco
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-28Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov
2015-10-24Since no room left in the _flags, reuse __SALC for O_APPEND.Andrey A. Chernov
2014-04-21libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker
2013-04-23Convert libc/stdio from K&R to ANSI CEd Maste
2013-04-23Renumber clauses to reduce diffs to other versionsEd Maste
2012-11-30libc: Allow setting close-on-exec in fopen/freopen/fdopen.Jilles Tjoelker
2008-05-10Remove useless call to getdtablesize(2) in fdopen(3) and its uselessAntoine Brodin
2008-02-27Add <limits.h> for SHRT_MAX.John Baldwin
2008-02-27File descriptors are an int, but our stdio FILE object uses a short to holdJohn Baldwin
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-09-02Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes