| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert libc/stdio from K&R to ANSI C | emaste | 2013-04-23 | 1 | -26/+7 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-04-23 | 1 | -1/+1 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | jhb | 2008-05-05 | 1 | -21/+0 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -0/+7 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 1 | -0/+14 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | #include <stdlib.h> for free()'s prototype. | tjr | 2003-01-07 | 1 | -0/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -3/+3 |
* | Help to recover from bad seek (i.e. negative or too big) happens beyond | ache | 2001-10-24 | 1 | -0/+7 |
* | Back out read buffer invalidating via __SMOD. | ache | 2001-10-23 | 1 | -5/+0 |
* | Disallow fseek() optimization in internal read buffer, if pointer is moved by | ache | 2001-10-23 | 1 | -0/+5 |
* | 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead | ache | 2001-09-07 | 1 | -3/+10 |
* | For now just back out seek error checking in __SAPP case, it cause problems | ache | 2001-09-07 | 1 | -2/+2 |
* | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | ache | 2001-09-03 | 1 | -0/+83 |
* | Move all stdio internal flags processing and setting out of __sread(), | ache | 2001-09-02 | 1 | -47/+2 |
* | If lseek to wrong value sucessfully happens despite all pre-checks, set __SERR | ache | 2001-09-01 | 1 | -1/+3 |
* | Detect fp->_offset overflow on read | ache | 2001-08-31 | 1 | -9/+23 |
* | Remove extra check, already done in upper level caller, i.e. in | ache | 2001-08-17 | 1 | -5/+1 |
* | 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek): | ache | 2001-08-15 | 1 | -2/+17 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+2 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -3/+3 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | jraynard | 1996-06-22 | 1 | -6/+13 |
* | Code cleanup:- | jraynard | 1996-06-12 | 1 | -3/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+104 |