summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.c
AgeCommit message (Expand)Author
2025-07-08libc: mkostemp(3) should support O_CLOFORKRicardo Branco
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-01-24libc: try to skip memcpy in _gettempMateusz Guzik
2021-01-24libc: remove open-coded strlen in _gettempMateusz Guzik
2021-01-24libc: skip spurious stat in _gettempMateusz Guzik
2019-07-29Add mkostempsat(3).Mark Johnston
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-08-09Add mkostemp() and mkostemps().Jilles Tjoelker
2013-04-23Convert libc/stdio from K&R to ANSI CEd Maste
2013-04-23Renumber clauses to reduce diffs to other versionsEd Maste
2010-02-28In _gettemp(), check that the length of the path doesn't exceedJaakko Heinonen
2008-07-28Fix a few bugs with the _gettemp() routine which implements mkstemp(),John Baldwin
2008-07-22Use arc4random_uniform(3) since modulo size is not power of 2Andrey A. Chernov
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2002-05-27Correct a check for NUL.Robert Drehmel
2002-05-27 - Move the loop conditional into the "for" header.Robert Drehmel
2002-05-23Avoid wandering over the beginning of the actual bufferRobert Drehmel
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-11-10Increase the size of the mktemp() filename space by dropping the PID fromKris Kennaway
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-12-11While comparing this with OpenBSD (ie: trying to figure out what mkstemps()Peter Wemm
1999-11-04Add unsigned char cast to isdigitAndrey A. Chernov
1999-10-24Remove UNSAFE_WARN ifdef for mktemp warning (never defined)Andrey A. Chernov
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-04Add mkstemps from OpenBSD. This has been in my tree for months andWarner Losh
1998-10-20Revert last change. mkstemp() wasn't to blame, it's nvi. However,Peter Wemm
1998-10-20Stop mk*temp() from being pathologically stupid in the face of a umask(0);Peter Wemm
1998-04-14Fix a nasty flaw as a result of using the arc4random() pre-seeding ofPeter Wemm
1998-03-03Fixed uninitialized pointer in previous commit. mktemp() was broken.Bruce Evans
1998-02-13Many security improvements from OpenBSD:Warner Losh
1997-04-07Fix raceGuido van Rooij
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-06-22Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard
1996-06-12Code cleanup:-James Raynard
1995-10-22Minor cleanup, #include's and unused vars.Poul-Henning Kamp
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes