summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.3
AgeCommit message (Expand)Author
2011-01-10tweak previous; ok millertJason McIntyre
2011-01-10mkdtemp() is present in POSIX 1003.1-2008Todd C. Miller
2011-01-07mktemp(3) can be used, but not where mkstemp(3) is an alternative. AlsoNicholas Marriott
2010-12-27mktemp(3) (and thus mktemp(1)) no longer use the process ID whenTodd C. Miller
2010-03-22Various improvements, mainly regarding ERRORS.Ingo Schwarze
2009-03-01Update to match mktemp.c changesTodd C. Miller
2009-01-10The process number is longer used to replace trailing 'Xs'.Tobias Stoeckmann
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-10grammar,Marc Espie
2006-01-06fix the mkstemps .Fn;Jason McIntyre
2006-01-06in code fragment:Jason McIntyre
2005-07-26- typos, punctuation, spacing, macro, layout, etc. fixesJared Yanovich
2005-07-26note error return of mkstemps; ok millert, jmcJared Yanovich
2005-05-27mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moreTodd C. Miller
2003-10-17typo;Jason McIntyre
2003-07-02nonstandard->non-standardAnil Madhavapeddy
2003-07-026 X's -> 10 X's in all examples, per avsm's idea, millert agreesPeter Valchev
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01- section reorderJason McIntyre
2003-05-03typos;Jason McIntyre
2003-04-02fifo -> FIFOJason McIntyre
2003-03-06.Xr's;Jason McIntyre
2003-02-16teach people about strlcpy, not strcpyTheo de Raadt
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-11-22use strlcpy in the exampleTheo de Raadt
2000-09-11The mkstemp() function appeared in 4.4BSD; todd@Aaron Campbell
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-01-27repair nroff botchTheo de Raadt
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
1999-09-14Tidying and spellingPaul Janzen
1999-08-11paste'o away!Todd T. Fries
1999-06-06some NAME section cleanupAaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-03-16oopsTheo de Raadt
1998-03-12explain security considerations in some detailTheo de Raadt
1998-03-09at least 6 X, 10 is betterTheo de Raadt
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-02-23Mention that mkdtemp() is not portable.Todd C. Miller
1997-10-071) Don't truncate the input string when a directory cannot be stat'dTodd C. Miller
1997-06-20Add mkdtemp(3)Todd C. Miller
1996-08-21explain why mktemp is unsafeTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt