log toys/mkfifo.c @ 530:6afff0596646

age author description
Tue, 06 Mar 2012 20:58:13 -0600 Georgi Chorbadzhiyski Add mkfifo.
Tue, 12 Feb 2008 19:05:44 -0600 Rob Landley Add TOYFLAG_UMASK.
Sun, 20 Jan 2008 17:25:44 -0600 Rob Landley Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of
Thu, 29 Nov 2007 18:14:37 -0600 Rob Landley Change command main() functions to return void, and exit(toys.exitval) from
Mon, 19 Nov 2007 07:07:50 -0600 Rob Landley Tighten up error handling, add a umask() call so -m 123 actually works.
Wed, 07 Nov 2007 00:11:20 +0000 Charlie Shepherd Add initial mkfifo implementation