aboutsummaryrefslogtreecommitdiff
path: root/toys/mkfifo.c
AgeCommit message (Expand)Author
2012-03-19Add string to mode_t parserDaniel Walter
2012-03-06Cleanups: use perror_msg() and make mode a global.Rob Landley
2012-03-06Add mkfifo.Georgi Chorbadzhiyski
2011-11-13Prepare for license switch by (regrettably) removing Charlie Shepherd's code,...Rob Landley
2008-02-12Add TOYFLAG_UMASK.Rob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-11-19Tighten up error handling, add a umask() call so -m 123 actually works.Rob Landley
2007-11-07Add initial mkfifo implementationCharlie Shepherd