Age | Commit message (Expand) | Author |
2011-01-10 | tweak previous; ok millert | Jason McIntyre |
2011-01-10 | mkdtemp() is present in POSIX 1003.1-2008 | Todd C. Miller |
2011-01-07 | mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also | Nicholas Marriott |
2010-12-27 | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | Todd C. Miller |
2010-03-22 | Various improvements, mainly regarding ERRORS. | Ingo Schwarze |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-01-10 | The process number is longer used to replace trailing 'Xs'. | Tobias Stoeckmann |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-10 | grammar, | Marc Espie |
2006-01-06 | fix the mkstemps .Fn; | Jason McIntyre |
2006-01-06 | in code fragment: | Jason McIntyre |
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich |
2005-07-26 | note error return of mkstemps; ok millert, jmc | Jared Yanovich |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2003-10-17 | typo; | Jason McIntyre |
2003-07-02 | nonstandard->non-standard | Anil Madhavapeddy |
2003-07-02 | 6 X's -> 10 X's in all examples, per avsm's idea, millert agrees | Peter Valchev |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | - section reorder | Jason McIntyre |
2003-05-03 | typos; | Jason McIntyre |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2003-03-06 | .Xr's; | Jason McIntyre |
2003-02-16 | teach people about strlcpy, not strcpy | Theo de Raadt |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell |
2000-11-22 | use strlcpy in the example | Theo de Raadt |
2000-09-11 | The mkstemp() function appeared in 4.4BSD; todd@ | Aaron Campbell |
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
2000-01-27 | repair nroff botch | Theo de Raadt |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell |
1999-09-14 | Tidying and spelling | Paul Janzen |
1999-08-11 | paste'o away! | Todd T. Fries |
1999-06-06 | some NAME section cleanup | Aaron Campbell |
1999-05-25 | kill some old macros | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1998-12-15 | more | Theo de Raadt |
1998-12-15 | flesh out this man page with some examples | Theo de Raadt |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt |
1998-03-16 | oops | Theo de Raadt |
1998-03-12 | explain security considerations in some detail | Theo de Raadt |
1998-03-09 | at least 6 X, 10 is better | Theo de Raadt |
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller |
1998-02-23 | Mention that mkdtemp() is not portable. | Todd C. Miller |
1997-10-07 | 1) Don't truncate the input string when a directory cannot be stat'd | Todd C. Miller |
1997-06-20 | Add mkdtemp(3) | Todd C. Miller |
1996-08-21 | explain why mktemp is unsafe | Theo de Raadt |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |