summaryrefslogtreecommitdiff
path: root/util-linux/umount.c
Commit message (Expand)AuthorAgeFilesLines
* umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2008-02-141-36/+37
* umount: fix fallout from stack reduction changeDenis Vlasenko2007-12-241-2/+2
* umount: stop using excessive aounts of stack. Surprisingly,Denis Vlasenko2007-11-101-1/+2
* readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2007-11-101-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* umount: support (by ignoring) -i; style fixesDenis Vlasenko2007-09-061-11/+16
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-051-3/+7
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* umount: umount -a shouldn't stop on first failureDenis Vlasenko2006-11-121-5/+6
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-4/+1
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* umount: do not try to close FILE* which is NULL.Denis Vlasenko2006-09-141-11/+13
* The kernel can't handle umount /dev/hdc, we have to do it through mtab,Rob Landley2006-08-171-8/+14
* Fix umount so loop device disassociation hopefully doesn't screw up errno onRob Landley2006-08-031-16/+12
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+2
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-5/+1
* Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.Rob Landley2006-03-171-35/+38
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makeRob Landley2006-02-081-27/+28
* better check usage with options, correct show problem error message, indent"Vladimir N. Oleynik"2005-10-101-18/+19
* Tito switched option parsing over to switch umount over to bb_getopt_ulflags().Rob Landley2005-09-241-27/+31
* When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()Rob Landley2005-08-231-1/+3
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-263/+107
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-08-031-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Patch from Chris Larson (kergoth), to allow multiple directores to beGlenn L McGrath2004-02-221-7/+10
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen2003-06-201-1/+3
* Major coreutils update.Manuel Novoa III2003-03-191-11/+10
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-4/+2
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-7/+7
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-15/+14
* Teach libc5 about realpathEric Andersen2001-08-021-0/+5
* Patch from Vladimir:Eric Andersen2001-05-151-17/+16
* Canonicalize path before trying to unmount it.Matt Kraai2001-05-021-1/+6
* Move the mtab support stuff into libbbEric Andersen2001-04-011-4/+4
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-6/+8
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-4/+4
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-4/+4
* Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.Matt Kraai2001-01-171-4/+4
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-3/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-4/+4
* Fix exit status on failure.Matt Kraai2000-12-061-1/+1