Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
[oweals/busybox.git] / mount.c
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-22 Pavel RoskinFrom Ken Chalmers <chalmers@norscan.com>:
2000-08-02 Eric AndersenFixed the "-f" option.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Pavel Roskin"mount" now reports errors from nfsmount() and assumes...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-05 Erik AndersenAdd support for "noatime" and "nodiratime" mount flags...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-04 Erik Andersenminor changes to mount/umount to support-by-ignoring...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-07 Erik AndersenWrote killall.
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-26 Erik AndersenShuffle location of generic code into utility.c
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik Andersen* Added -o loop option for mount, and support in umount...
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
1999-12-05 Eric AndersenStuf
1999-11-15 Eric AndersenUpdates
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-06 Eric AndersenFixed ln, df, and removed redundant stuff from mtab.
1999-11-04 Eric AndersenMore stuff.
1999-11-04 Eric AndersenStuf
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-16 Eric AndersenMore stuff
1999-10-14 Eric AndersenFixed cp -[aR] and some other stuf.
1999-10-08 Eric AndersenFinally mount works properly. Made debugging work...
1999-10-07 Eric Andersenmore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2