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