| History log of /src/usr.bin/mkfifo |
| Revision | Date | Author | Comments |
| 1.3 | 23-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 23-Dec-1994 |
jtc | imported from 44lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.13 | 04-Jul-2017 |
wiz | Add EXIT STATUS section. Use Ex.
|
| 1.12 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
| 1.11 | 08-Oct-2004 |
wiz | mkfifo is creating fifos, not directories. Noted by Andrew Doran.
|
| 1.10 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.9 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
| 1.8 | 01-Dec-2001 |
wiz | Whitespace cleanup.
|
| 1.7 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.6 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
| 1.5 | 16-Jul-1997 |
mikel | xref mknod(8) not nonexistent mknod(1), sort xrefs
|
| 1.4 | 23-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 | 22-Jul-1993 |
jtc | Make POSIX 1003.2 (D11.2) compliant. Add RCS Headers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 23-Dec-1994 |
jtc | imported from 44lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.13 | 04-Sep-2011 |
joerg | ANSIfy + static + __dead
|
| 1.12 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.11 | 01-Oct-2005 |
christos | branches: 1.11.22; fix setmode error handling.
|
| 1.10 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.9 | 10-Oct-2000 |
enami | - The type of return value of setmode is a void * and getmode takes it, rather than mode_t *. - Free the storage allocated by setmode unless it is obvious that program exits immediately.
|
| 1.8 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
| 1.7 | 23-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.6 | 31-Dec-1993 |
jtc | Localization changes. Updated to use standard error message routines.
|
| 1.5 | 13-Oct-1993 |
jtc | #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt declarations can be removed from <stdlib.h>.
|
| 1.4 | 27-Aug-1993 |
jtc | Minor tweaks: including header files to bring prototypes into scope, explicitly declaring function return values, etc. to make gcc -Wall shut up.
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.2 | 22-Jul-1993 |
jtc | Make POSIX 1003.2 (D11.2) compliant. Add RCS Headers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 23-Dec-1994 |
jtc | imported from 44lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.11.22.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|