Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Tue, 06 Mar 2012 20:58:13 -0600 | Georgi Chorbadzhiyski | Add mkfifo. |
Tue, 06 Mar 2012 20:49:03 -0600 | Rob Landley | Web page updates. |
Tue, 06 Mar 2012 20:48:27 -0600 | Rob Landley | Comment and whitespace tweaks. |
Mon, 05 Mar 2012 23:15:50 -0600 | Rob Landley | mkdir cleanups: Let umask do its thing at the syscall level, have mode be a global to prepare for -m, use do_blah name loopfiles() usually calls, one less redundant mkdir() call, go ahead and modify writeable args instead of strdup(), return before restoring / so error message is better, use perror_msg(). |
Mon, 05 Mar 2012 22:19:36 -0600 | Georgi Chorbadzhiyski | Add mkdir. |
Mon, 05 Mar 2012 20:48:35 -0600 | Rob Landley | Fix xargs -0 option. |
Mon, 05 Mar 2012 00:25:32 +0100 | Pere Orga | whoami: fix toy description, no code changes |