aboutsummaryrefslogtreecommitdiff
path: root/util-linux/umount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update files to reduce dependance on kernel version...andersen2000-07-081-10/+10
* Finish off the libc5 porting effort. Everything now works with libc5andersen2000-06-191-1/+1
* Make umount work and compile cleanly under libc5 and libc6.andersen2000-06-191-5/+16
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+5
* Add support for "noatime" and "nodiratime" mount flags to mount.erik2000-05-051-3/+21
* Remove BB_FEATURE_REMOUNT (small, and should always be present)erik2000-05-031-8/+0
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+1
* minor changes to mount/umount to support-by-ignoring the "-v" flag.erik2000-04-041-0/+2
* My latest ramblings.erik2000-03-231-0/+4
* Use the nice new find_real_root_device function to find theerik2000-03-221-6/+4
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-03-211-2/+1