Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug where mount could check the wrong device. st_rdev is the correct | Eric Andersen | 2004-01-13 | 1 | -2/+5 |
| | | | | | | | device ID iff the named file is a character or block special device. Otherwise it is meaningless junk, in which case st_dev should be used. This was done incorrectly, which could cause mount to display bogus mount info. -Erik | ||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -3/+1 |
| | |||||
* | Don't shadow a paramater | Eric Andersen | 2003-06-20 | 1 | -3/+3 |
| | |||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 1 | -4/+7 |
| | |||||
* | Vodz, last_patch_86 | Glenn L McGrath | 2003-05-26 | 1 | -5/+2 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Vladimir's last_patch13, containing several bugfixes. | Eric Andersen | 2001-06-01 | 1 | -37/+30 |
| | |||||
* | Make more robust (patch by Larry Doolittle). | Matt Kraai | 2001-05-23 | 1 | -5/+11 |
| | |||||
* | Patch from Vladimir: | Eric Andersen | 2001-05-15 | 1 | -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 .c | Eric Andersen | 2001-03-16 | 1 | -0/+85 |
files. Clean up the resulting damage and fix up the makefile. -Erik |