aboutsummaryrefslogtreecommitdiff
path: root/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.andersen2000-06-071-14/+13
* "mount" now reports errors from nfsmount() and assumes NFS mountproski2000-06-061-4/+7
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-7/+11
* Add support for "noatime" and "nodiratime" mount flags to mount.erik2000-05-051-13/+19
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-0/+3
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-131-2/+0
* minor changes to mount/umount to support-by-ignoring the "-v" flag.erik2000-04-041-0/+1
* My latest ramblings.erik2000-03-231-0/+4
* Use the nice new find_real_root_device function to find theerik2000-03-221-11/+2
* Some bug fixes I forgot to check-in the other day.erik2000-03-131-2/+1
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-081-3/+3
* Wrote killall.erik2000-03-071-7/+79
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-091-27/+27
* Some formatting updates (ran the code through indent)erik2000-02-081-283/+298
* Clear up some ambiguity with old style assignments.erik2000-01-291-2/+2
* Shuffle location of generic code into utility.cerik2000-01-261-71/+0
* mount and umount could leak loop device allocations causing the system toerik2000-01-261-76/+89
* * added (and documented) "-n" option for head -erik2000-01-231-28/+26
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-151-1/+3
* * Added -o loop option for mount, and support in umount for looperik2000-01-131-14/+125
* The latest and greatest. init basically works, though needserik2000-01-051-0/+12
* Stufandersen1999-12-051-1/+4
* Updatesandersen1999-11-151-14/+21
* Updates to usage, and made tar work.andersen1999-11-101-12/+9
* Fixed ln, df, and removed redundant stuff from mtab.andersen1999-11-061-3/+2
* More stuff.andersen1999-11-041-15/+56
* Stufandersen1999-11-041-10/+15
* Fixed up copyright notices and suchandersen1999-10-201-3/+7
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1
* More stuffandersen1999-10-161-2/+11
* Fixed cp -[aR] and some other stuf.andersen1999-10-141-9/+9
* Finally mount works properly. Made debugging work (no more -s ld flagandersen1999-10-081-39/+48
* more stuffandersen1999-10-071-381/+223
* Initial revisionandersen1999-10-051-0/+430