Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
[oweals/busybox.git] / util-linux / umount.c
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathPatch from Chris Larson (kergoth), to allow multiple...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-02 Eric AndersenTeach libc5 about realpath
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-02 Matt KraaiCanonicalize path before trying to unmount it.
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-17 Matt KraaiFix the exit status of umount -a, a casualty of the...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
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 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenMore cleanup on umount
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-19 Eric AndersenMake umount work and compile cleanly under libc5 and...
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-05-03 Erik AndersenRemove BB_FEATURE_REMOUNT (small, and should always...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
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-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-02-23 Erik AndersenFixed rebooting when init runs as /linuxrc
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-02-07 Erik AndersenA few minor updates. ;-)
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-13 Erik Andersen* Added -o loop option for mount, and support in umount...
1999-12-07 Eric AndersenStuf
1999-12-07 Eric AndersenStuf
1999-11-27 Eric AndersenFixes
1999-11-13 Eric Andersenupdates for the day
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-05 Eric AndersenMore stuff -- ready for release. 0_32
1999-11-04 Eric AndersenMore stuff.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-14 Eric AndersenFixed cp -[aR] and some other stuf.
1999-10-09 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2