aboutsummaryrefslogtreecommitdiff
path: root/modutils/lsmod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+2
* preparatory patch for -Wwrite-strings #2vda2007-01-291-4/+6
* style fixesvda2006-12-261-1/+1
* style cleanup: return(a) -> return a, part 1vda2006-11-271-1/+1
* silly size savings and capitalization fixesvda2006-10-261-2/+2
* add open_read_close() and similar stuffvda2006-10-141-4/+4
* lsmod: repair indentationvda2006-09-301-31/+31
* whitespace cleanupvda2006-09-171-1/+1
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-281-8/+11
* Bernhard Fischer pointed out some leftover debris needing cleanup.landley2006-08-151-12/+0
* Try to make a "type-punned pointer" warning go away for somebody on thelandley2006-08-031-3/+2
* These should have been part of 15767 too.landley2006-08-031-20/+16
* fix from uClinux-dist for proper exit status if reading /proc/modules failedvapier2006-06-061-5/+5
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-15/+2
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-11/+13
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-2/+2
* just whitespacetimr2006-01-251-1/+1
* just use bb_xfopen()vapier2006-01-031-4/+1
* Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.landley2005-05-041-1/+2
* Takeharu Kato said:landley2005-05-031-1/+42
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Steven Scholz writes:andersen2003-08-061-1/+0
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Major coreutils update.mjn32003-03-191-5/+6
* Patch from Robert Schwebel fixing a missing \nandersen2003-01-111-0/+1
* rmmod -a removed modules recursivelytimr2002-12-141-17/+0
* cleanuptimr2002-12-131-0/+3
* Fix needless formatting differences vs modutilsandersen2002-10-181-8/+8
* Doh! I screwed up applying vodz' patch.andersen2002-10-121-1/+0
* last_patch61 from vodz:andersen2002-10-101-16/+10
* Fix missing \n noticed by Robert Schwebelandersen2002-10-081-3/+2
* Support module taintingandersen2002-09-161-2/+32
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-061-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-5/+5
* 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