aboutsummaryrefslogtreecommitdiff
path: root/umount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some bug fixes I forgot to check-in the other day.erik2000-03-131-1/+14
* Fixed rebooting when init runs as /linuxrcerik2000-02-231-0/+4
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-091-95/+97
* Some formatting updates (ran the code through indent)erik2000-02-081-141/+150
* A few minor updates. ;-)erik2000-02-071-55/+142
* mount and umount could leak loop device allocations causing the system toerik2000-01-261-52/+18
* * added (and documented) "-n" option for head -erik2000-01-231-1/+1
* * Added -o loop option for mount, and support in umount for looperik2000-01-131-8/+64
* Stufandersen1999-12-071-7/+0
* Stufandersen1999-12-071-0/+6
* Fixesandersen1999-11-271-2/+7
* updates for the dayandersen1999-11-131-1/+1
* Updates to usage, and made tar work.andersen1999-11-101-3/+3
* More stuff -- ready for release.andersen1999-11-051-4/+5
* More stuff.andersen1999-11-041-15/+53
* Fixed up copyright notices and suchandersen1999-10-201-1/+3
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1