Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -7/+3 |
| | | | | -Erik | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -11/+11 |
| | |||||
* | Add missing newlines to error messages. | Matt Kraai | 2000-12-18 | 1 | -4/+4 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -4/+4 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Added insmod support for ARM, and lsmod support for older kernels, | Eric Andersen | 2000-12-06 | 1 | -0/+38 |
| | | | | | | thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Clean up output. | Matt Kraai | 2000-09-19 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>. | Eric Andersen | 2000-09-12 | 1 | -7/+7 |
| | | | | -Erik | ||||
* | MAke lsmod act just like modutils lsmod, by printing which modules use | Eric Andersen | 2000-09-10 | 1 | -0/+20 |
| | | | | | other modules, and state info like (deleted) and such. -Erik | ||||
* | lsmod now uses the query_module syscall, rather then /proc | Eric Andersen | 2000-08-21 | 1 | -10/+72 |
| | | | | -Erik | ||||
* | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 1 | -3/+0 |
| | |||||
* | Add usage messages for applets without them. | Matt Kraai | 2000-07-19 | 1 | -0/+3 |
| | |||||
* | Moved functions used by "lsmod" from cat.c to utility.c | Pavel Roskin | 2000-07-17 | 1 | -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 Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1 | Erik Andersen | 2000-03-08 | 1 | -1/+1 |
| | | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik | ||||
* | Fixed up lsmod so it works with my devmodules kernel driver, | Erik Andersen | 2000-03-08 | 1 | -4/+7 |
| | | | | | and with /proc. -Erik | ||||
* | Fix bugs related to finding PIDs. | Erik Andersen | 2000-03-07 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -2/+4 |
| | | | | -Erik | ||||
* | Added lsmod | Erik Andersen | 1999-12-15 | 1 | -0/+35 |
-Erik |