aboutsummaryrefslogtreecommitdiff
path: root/util-linux/umount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)vda2007-04-051-3/+7
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* umount: umount -a shouldn't stop on first failurevda2006-11-121-5/+6
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-4/+1
* whitespace cleanupvda2006-09-171-1/+1
* umount: do not try to close FILE* which is NULL.vda2006-09-141-11/+13
* The kernel can't handle umount /dev/hdc, we have to do it through mtab,landley2006-08-171-8/+14
* Fix umount so loop device disassociation hopefully doesn't screw up errno onlandley2006-08-031-16/+12
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-2/+2
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-5/+1
* Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.landley2006-03-171-35/+38
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makelandley2006-02-081-27/+28
* better check usage with options, correct show problem error message, indentvodz2005-10-101-18/+19
* Tito switched option parsing over to switch umount over to bb_getopt_ulflags().landley2005-09-241-27/+31
* When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()landley2005-08-231-1/+3
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-101-263/+107
* Tito, farmatito at tiscali dot it writes:andersen2004-08-031-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Patch from Chris Larson (kergoth), to allow multiple directores to bebug12004-02-221-7/+10
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aandersen2003-06-201-1/+3
* Major coreutils update.mjn32003-03-191-11/+10
* Change if(x)free(x); to free(x);aaronl2002-11-281-4/+2
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-7/+7
* Major rework of the directory structure and the entire build system.andersen2001-10-241-15/+14
* Teach libc5 about realpathandersen2001-08-021-0/+5
* Patch from Vladimir:andersen2001-05-151-17/+16
* Canonicalize path before trying to unmount it.kraai2001-05-021-1/+6
* Move the mtab support stuff into libbbandersen2001-04-011-4/+4
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-6/+8
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-4/+4
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-4/+4
* Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.kraai2001-01-171-4/+4
* Use busybox error handling functions wherever possible.kraai2000-12-221-3/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-4/+4
* Fix exit status on failure.kraai2000-12-061-1/+1
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-3/+6
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Use BB_FEATURE_CLEAN_UP where appropriateandersen2000-07-251-1/+4
* Extract usage information into a separate file.kraai2000-07-161-22/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-5/+3
* Always report the applet name when doing error reporting.kraai2000-07-121-1/+1
* Argh. More cross libc cleanup. Should be ok now...andersen2000-07-081-18/+5
* More cleanup on umountandersen2000-07-081-5/+17