aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fseek.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-4/+4
* Convert libc/stdio from K&R to ANSI CEd Maste2013-04-231-13/+3
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-4/+4
* Add mbstate clear missed in one of the cases.Andrey A. Chernov2007-06-181-5/+6
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-221-0/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* In > LONG_MAX test use sseek return value and not _offset which can be notAndrey A. Chernov2001-10-251-3/+4
* Help to recover from bad seek (i.e. negative or too big) happens beyondAndrey A. Chernov2001-10-241-5/+5
* Back out read buffer invalidating via __SMOD.Andrey A. Chernov2001-10-231-2/+2
* Change comment explaining another usage of __SMODAndrey A. Chernov2001-10-231-2/+2
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,Andrey A. Chernov2001-09-031-39/+0
* Internal seeks are overoptimized. They should remember fp->_offset only forAndrey A. Chernov2001-09-021-1/+1
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-3/+41
* Save errno before function call and restore it on success (because manyAndrey A. Chernov2001-09-011-0/+6
* Remove even more unneded checks, original code can't overflows in that placeAndrey A. Chernov2001-09-011-5/+1
* Remove two checks unneeded now (can't happens)Andrey A. Chernov2001-09-011-4/+0
* Make fseek(... SEEK_CUR) fails if current file-position is unspecified.Andrey A. Chernov2001-09-011-2/+6
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRAndrey A. Chernov2001-09-011-0/+1
* Back out disabling ungetc() at 0, use different solution:Andrey A. Chernov2001-09-011-10/+19
* The same big piece of ftell code repeated in 3 places. Simplify things movingAndrey A. Chernov2001-08-311-84/+7
* If file offset is smaller than internal buffer character left count, just dropAndrey A. Chernov2001-08-311-9/+21
* Try to discard some ungetc data in saved internal buffer checks too,Andrey A. Chernov2001-08-301-4/+16
* goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposedAndrey A. Chernov2001-08-301-8/+4
* Add more EOVERFLOW checks.Andrey A. Chernov2001-08-301-24/+61
* Cosmetique fixes from bdeAndrey A. Chernov2001-08-261-2/+0
* Cosmetique: correct English in commentsAndrey A. Chernov2001-08-231-2/+2
* Simplify overflow calculations a bitAndrey A. Chernov2001-08-171-4/+2
* Add more overflow checks in case of fseek()Andrey A. Chernov2001-08-171-0/+8
* Don't clear "we have offset" flag even if long is overflow for fseek(),Andrey A. Chernov2001-08-171-1/+0
* fseek.c:Andrey A. Chernov2001-08-171-5/+23
* Use smarter overflow testsAndrey A. Chernov2001-08-151-3/+6
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):Andrey A. Chernov2001-08-151-0/+23
* Fix the current libc breakage in current:Warner Losh2001-02-161-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-21/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Added functions fseeko() and ftello() (from susv2).Dmitrij Tejblum1999-02-081-3/+12
* Add FILE locking stubs for libc.John Birrell1998-04-111-26/+10
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-1/+5
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-1/+27
* Date: Wed, 26 Oct 1994 15:44:49 -0600Nate Williams1994-11-051-0/+1