aboutsummaryrefslogtreecommitdiff
path: root/modutils/lsmod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* MAke lsmod act just like modutils lsmod, by printing which modules useandersen2000-09-101-0/+20
| | | | | | | | other modules, and state info like (deleted) and such. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* lsmod now uses the query_module syscall, rather then /procandersen2000-08-211-10/+72
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Centralize handling of --help.kraai2000-07-191-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add usage messages for applets without them.kraai2000-07-191-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moved functions used by "lsmod" from cat.c to utility.cproski2000-07-171-3/+3
| | | | | | | | Adjusted to make lsmod and sh compilable as standalone apps. Comment fixes git-svn-id: svn://busybox.net/trunk/busybox@870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
| | | | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-081-1/+1
| | | | | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik git-svn-id: svn://busybox.net/trunk/busybox@401 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed up lsmod so it works with my devmodules kernel driver,erik2000-03-081-4/+7
| | | | | | | | and with /proc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@399 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bugs related to finding PIDs.erik2000-03-071-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@397 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some formatting updates (ran the code through indent)erik2000-02-081-2/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added lsmoderik1999-12-151-0/+35
-Erik git-svn-id: svn://busybox.net/trunk/busybox@235 69ca8d6d-28ef-0310-b511-8ec308f3f277