| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r320472,r320508,r320509: | Konstantin Belousov | 2017-07-17 | 1 | -14/+15 |
| * | MFC r264737: | Enji Cooper | 2015-11-25 | 1 | -2/+3 |
| * | MFC: r289863,r289931,r290110,r290230,r290231,r290232 | Andrey A. Chernov | 2015-11-08 | 1 | -1/+4 |
| * | MFC: r269116 | Andrey A. Chernov | 2014-08-06 | 1 | -0/+8 |
| * | MFC r268926, r268930, r268983: | Pedro F. Giffuni | 2014-08-03 | 1 | -1/+1 |
| * | Convert libc/stdio from K&R to ANSI C | Ed Maste | 2013-04-23 | 1 | -4/+2 |
| * | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-04-23 | 1 | -1/+1 |
| * | libc: Allow setting close-on-exec in fopen/freopen/fdopen. | Jilles Tjoelker | 2012-11-30 | 1 | -1/+4 |
| * | When reopening a stream backed by an open file descriptor, do not close | John Baldwin | 2010-12-09 | 1 | -12/+9 |
| * | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -2/+2 |
| * | Add <limits.h> for SHRT_MAX. | John Baldwin | 2008-02-27 | 1 | -0/+1 |
| * | File descriptors are an int, but our stdio FILE object uses a short to hold | John Baldwin | 2008-02-27 | 1 | -0/+14 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
| * | file == NULL: | Andrey A. Chernov | 2006-10-16 | 1 | -9/+14 |
| * | Honor errno obtained from __sflags | Andrey A. Chernov | 2006-10-16 | 1 | -1/+3 |
| * | Back out ftruncate error handling. There can some file tipes | Andrey A. Chernov | 2006-10-16 | 1 | -9/+2 |
| * | Do real seek | Andrey A. Chernov | 2006-10-15 | 1 | -3/+11 |
| * | Associate a multibyte conversion state object with each stream. Reset it | Tim J. Robbins | 2004-05-22 | 1 | -0/+1 |
| * | Remove part of my stateful locale patch that slipped into the previous rev. | Tim J. Robbins | 2003-01-26 | 1 | -3/+0 |
| * | Initial implementation of the C99 feature whereby calling freopen() with | Tim J. Robbins | 2003-01-26 | 1 | -1/+58 |
| * | Reset the stream orientation to 0 (unoriented) in freopen(), as required | Tim J. Robbins | 2003-01-03 | 1 | -0/+1 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-10-12 | 1 | -1/+2 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 |
| * | libc MT-safety, part 2. | Daniel Eischen | 2001-02-11 | 1 | -2/+2 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -2/+4 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -3/+3 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -3/+3 |
| * | Add (FILE *) locking. | Dmitrij Tejblum | 1999-11-20 | 1 | -0/+9 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+155 |