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