Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Per suggestion from Vladimir, eliminate check_wildcard_match(), which | Eric Andersen | 2001-05-14 | 1 | -141/+0 |
| | | | | | | | | | | | was only being used by insmod these days. Also, I spent a minute adjusting insmod so that it first searches /lib/modules/`uname -r` and then (if that fails) searches /lib/modules, which makes bb insmod behave much more like the real insmod, and should avoid nasty surprises (such as the recent "Modutils vs. Busybox..." thread). -Erik | ||||
* | includes cleanup from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -0/+1 |
| | |||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+140 |
files. Clean up the resulting damage and fix up the makefile. -Erik |