| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Remove my overcomplicated error fallback and just return error | Andrey A. Chernov | 2015-11-12 | 1 | -11/+3 |
* | Reorganize code to elimitate one _sseek() call for append modes. | Andrey A. Chernov | 2015-11-08 | 1 | -21/+14 |
* | Microoptimize. | Andrey A. Chernov | 2015-11-01 | 1 | -4/+3 |
* | Addition to prev. commit. | Andrey A. Chernov | 2015-11-01 | 1 | -4/+6 |
* | Don't seek to the end if write buffer is empty (in append modes). | Andrey A. Chernov | 2015-11-01 | 1 | -11/+12 |
* | Add _flags2 per jhb@ suggestion since no room left in _flags. | Andrey A. Chernov | 2015-10-28 | 1 | -2/+1 |
* | Since no room left in the _flags, reuse __SALC for O_APPEND. | Andrey A. Chernov | 2015-10-24 | 1 | -15/+17 |
* | For "a"-mode files and rewind/fseek + fwrite combination return meaningful | Andrey A. Chernov | 2014-07-22 | 1 | -0/+18 |
* | Back the whole change out until I figure out how to obtain O_APPEND, | Andrey A. Chernov | 2014-07-22 | 1 | -6/+0 |
* | Checking for __SAPP alone is not enough because it is emulated O_APPEND | Andrey A. Chernov | 2014-07-22 | 1 | -1/+2 |
* | Revert r268984: | Pedro F. Giffuni | 2014-07-22 | 1 | -2/+5 |
* | ftello: return 1 when seeking offset on an append stream. | Pedro F. Giffuni | 2014-07-22 | 1 | -0/+2 |
* | Convert libc/stdio from K&R to ANSI C | Ed Maste | 2013-04-23 | 1 | -7/+3 |
* | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-04-23 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | 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 | -5/+5 |
* | Move all stdio internal flags processing and setting out of __sread(), | Andrey A. Chernov | 2001-09-02 | 1 | -1/+1 |
* | Strict in the POSIX sence, if file position is unspecified after ungetc() at | Andrey A. Chernov | 2001-09-01 | 1 | -6/+4 |
* | If position is underflowed, don't try to hide that fact by recovery, just | Andrey A. Chernov | 2001-09-01 | 1 | -17/+7 |
* | Back out disabling ungetc() at 0, use different solution: | Andrey A. Chernov | 2001-09-01 | 1 | -14/+26 |
* | Add originally missing __sinit() call. | Andrey A. Chernov | 2001-08-31 | 1 | -0/+4 |
* | Simplify offset underflow checks even more | Andrey A. Chernov | 2001-08-31 | 1 | -12/+2 |
* | Disallow ungetc at offset 0 (to prevent negative offset happens), so simplify | Andrey A. Chernov | 2001-08-31 | 1 | -22/+11 |
* | Drop buffer first, _then_ ask for real position | Andrey A. Chernov | 2001-08-31 | 1 | -4/+4 |
* | The same big piece of ftell code repeated in 3 places. Simplify things moving | Andrey A. Chernov | 2001-08-31 | 1 | -10/+22 |
* | If file offset is smaller than internal buffer character left count, just drop | Andrey A. Chernov | 2001-08-31 | 1 | -7/+9 |
* | Try to discard some ungetc data in saved internal buffer checks too, | Andrey A. Chernov | 2001-08-30 | 1 | -3/+9 |
* | Add more EOVERFLOW checks. | Andrey A. Chernov | 2001-08-30 | 1 | -7/+33 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Added functions fseeko() and ftello() (from susv2). | Dmitrij Tejblum | 1999-02-08 | 1 | -2/+19 |
* | Add FILE locking stubs for libc. | John Birrell | 1998-04-11 | 1 | -14/+5 |
* | Merge from Lite2 | Peter Wemm | 1997-03-11 | 1 | -2/+2 |
* | 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 | -0/+4 |
* | Removed now-bogus casts that were to hide the inconsistency between the | Bruce Evans | 1996-03-27 | 1 | -4/+4 |
* | Fix incorrect parameter types. | Paul Richards | 1996-03-24 | 1 | -1/+1 |
* | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 1 | -1/+15 |
* | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+88 |