Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Sun, 28 Sep 2014 18:22:34 -0500 | Rob Landley | Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback mount, 2) Don't stop checking filesystem types due to EBUSY, it may mean already mounted by another filesystem type you haven't tried yet. draft |
Sun, 28 Sep 2014 13:15:41 -0500 | Rob Landley | mount: terminate list so unknown user mount attempts don't endlessly loop, add better error reporting. draft |
Sun, 28 Sep 2014 13:11:20 -0500 | Rob Landley | Brown paper bag time: comma_scan() didn't work for anything but the last entry. draft |
Sat, 27 Sep 2014 21:07:00 -0500 | Rob Landley | Multi-build single.sh should exit with an error when build breaks. draft |
Sat, 27 Sep 2014 21:04:47 -0500 | Rob Landley | Cleanup pass on groupdel. draft |
Sat, 27 Sep 2014 20:31:16 -0500 | Rob Landley | Allow single.sh to build more than one command per invocation. draft |
Sat, 27 Sep 2014 20:28:33 -0500 | Rob Landley | Untangle id/groups/logname so single.sh can build each one standalone. draft |