summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fvwrite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use recallocarray() to avoid leaving detritus in memory when resizingmillert2017-03-171-2/+3
* When reallocating the buffer for asprintf(), just round up to themillert2017-03-161-6/+5
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-3/+3
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-4/+4
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-4/+4
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-4/+4
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-8/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* a first pass at -Wallderaadt2001-07-091-1/+2
* Local changes that should not have gone inmillert1999-08-071-7/+2
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-071-2/+7
* Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgmillert1998-11-201-9/+11
* realloc repairderaadt1998-08-141-4/+5
* Deal with realloc() failure in v?asprintf()millert1997-11-301-2/+3
* Implement asprintf(3) and vasprintf(3) functions similar to themillert1997-11-291-1/+17
* Need <errno.h>tholo1996-10-261-1/+2
* Set errno when trying to write to a read-only streamtholo1996-10-261-2/+4
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+194