aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/mount.c
AgeCommit message (Collapse)Author
2014-07-06Autodetect --bind and --loop mounts in a way that doesn't interfere with ↵0.4.9Rob Landley
network filesystems or -t newtype mounts that trigger a module load.
2014-06-03mount: start on option parsing, implement loopback and bind mount autodetection.Rob Landley
2014-05-29First stab at mount, very incomplete.Rob Landley