summaryrefslogtreecommitdiff
path: root/lsmod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Clean up output.Matt Kraai2000-09-191-1/+1
|
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen2000-09-121-7/+7
| | | | -Erik
* MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen2000-09-101-0/+20
| | | | | other modules, and state info like (deleted) and such. -Erik
* lsmod now uses the query_module syscall, rather then /procEric Andersen2000-08-211-10/+72
| | | | -Erik
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
|
* Add usage messages for applets without them.Matt Kraai2000-07-191-0/+3
|
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-3/+3
| | | | | Adjusted to make lsmod and sh compilable as standalone apps. Comment fixes
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen2000-03-081-1/+1
| | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik
* Fixed up lsmod so it works with my devmodules kernel driver,Erik Andersen2000-03-081-4/+7
| | | | | and with /proc. -Erik
* Fix bugs related to finding PIDs.Erik Andersen2000-03-071-3/+3
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-2/+4
| | | | -Erik
* Added lsmodErik Andersen1999-12-151-0/+35
-Erik