summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/mktemp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-18/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Don't decrement the current character pointer past the beginning of themillert2002-05-271-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* more pid_t usederaadt2002-01-021-2/+3
* add mkstemp(char *template, int suffixlen) interfacederaadt1998-06-301-12/+34
* wrap Z->a and z->A; peter@netplex.com.auderaadt1998-04-141-2/+4
* uninitialized case; bdederaadt1998-03-041-2/+3
* 1) Don't truncate the input string when a directory cannot be stat'dmillert1997-10-071-15/+17
* Add mkdtemp(3)millert1997-06-201-7/+24
* Change a stat(2) -> lstat(2) to avoid symlink games. From Keithmillert1997-04-071-2/+2
* Pull in stdlib.h for arc4random prototype.millert1997-02-101-1/+2
* pre-pad with random alphabetic letters instead of digit 0deraadt1997-02-071-5/+17
* back out my last change to avoid the __warn_references on the mips - it'sgraichen1997-01-201-3/+1
* put all the __warn_references behind a #ifndef NO_WARN_REFERENCES whichgraichen1997-01-191-1/+3
* 95% of common uses of these are incorrect and insecure. correct use isderaadt1996-12-281-2/+15
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+133