aboutsummaryrefslogtreecommitdiff
path: root/util-linux/umount.c
AgeCommit message (Expand)Author
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-03-14mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko
2009-03-03modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko
2008-07-21- fix spellingBernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-26[u]mount: add/update dietlibc build fixDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-14umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko
2007-12-24umount: fix fallout from stack reduction changeDenis Vlasenko
2007-11-10umount: stop using excessive aounts of stack. Surprisingly,Denis Vlasenko
2007-11-10readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-06umount: support (by ignoring) -i; style fixesDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-05[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-12umount: umount -a shouldn't stop on first failureDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-14umount: do not try to close FILE* which is NULL.Denis Vlasenko
2006-08-17The kernel can't handle umount /dev/hdc, we have to do it through mtab,Rob Landley
2006-08-03Fix umount so loop device disassociation hopefully doesn't screw up errno onRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley
2006-03-17Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-02-08Fix umount so it works if there's no /etc/mtab or /proc/mounts, makeRob Landley
2005-10-10better check usage with options, correct show problem error message, indent"Vladimir N. Oleynik"
2005-09-24Tito switched option parsing over to switch umount over to bb_getopt_ulflags().Rob Landley
2005-08-23When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()Rob Landley
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley
2004-08-03Tito, farmatito at tiscali dot it writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-22Patch from Chris Larson (kergoth), to allow multiple directores to beGlenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-06-20Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-02Teach libc5 about realpathEric Andersen
2001-05-15Patch from Vladimir:Eric Andersen
2001-05-02Canonicalize path before trying to unmount it.Matt Kraai
2001-04-01Move the mtab support stuff into libbbEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen