aboutsummaryrefslogtreecommitdiff
path: root/lsmod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop and reallocate if too many modules.kraai2001-04-131-8/+22
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-2/+1
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+1
* Make output match the real lsmod -- print (autoclean) typeandersen2001-02-241-6/+6
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-011-4/+0
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* more bugs fixed -- found doing regression testingandersen2001-01-241-7/+3
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-11/+11
* Add missing newlines to error messages.kraai2000-12-181-4/+4
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-4/+4
* Added insmod support for ARM, and lsmod support for older kernels,andersen2000-12-061-0/+38
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Clean up output.kraai2000-09-191-1/+1
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.andersen2000-09-121-7/+7
* MAke lsmod act just like modutils lsmod, by printing which modules useandersen2000-09-101-0/+20
* lsmod now uses the query_module syscall, rather then /procandersen2000-08-211-10/+72
* Centralize handling of --help.kraai2000-07-191-3/+0
* Add usage messages for applets without them.kraai2000-07-191-0/+3
* Moved functions used by "lsmod" from cat.c to utility.cproski2000-07-171-3/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+1
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-081-1/+1
* Fixed up lsmod so it works with my devmodules kernel driver,erik2000-03-081-4/+7
* Fix bugs related to finding PIDs.erik2000-03-071-3/+3
* Some formatting updates (ran the code through indent)erik2000-02-081-2/+4
* Added lsmoderik1999-12-151-0/+35