summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-205-10/+97
* Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgmillert1998-11-201-9/+11
* fix append mode; mason@primenet.com.auderaadt1998-11-101-1/+12
* Make sure we free the buffer in all error cases. Do the finalmillert1998-10-162-32/+39
* Add a missing note about asprintfmillert1998-09-271-1/+3
* need sys/stat.h; jon@chalk.oaktree.net.ukderaadt1998-09-181-1/+2
* thread-saferderaadt1998-09-101-2/+2
* v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references...millert1998-08-302-24/+10
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-3/+3
* links to asnprintf and suchderaadt1998-08-281-2/+3
* realloc repairderaadt1998-08-144-18/+27
* Use a single character buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. torek@bsdi.commillert1998-07-271-4/+9
* formatting flawsderaadt1998-07-141-1/+5
* link for mkstemps()deraadt1998-07-031-1/+2
* add mkstemp(char *template, int suffixlen) interfacederaadt1998-06-302-14/+67
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-212-12/+6
* use Bx macro for BSD versionsmickey1998-06-153-6/+9
* wrap Z->a and z->A; peter@netplex.com.auderaadt1998-04-141-2/+4
* oopsderaadt1998-03-161-2/+2
* minor glitchderaadt1998-03-121-2/+2
* explain security considerations in some detailderaadt1998-03-122-12/+65
* fchown() after unlink(), taking umask into account; std conformance according to casper@HOLLAND.SUN.COMderaadt1998-03-101-2/+8
* at least 6 X, 10 is betterderaadt1998-03-091-1/+4
* POSIX behaviour of abort; mckayderaadt1998-03-091-3/+7
* grammar fixes by mckayderaadt1998-03-091-6/+6
* .Bx Open -> .Ox 2.xmillert1998-03-071-3/+2
* Use .Oxmillert1998-03-071-9/+30
* uninitialized case; bdederaadt1998-03-041-2/+3
* Mention that mkdtemp() is not portable.millert1998-02-231-2/+15
* Cast pointer in assignmenttholo1998-02-072-6/+6
* clarify fileno(3)deraadt1998-02-041-2/+2
* Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>millert1998-01-201-12/+3
* Ignore whitespace separating a conversion and %n. There may bemillert1998-01-191-2/+7
* Oops, missed a 0 vs. '\0'millert1998-01-121-2/+2
* typomillert1998-01-121-2/+2
* Based on some FreeBSD changes:millert1998-01-127-31/+34
* Deal with realloc() failure in v?asprintf()millert1997-11-301-2/+3
* Build asprintf.c and vasprintf.cmillert1997-11-291-4/+4
* Implement asprintf(3) and vasprintf(3) functions similar to themillert1997-11-294-43/+232
* Return -1, not EOF for size < 1. XPG4.2 specifies the return valuemillert1997-11-292-4/+6
* use "(off_t)-1" instead of "-1L" (!)flipk1997-11-091-2/+2
* Use lstat() not stat() so we catch dangling symlinks, hubertf@netbsd.orgmillert1997-10-082-17/+34
* 1) Don't truncate the input string when a directory cannot be stat'dmillert1997-10-072-18/+18
* Man link for mkdtemp(3).millert1997-09-261-1/+2
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-2511-35/+35
* Don't tell people to cast NULL to a specific pointer type.millert1997-07-081-2/+2
* snprintf(3) is not non-portable (it is part of XPG4) it is justmillert1997-06-301-2/+3
* Add mkdtemp(3)millert1997-06-202-14/+52
* + an Xrderaadt1997-06-131-2/+3
* Xr rmdirderaadt1997-06-051-2/+3