index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
lsmod.c
Age
Commit message (
Expand
)
Author
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-04-13
Fix infinite loop and reallocate if too many modules.
Matt Kraai
2001-04-05
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
Eric Andersen
2001-03-09
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
Eric Andersen
2001-02-24
Make output match the real lsmod -- print (autoclean) type
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-01
Apply a patch from Larry Doolittle to add "-all" and "-none" switches
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-24
more bugs fixed -- found doing regression testing
Eric Andersen
2001-01-23
#define -> static const int. Also got rid of some big static buffers.
Mark Whitley
2000-12-18
Add missing newlines to error messages.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-06
Added insmod support for ARM, and lsmod support for older kernels,
Eric Andersen
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-19
Clean up output.
Matt Kraai
2000-09-12
Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.
Eric Andersen
2000-09-10
MAke lsmod act just like modutils lsmod, by printing which modules use
Eric Andersen
2000-08-21
lsmod now uses the query_module syscall, rather then /proc
Eric Andersen
2000-07-19
Centralize handling of --help.
Matt Kraai
2000-07-19
Add usage messages for applets without them.
Matt Kraai
2000-07-17
Moved functions used by "lsmod" from cat.c to utility.c
Pavel Roskin
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-03-08
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler
Erik Andersen
2000-03-08
Fixed up lsmod so it works with my devmodules kernel driver,
Erik Andersen
2000-03-07
Fix bugs related to finding PIDs.
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
1999-12-15
Added lsmod
Erik Andersen