index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
fseek.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2012-05-21
Fix ftell() to return EOVERFLOW if the file offset is greater than
Matthew Dempsky
2009-11-09
Fix the handle locking in stdio to use flockfile/funlockfile
Kurt Miller
2009-10-22
Back out previous commit, as it caused too much growth for the install
Philip Guenthe
2009-10-21
Fix the handle locking in stdio to use flockfile/funlockfile
Philip Guenthe
2005-08-08
zap remaining rcsid.
Marc Espie
2004-09-28
deregister + ansify, no change in object code. ok deraadt@ millert@
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-02-21
Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt