| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Convert libc/stdio from K&R to ANSI C | Ed Maste | 2013-04-23 | 1 | -26/+7 | 
| *  | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-04-23 | 1 | -1/+1 | 
| *  | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | John Baldwin | 2008-05-05 | 1 | -21/+0 | 
| *  | Unbreak build: gnu sort has been configured to grope inside struct | Marcel Moolenaar | 2008-05-03 | 1 | -0/+7 | 
| *  | Unbreak build: libftpio gropes inside struct __sFILE. Implement | Marcel Moolenaar | 2008-05-03 | 1 | -0/+14 | 
| *  | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 | 
| *  | #include <stdlib.h> for free()'s prototype. | Tim J. Robbins | 2003-01-07 | 1 | -0/+1 | 
| *  | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 | 
| *  | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -3/+3 | 
| *  | Help to recover from bad seek (i.e. negative or too big) happens beyond | Andrey A. Chernov | 2001-10-24 | 1 | -0/+7 | 
| *  | Back out read buffer invalidating via __SMOD. | Andrey A. Chernov | 2001-10-23 | 1 | -5/+0 | 
| *  | Disallow fseek() optimization in internal read buffer, if pointer is moved by | Andrey A. Chernov | 2001-10-23 | 1 | -0/+5 | 
| *  | 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead | Andrey A. Chernov | 2001-09-07 | 1 | -3/+10 | 
| *  | For now just back out seek error checking in __SAPP case, it cause problems | Andrey A. Chernov | 2001-09-07 | 1 | -2/+2 | 
| *  | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | Andrey A. Chernov | 2001-09-03 | 1 | -0/+83 | 
| *  | Move all stdio internal flags processing and setting out of __sread(), | Andrey A. Chernov | 2001-09-02 | 1 | -47/+2 | 
| *  | If lseek to wrong value sucessfully happens despite all pre-checks, set __SERR | Andrey A. Chernov | 2001-09-01 | 1 | -1/+3 | 
| *  | Detect fp->_offset overflow on read | Andrey A. Chernov | 2001-08-31 | 1 | -9/+23 | 
| *  | Remove extra check, already done in upper level caller, i.e. in | Andrey A. Chernov | 2001-08-17 | 1 | -5/+1 | 
| *  | 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek): | Andrey A. Chernov | 2001-08-15 | 1 | -2/+17 | 
| *  | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 | 
| *  | 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 | 
| *  | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 | 
| *  | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 | 
| *  | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 | 
| *  | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | James Raynard | 1996-06-22 | 1 | -6/+13 | 
| *  | Code cleanup:- | James Raynard | 1996-06-12 | 1 | -3/+3 | 
| *  | 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/+104 |