| Commit message (Expand) | Author | Age | Files | Lines |
* | The open flags param to mkostemps() should be "flags" not "oflags" |  millert | 2014-10-26 | 1 | -3/+3 |
* | provide section numbers for xrs; |  jmc | 2014-08-31 | 1 | -2/+2 |
* | Add additional userland interfaces for setting close-on-exec on fds |  guenther | 2014-08-31 | 1 | -33/+115 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -3/+3 |
* | Return EINVAL if there are fewer than six template Xs in the path. |  guenther | 2013-03-12 | 1 | -17/+21 |
* | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), |  guenther | 2012-06-01 | 1 | -2/+10 |
* | tweak previous; ok millert |  jmc | 2011-01-10 | 1 | -3/+4 |
* | mkdtemp() is present in POSIX 1003.1-2008 |  millert | 2011-01-10 | 1 | -11/+9 |
* | mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also |  nicm | 2011-01-07 | 1 | -6/+6 |
* | mktemp(3) (and thus mktemp(1)) no longer use the process ID when |  millert | 2010-12-27 | 1 | -3/+2 |
* | Various improvements, mainly regarding ERRORS. |  schwarze | 2010-03-22 | 1 | -40/+39 |
* | Update to match mktemp.c changes |  millert | 2009-03-01 | 1 | -4/+4 |
* | The process number is longer used to replace trailing 'Xs'. |  tobias | 2009-01-10 | 1 | -4/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | grammar, |  espie | 2007-05-10 | 1 | -2/+2 |
* | fix the mkstemps .Fn; |  jmc | 2006-01-06 | 1 | -2/+2 |
* | in code fragment: |  jmc | 2006-01-06 | 1 | -14/+14 |
* | - typos, punctuation, spacing, macro, layout, etc. fixes |  jaredy | 2005-07-26 | 1 | -6/+5 |
* | note error return of mkstemps; ok millert, jmc |  jaredy | 2005-07-26 | 1 | -3/+5 |
* | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more |  millert | 2005-05-27 | 1 | -11/+27 |
* | typo; |  jmc | 2003-10-17 | 1 | -2/+2 |
* | nonstandard->non-standard |  avsm | 2003-07-02 | 1 | -2/+2 |
* | 6 X's -> 10 X's in all examples, per avsm's idea, millert agrees |  pvalchev | 2003-07-02 | 1 | -4/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | - section reorder |  jmc | 2003-06-01 | 1 | -88/+88 |
* | typos; |  jmc | 2003-05-03 | 1 | -2/+2 |
* | fifo -> FIFO |  jmc | 2003-04-02 | 1 | -2/+2 |
* | .Xr's; |  jmc | 2003-03-06 | 1 | -2/+2 |
* | teach people about strlcpy, not strcpy |  deraadt | 2003-02-16 | 1 | -2/+2 |
* | Various repairs, mostly to get rid of short lines. |  aaron | 2000-12-24 | 1 | -6/+4 |
* | use strlcpy in the example |  deraadt | 2000-11-22 | 1 | -2/+2 |
* | The mkstemp() function appeared in 4.4BSD; todd@ |  aaron | 2000-09-11 | 1 | -2/+5 |
* | Flesh out all of the stdio man pages. |  aaron | 2000-04-20 | 1 | -21/+13 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 1 | -3/+3 |
* | repair nroff botch |  deraadt | 2000-01-27 | 1 | -3/+3 |
* | Use .Va macro when referring to the global variable errno. |  aaron | 2000-01-22 | 1 | -3/+5 |
* | Tidying and spelling |  pjanzen | 1999-09-14 | 1 | -13/+18 |
* | paste'o away! |  todd | 1999-08-11 | 1 | -3/+3 |
* | some NAME section cleanup |  aaron | 1999-06-06 | 1 | -3/+6 |
* | kill some old macros |  aaron | 1999-05-25 | 1 | -2/+2 |
* | Cleanup xrefs under SEE ALSO. Specifically: |  alex | 1999-05-16 | 1 | -3/+3 |
* | more |  deraadt | 1998-12-15 | 1 | -7/+22 |
* | flesh out this man page with some examples |  deraadt | 1998-12-15 | 1 | -1/+64 |
* | add mkstemp(char *template, int suffixlen) interface |  deraadt | 1998-06-30 | 1 | -2/+33 |
* | oops |  deraadt | 1998-03-16 | 1 | -2/+2 |
* | explain security considerations in some detail |  deraadt | 1998-03-12 | 1 | -2/+26 |
* | at least 6 X, 10 is better |  deraadt | 1998-03-09 | 1 | -1/+4 |
* | .Bx Open -> .Ox 2.x |  millert | 1998-03-07 | 1 | -3/+2 |
* | Mention that mkdtemp() is not portable. |  millert | 1998-02-23 | 1 | -2/+15 |
* | 1) Don't truncate the input string when a directory cannot be stat'd |  millert | 1997-10-07 | 1 | -3/+1 |