hush/miscutils
Rob Landley 6a6798b8e4 Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky corner cases, added support for
several new features (things like mount --move, mount --bind, lazy unounts,
automatic detection of loop mounts, and so on).  Probably broke several
other things, but it's fixable.  (Bang on it, tell me what doesn't work for
you...)

Note: you no longer need to say "-o loop".  It does that for you when
necessary.

Still need to add "user mount" support, which involves making mount suid.  Not
too hard to do under the new infrastructure, just haven't done it yet...

The previous code had the following notes, that belong in the version
control comments:

- * 3/21/1999   Charles P. Wright <cpwright@cpwright.com>
- *             searches through fstab when -a is passed
- *             will try mounting stuff with all fses when passed -t auto
- *
- * 1999-04-17  Dave Cinege...Rewrote -t auto. Fixed ro mtab.
- *
- * 1999-10-07  Erik Andersen <andersen@codepoet.org>.
- *              Rewrite of a lot of code. Removed mtab usage (I plan on
- *              putting it back as a compile-time option some time),
- *              major adjustments to option parsing, and some serious
- *              dieting all around.
- *
- * 1999-11-06  mtab support is back - andersee
- *
- * 2000-01-12   Ben Collins <bcollins@debian.org>, Borrowed utils-linux's
- *              mount to add loop support.
- *
- * 2000-04-30  Dave Cinege <dcinege@psychosis.com>
- *             Rewrote fstab while loop and lower mount section. Can now do
- *             single mounts from fstab. Can override fstab options for single
- *             mount. Common mount_one call for single mounts and 'all'. Fixed
- *             mtab updating and stale entries. Removed 'remount' default.
- *
2005-08-10 20:35:54 +00:00
..
adjtimex.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
bbconfig.c new config display applet, from bug 46. i've changed the name 2005-08-01 16:04:40 +00:00
Config.in commiting: 2005-08-01 22:52:09 +00:00
crond.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
crontab.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
dc.c Patch by Paul Whittaker, make busybox dc compatable with GNU dc. 2004-07-24 06:01:52 +00:00
devfsd.c eat leading whitespace with preprocessor 2005-07-31 21:05:19 +00:00
eject.c Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
hdparm.c Patch from Bernhard Fischer to make a bunch of symbols static 2005-04-16 19:39:00 +00:00
last.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
makedevs.c Fixup makedevs to handle regular files, and also fix 2005-07-18 22:40:59 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in commiting: 2005-08-01 22:52:09 +00:00
mt.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
rx.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
setsid.c commiting: 2005-08-01 22:52:09 +00:00
strings.c Clean up strings.c to use busybox's option processing. Bug 006, apparently. 2005-06-07 03:21:20 +00:00
time.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
watchdog.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00