OpenBSD CVS

src/usr.bin/mktemp/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / mktemp

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.1   27 years  millert   mktemp(1) for shell scripts. No more gross directory hackery for safe temp file...
[TXT] mktemp.1  1.27   11 years  millert   Require that the template include at least 6 trailing Xs to match POSIX mkstemp/...
[TXT] mktemp.c  1.19   11 years  millert   Add fatal() and fatalx() that honor the quiet flag instead of using "if (quiet) ...