summaryrefslogtreecommitdiff
path: root/modutils/lsmod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Steven Scholz writes:Eric Andersen2003-08-061-1/+0
| | | | | | | | | | | | | | the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too much when using CONFIG_FEATURE_CHECK_TAINTED_MODULE: ~ # lsmod Module Size Used by Tainted: P ds 8364 1 m8xx_pcmcia 5388 1 pcmcia_core 40736 0 [ds m8xx_pcmcia] and this patch from Steven fixes the problem
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-5/+6
|
* Patch from Robert Schwebel fixing a missing \nEric Andersen2003-01-111-0/+1
|
* rmmod -a removed modules recursivelyTim Riker2002-12-141-17/+0
|
* cleanupTim Riker2002-12-131-0/+3
|
* Fix needless formatting differences vs modutilsEric Andersen2002-10-181-8/+8
|
* Doh! I screwed up applying vodz' patch.Eric Andersen2002-10-121-1/+0
| | | | -Erik
* last_patch61 from vodz:Eric Andersen2002-10-101-16/+10
| | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in.
* Fix missing \n noticed by Robert SchwebelEric Andersen2002-10-081-3/+2
|
* Support module taintingEric Andersen2002-09-161-2/+32
| | | | -Erik
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen2002-04-061-1/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-5/+5
| | | | -Erik
* Fix infinite loop and reallocate if too many modules.Matt Kraai2001-04-131-8/+22
|
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-2/+1
| | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
| | | | | warnings with glibc 2.2 and use always use xfopen -Erik
* Make output match the real lsmod -- print (autoclean) typeEric Andersen2001-02-241-6/+6
| | | | | stuff first not last. -Erik
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen2001-02-011-4/+0
| | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-7/+3
| | | | -Erik
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-11/+11
|
* Add missing newlines to error messages.Matt Kraai2000-12-181-4/+4
|
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-4/+4
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen2000-12-061-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 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