summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fread.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: nemb -> nmemblteo2015-03-121-3/+3
| | | | From Ryan May.
* Revert; committed by accident without approval from deraadt@ at releaselteo2015-03-051-2/+2
| | | | time. Prodded by guenther@. Sorry.
* Fix typo, from Ryan May.lteo2015-03-051-3/+3
|
* Extend fread() and fwrite() to check for integer overflow, in which casederaadt2014-05-011-2/+9
| | | | | errno EOVERFLOW is returned and error is set on the FILE. ok kettenis miod beck
* more library historyschwarze2013-07-171-2/+9
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* fwrite() should also return 0 if either size or nmemb are 0.millert2009-07-121-2/+12
| | | | Adapted from FreeBSD. OK deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+108