aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/mount.c
AgeCommit message (Expand)Author
2020-03-13Fix various typos.Elliott Hughes
2020-02-02mount.c: fix an error check.Elliott Hughes
2019-12-13fix loopback device mount failwayling
2019-02-23Add UUID= support to mount, via blkid -U.Rob Landley
2019-02-23Switch mount to use FLAG() macros.Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2017-07-11Don't remove "remount" from the option list during early parsing, the mountRob Landley
2017-05-07Error if we can't autodetect filesystem type.Rob Landley
2016-02-25Fix bug where mount -o leftover string didn't get passed through to kernelRob Landley
2016-02-17Fix remounting /system on Android.Elliott Hughes
2015-04-12Before trying to remount read only, see if block device responds to "become rw"Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley
2014-12-02Don't mount a filesystem over an existing one with the same /dev and /dir.Rob Landley
2014-09-28Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback ...Rob Landley
2014-09-28mount: terminate list so unknown user mount attempts don't endlessly loop, ad...Rob Landley
2014-09-14Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ...Rob Landley
2014-09-07Promote mount. It's not perfect, but it basically works now.Rob Landley