summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* In _gettemp(), check that the length of the path doesn't exceedjh2010-02-281-0/+4
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),jhb2008-07-281-11/+26
* Use arc4random_uniform(3) since modulo size is not power of 2ache2008-07-221-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-2/+2
* Correct a check for NUL.robert2002-05-271-1/+1
* - Move the loop conditional into the "for" header.robert2002-05-271-19/+17
* Avoid wandering over the beginning of the actual bufferrobert2002-05-231-1/+1
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Remove 'register' keyword.obrien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Increase the size of the mktemp() filename space by dropping the PID fromkris2000-11-101-25/+17
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-1/+1
* While comparing this with OpenBSD (ie: trying to figure out what mkstemps()peter1999-12-111-2/+2
* Add unsigned char cast to isdigitache1999-11-041-1/+1
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)ache1999-10-241-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add mkstemps from OpenBSD. This has been in my tree for months andimp1999-04-041-7/+24
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,peter1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);peter1998-10-201-5/+21
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofpeter1998-04-141-2/+4
* Fixed uninitialized pointer in previous commit. mktemp() was broken.bde1998-03-031-5/+6
* Many security improvements from OpenBSD:imp1998-02-131-23/+70
* Fix raceguido1997-04-071-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-4/+9
* Code cleanup:-jraynard1996-06-121-5/+4
* Minor cleanup, #include's and unused vars.phk1995-10-221-0/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+126
OpenPOWER on IntegriCloud