summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore the optimization for unbuffered I/O. The buffer needs tomillert2018-12-161-1/+31
* Back out rev 1.17 for now, it causes issues with python when buildingmillert2018-12-161-31/+1
* Revisit the optimization for unbuffered I/O. We can use the buffermillert2018-12-141-1/+31
* Back out the optimization in rev 1.13, it does not update flags onmillert2018-12-141-16/+1
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-3/+3
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* don't do silly (and slow) one byte reads in unbuffered mode.tedu2014-12-081-1/+16
* Extend fread() and fwrite() to check for integer overflow, in which casederaadt2014-05-011-1/+15
* Several stdio functions were failing to set the stream orientationguenther2009-11-211-1/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-1/+4
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-4/+1
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-1/+4
* fwrite() should also return 0 if either size or nmemb are 0.millert2009-07-121-4/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-8/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* a first pass at -Wallderaadt2001-07-091-1/+2
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+86