aboutsummaryrefslogtreecommitdiff
path: root/libbb/check_wildcard_match.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Per suggestion from Vladimir, eliminate check_wildcard_match(), whichEric Andersen2001-05-141-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 GarzikEric Andersen2001-03-231-0/+1
|
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+140
files. Clean up the resulting damage and fix up the makefile. -Erik