index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
lsb
/
mount.c
Age
Commit message (
Expand
)
Author
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2017-07-11
Don't remove "remount" from the option list during early parsing, the mount
Rob Landley
2017-05-07
Error if we can't autodetect filesystem type.
Rob Landley
2016-02-25
Fix bug where mount -o leftover string didn't get passed through to kernel
Rob Landley
2016-02-17
Fix remounting /system on Android.
Elliott Hughes
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