summaryrefslogtreecommitdiff
path: root/util-linux/umount.c
Commit message (Expand)AuthorAgeFilesLines
...
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-3/+6
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen2000-07-251-1/+4
* Extract usage information into a separate file.Matt Kraai2000-07-161-22/+0
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-5/+3
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-1/+1
* Argh. More cross libc cleanup. Should be ok now...Eric Andersen2000-07-081-18/+5
* More cleanup on umountEric Andersen2000-07-081-5/+17
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-10/+10
* Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen2000-06-191-1/+1
* Make umount work and compile cleanly under libc5 and libc6.Eric Andersen2000-06-191-5/+16
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+5
* Add support for "noatime" and "nodiratime" mount flags to mount.Erik Andersen2000-05-051-3/+21
* Remove BB_FEATURE_REMOUNT (small, and should always be present)Erik Andersen2000-05-031-8/+0
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
* minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen2000-04-041-0/+2
* My latest ramblings.Erik Andersen2000-03-231-0/+4
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-221-6/+4
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-2/+1
* Some bug fixes I forgot to check-in the other day.Erik Andersen2000-03-131-1/+14
* Fixed rebooting when init runs as /linuxrcErik Andersen2000-02-231-0/+4
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-091-95/+97
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-141/+150
* A few minor updates. ;-)Erik Andersen2000-02-071-55/+142
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-261-52/+18
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-1/+1
* * Added -o loop option for mount, and support in umount for loopErik Andersen2000-01-131-8/+64
* StufEric Andersen1999-12-071-7/+0
* StufEric Andersen1999-12-071-0/+6
* FixesEric Andersen1999-11-271-2/+7
* updates for the dayEric Andersen1999-11-131-1/+1
* Updates to usage, and made tar work.Eric Andersen1999-11-101-3/+3
* More stuff -- ready for release.0_32Eric Andersen1999-11-051-4/+5
* More stuff.Eric Andersen1999-11-041-15/+53
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
* More stuff.Eric Andersen1999-10-181-4/+2
* More fixesEric Andersen1999-10-181-2/+5
* Fixed cp -[aR] and some other stuf.Eric Andersen1999-10-141-4/+4
* More stuff.Eric Andersen1999-10-091-118/+78
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+135