Start 1.33.0 development cycle
[oweals/busybox.git] / modutils / lsmod.c
2019-05-14 Denys Vlasenkostyle fix, no code changes
2018-12-28 Denys Vlasenkoconfig: update size information
2017-08-04 Denys Vlasenkomodutils: make them NOEXEC except depmod
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-02-01 Kang-Che Sungmodutils: remove redundant "select PLATFORM_LINUX"...
2017-01-30 Denys Vlasenkomodprobe-small: fix --help texts, they are from "big...
2016-12-23 Denys Vlasenkomodprobe-small: make applets individually selectable
2016-11-23 Denys VlasenkoConvert all modutils/* applets to "new style" applet...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-11 Denys Vlasenkolsmod: fox unsafe usage of strlen() - 1
2010-10-15 Denys Vlasenkomodutils/*: move help bits into corresponding .c files
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-26 Denys Vlasenkounicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT,...
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2009-11-04 Denys Vlasenkolsmod: beautify. no code changes
2009-10-26 Tomas Heinrichlsmod: unicode-aware column formatting
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-11-02 Denis Vlasenkoinsmod: code shrink, stop exporting insmod_ng_main.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-12-26 Denis Vlasenkostyle fixes
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-15 Rob LandleyBernhard Fischer pointed out some leftover debris needi...
2006-08-03 Rob LandleyTry to make a "type-punned pointer" warning go away...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-06-06 Mike Frysingerfix from uClinux-dist for proper exit status if reading...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2006-01-03 Mike Frysingerjust use bb_xfopen()
2005-05-04 Rob LandleyTweak the "pretty lsmod for 2.6" patch to be seperately...
2005-05-03 Rob LandleyTakeharu Kato said:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-08-06 Eric AndersenSteven Scholz writes:
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-11 Eric AndersenPatch from Robert Schwebel fixing a missing \n
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2002-12-13 Tim Rikercleanup
2002-10-18 Eric AndersenFix needless formatting differences vs modutils
2002-10-12 Eric AndersenDoh! I screwed up applying vodz' patch.
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-08 Eric AndersenFix missing \n noticed by Robert Schwebel
2002-09-16 Eric AndersenSupport module tainting
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-13 Matt KraaiFix infinite loop and reallocate if too many modules.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-24 Eric AndersenMake output match the real lsmod -- print (autoclean...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Eric AndersenAdded insmod support for ARM, and lsmod support for...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-19 Matt KraaiClean up output.
2000-09-12 Eric AndersenFormatting cleanup patch from Bryan Rittmeyer <bryan...
2000-09-10 Eric AndersenMAke lsmod act just like modutils lsmod, by printing...
2000-08-21 Eric Andersenlsmod now uses the query_module syscall, rather then...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-08 Erik AndersenFixed up lsmod so it works with my devmodules kernel...
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-12-15 Erik AndersenAdded lsmod