summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vasprintf.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingderaadt1-2/+4
2017-03-16Only reallocate the buffer to fit for medium-size allocations wheremillert1-9/+14
2017-03-14Use a macro for the initial length of the buffer instead of 127; OK deraadt@millert1-3/+5
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc1-5/+3
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther1-1/+2
2015-08-20All these files include <stdlib.h>, so do not need to castderaadt1-2/+2
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfilekurt1-2/+2
2009-10-22Back out previous commit, as it caused too much growth for the installguenther1-2/+2
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfileguenther1-2/+2
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_millert1-2/+2
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.espie1-1/+2
2005-08-08zap remaining rcsid.espie1-5/+1
2005-04-30Change internals of FILE: reuse the unget buffer field to access anespie1-2/+5
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@otto1-6/+3
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert1-9/+9
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-23/+12
1998-10-16Make sure we free the buffer in all error cases. Do the finalmillert1-17/+19
1998-08-14realloc repairderaadt1-4/+9
1998-06-21Remove the advertising clause in my old license, it impedes free usemillert1-6/+3
1998-02-07Cast pointer in assignmenttholo1-3/+3
1998-01-12Based on some FreeBSD changes:millert1-2/+3
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to themillert1-0/+67