Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / umount.c
2012-04-17 Denys Vlasenkoumount: make -d always active, add -D to suppress it
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-31 Rob Landleyumount: cleanup and code shrink
2010-10-24 Denys Vlasenkoumount: I forgot to change another PATH_MAX to 4096
2010-10-24 Denys Vlasenkoumount: do not (ab)use PATH_MAX as mntent buffer size
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-03-14 Denis Vlasenkomount: support "-O option"; stop trying to mount swap...
2009-03-03 Denis Vlasenkomodprobe: emit "can't open 'modules.dep': (errno)"...
2008-07-21 Bernhard Reutner... - fix spelling
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-26 Denis Vlasenko[u]mount: add/update dietlibc build fix
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-14 Denis Vlasenkoumount: instead of non-standard -D, use -d with opposit...
2007-12-24 Denis Vlasenkoumount: fix fallout from stack reduction change
2007-11-10 Denis Vlasenkoumount: stop using excessive aounts of stack. Surprisingly,
2007-11-10 Denis Vlasenkoreadlink: realpath requires PATH_MAX, bb_common_bufsiz1...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-06 Denis Vlasenkoumount: support (by ignoring) -i; style fixes
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-12 Denis Vlasenkoumount: umount -a shouldn't stop on first failure
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-14 Denis Vlasenkoumount: do not try to close FILE* which is NULL.
2006-08-17 Rob LandleyThe kernel can't handle umount /dev/hdc, we have to...
2006-08-03 Rob LandleyFix umount so loop device disassociation hopefully...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-03-17 Rob LandleyBug fix: umount wasn't detaching loop devices unless...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-08 Rob LandleyFix umount so it works if there's no /etc/mtab or ...
2005-10-10 "Vladimir N. Oleynik"better check usage with options, correct show problem...
2005-09-24 Rob LandleyTito switched option parsing over to switch umount...
2005-08-23 Rob LandleyWhen compiling with FEATURE_MTAB_SUPPORT disabled,...
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.
next