History log of /freebsd-10.0-release/usr.bin/mktemp/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


243240 18-Nov-2012 eadler

Use the macro for standard error return values.

.Dd not bumped because there is no important content change.

Approved by: bcr (mentor)
MFC after: 3 days
Obtained from: DragonflyBSD


241118 02-Oct-2012 eadler

Implement the Sun/GNU extension of using a default
prefix when no arguments are supplied.

Reviewed by: jilles
Approved by: cperciva
MFC after: 1 week


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


200463 13-Dec-2009 delphij

Use prototype for usage().


200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


162792 29-Sep-2006 ru

Markup fixes.


153904 30-Dec-2005 csjp

mkstemp(3) and friends use a combination of base 10 digits, along
with upper and lower case letters from the English alphabet. Change
the number of possible file names mktemp will return from 26**6
to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3)


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


136784 22-Oct-2004 cperciva

Add punctuation which appears to have been accidentally removed in
revision 1.6.


131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


100160 16-Jul-2002 dd

Use proper article.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


92921 22-Mar-2002 imp

remove __P


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


87290 03-Dec-2001 dwmalone

Warns cleanups.


79755 15-Jul-2001 dd

Remove whitespace at EOL.


73207 28-Feb-2001 obrien

Update HISTORY.


69860 11-Dec-2000 ru

mdoc(7) police: use canonical form of .Dd macro.


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


67162 15-Oct-2000 alex

Correct the usage of mktemp:
The old version lists all args as optional.
However, you need at least one arg to get a usable result.

PR: 18667
Reported by: obrien
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
Reviewed by: sheldonh


61244 04-Jun-2000 asmodai

Fix example.

PR: 18953
Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>


58613 26-Mar-2000 charnier

Move RCS tags after copyright
Add DIAGNOSTICS section name


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


52658 30-Oct-1999 phantom

.Ox is ``clever'' now.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


38702 31-Aug-1998 wosch

Sort cross references.


35733 05-May-1998 charnier

Add usage() and rcsid. Remove unused #include. -Wall.


35193 14-Apr-1998 peter

Bring in an old faithful tool I've been using for just over 4 years now
(originally on a different OS without mkstemp()), albeit somewhat
bashed and hacked into something that doesn't look too much like
the original any more. It should be upwardly compatable with
OpenBSD's mktemp(1) but does a couple of extra things.

I've taken OpenBSD's mktemp.1 man page and adapted it to suit.