summaryrefslogtreecommitdiff
path: root/libbb/find_root_device.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vladimir's last_patch13, containing several bugfixes.Eric Andersen2001-06-011-37/+30
|
* Make more robust (patch by Larry Doolittle).Matt Kraai2001-05-231-5/+11
|
* Patch from Vladimir:Eric Andersen2001-05-151-13/+13
| | | | | | | 1) fixed a bug that could crash df, mount, and umount applets if the root device name was longer then the word "root" (/dev/loop1 vs /dev/root) - 2) severl functions needed static declaration in the umount applet 3) update declaration for function in last_char_is() in libbb
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+85
files. Clean up the resulting damage and fix up the makefile. -Erik