summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-2/+2
* Correct a check for NUL.Robert Drehmel2002-05-271-1/+1
* - Move the loop conditional into the "for" header.Robert Drehmel2002-05-271-19/+17
* Avoid wandering over the beginning of the actual bufferRobert Drehmel2002-05-231-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Increase the size of the mktemp() filename space by dropping the PID fromKris Kennaway2000-11-101-25/+17
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+1
* While comparing this with OpenBSD (ie: trying to figure out what mkstemps()Peter Wemm1999-12-111-2/+2
* Add unsigned char cast to isdigitAndrey A. Chernov1999-11-041-1/+1
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)Andrey A. Chernov1999-10-241-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add mkstemps from OpenBSD. This has been in my tree for months andWarner Losh1999-04-041-7/+24
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,Peter Wemm1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);Peter Wemm1998-10-201-5/+21
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofPeter Wemm1998-04-141-2/+4
* Fixed uninitialized pointer in previous commit. mktemp() was broken.Bruce Evans1998-03-031-5/+6
* Many security improvements from OpenBSD:Warner Losh1998-02-131-23/+70
* Fix raceGuido van Rooij1997-04-071-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-4/+9
* Code cleanup:-James Raynard1996-06-121-5/+4
* Minor cleanup, #include's and unused vars.Poul-Henning Kamp1995-10-221-0/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+126