Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-04-12 | Before trying to remount read only, see if block device responds to "become rw" | Rob Landley | 1 | -0/+11 |
2015-04-04 | To ensure that toybox can be installed alongside busybox without | Paul Barker | 1 | -1/+1 |
2015-03-01 | Patches from Elliott Hughes to add missing arguments to error_exit() calls. | Rob Landley | 1 | -1/+2 |
2014-12-02 | Don't mount a filesystem over an existing one with the same /dev and /dir. | Rob Landley | 1 | -18/+37 |
2014-09-28 | Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback ... | Rob Landley | 1 | -11/+18 |
2014-09-28 | mount: terminate list so unknown user mount attempts don't endlessly loop, ad... | Rob Landley | 1 | -2/+5 |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley | 1 | -5/+14 |
2014-09-07 | Promote mount. It's not perfect, but it basically works now. | Rob Landley | 1 | -0/+325 |