summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fread.c
AgeCommit message (Expand)Author
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2014-12-08don't do silly (and slow) one byte reads in unbuffered mode.Ted Unangst
2014-05-01Extend fread() and fwrite() to check for integer overflow, in which caseTheo de Raadt
2009-11-21Several stdio functions were failing to set the stream orientationPhilip Guenthe
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2009-07-12fwrite() should also return 0 if either size or nmemb are 0.Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@Otto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-07-09a first pass at -WallTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt