summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+3
* Fix ftell() to return EOVERFLOW if the file offset is greater thanmatthew2012-05-211-11/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-2/+10
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-10/+2
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-2/+10
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-11/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert2000-02-211-4/+22
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+252