Scrub things a bit, shave off a few bytes.
[oweals/busybox.git] / modutils /
2003-01-23 Eric AndersenPatch from Jason McMullan @ linuxcare.com adding insmod
2003-01-23 Eric AndersenPatch from Artem Egorkine to support the -m option
2003-01-23 Eric AndersenPatch from Joel Vallier to add modules symbols to the...
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-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-03 Robert Grieblprint an error message if we can't load a module
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
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-09-01 Eric AndersenSome CML1 grammar fixes
2002-08-23 Aaron Lehmannfor some baffling reason tinycc insists that i change...
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-29 Robert GrieblFixed a bug that I had introduced with the new "options...
2002-07-26 Robert Grieblmodprobe now also uses "options" from /etc/modules...
2002-07-21 Robert GrieblFixed two compiler warnings
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-02 Eric AndersenDavid Frascone <dave@frascone.com> noticed two problems...
2002-06-22 Eric AndersenApply vodz' cleanup for insmod buffer overflows, which...
2002-06-18 Eric AndersenAs noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico...
2002-06-06 Eric AndersenFix buffer overflows noted by Gerardo Puga
2002-06-04 Robert GrieblCleaned up Erik's fgets -> read patch and fixed a buffe...
2002-06-04 Eric AndersenAvoid stack munching stdio implementations.
2002-06-02 Robert GrieblFixed a realloc bug found by Martin Volf
2002-05-28 Robert GrieblAdded support for /etc/modules.conf parsing
2002-05-24 Eric AndersenEnsure that insmod supports at least one MODULE_INTERFACE
2002-05-24 Eric AndersenPatch from Magnus Damm <damm@opensource.se> to rework...
2002-05-22 Robert GrieblSome cleanups, some size reductions and some buffer...
2002-05-14 Robert GrieblComplete rewrite to support stack loading/unloading...
2002-05-03 Eric AndersenPatch from Robert Griebl <griebl@gmx.de> to support...
2002-05-03 Eric AndersenMake verbose and show_only work as expected
2002-05-03 Eric AndersenPatch from Robert Griebl <griebl@gmx.de> to ignore...
2002-04-26 Eric AndersenReworked by Robert Griebl <griebl@gmx.de> to support...
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-04-12 Eric AndersenFix handling of endianness.
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2002-04-01 Miles BaderTweak my credit (ah, vanity...)
2002-04-01 Miles BaderAdd support for the NEC v850e processor.
2001-12-29 Eric AndersenSilence some silly warnings
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-14 Matt KraaiAdd support for big-endian ARM (initial patch by Mike...
2001-11-27 Matt KraaiAdd space before module name (noted by Ron Yorston).
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-11-10 Eric Andersenconfig.in features patch from Giulio Orsero <giulioo...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-22 Eric AndersenForce BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OL...
2001-08-22 Eric AndersenFix an _old_ interface problem with a never-used feature.
2001-08-06 Matt KraaiSimplified version checking.
2001-07-31 Eric AndersenSilence a silly warning
2001-07-25 Eric AndersenNote that m68k is supported
2001-07-25 Eric AndersenCleanup some warnings and a really obvious bug.
2001-07-22 Eric AndersenAn initial modproble implementation. Quite suboptimal...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-06-28 Eric AndersenFix a nasty hard to spot bug found by Ralph Siemsen...
2001-06-19 Eric AndersenFor m68k, use __mc68000__ (not __m68k__ ), since that...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-21 Eric AndersenThis patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu...
2001-05-14 Eric AndersenA compromise solution for insmod
2001-05-14 Matt KraaiFollow symbolic links when searching for modules.
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-04-26 Eric AndersenA fix from Larry for a corner case where insmod could...
2001-04-25 Eric AndersenSome more cleanups for insmod from Larry.
2001-04-24 Eric AndersenSeveral cleanups from Larry.
2001-04-13 Matt KraaiFix infinite loop and reallocate if too many modules.
2001-04-05 Eric AndersenAnother iteration -- adjust the init_module syscall...
2001-04-05 Eric Andersen*** empty log message ***
2001-04-05 Eric AndersenSome further syscall adjustments. Split the module...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-22 Eric AndersenPatch from Dirk Behme <dirk.behme@de.bosch.com> to
2001-03-19 Eric AndersenPer suggestion from Vladimir, no need to initialize...
2001-03-12 Mark WhitleyApplied patch from John Lombardo to fix OOM in insmod.
2001-03-09 Mark WhitleyApplied patch from Jeff Garzik to getopt-ify rmmod.
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-24 Eric AndersenThis patch, from Quinn Jensen <jensenq@lineo.com>,...
2001-02-24 Eric AndersenMake output match the real lsmod -- print (autoclean...
2001-02-20 Eric AndersenApply a patch from Magnus Damm <damm@opensource.se...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric AndersenPatch from Matt Kraai to fix bug #1103. I've tested it,
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenUpdate the arch-not-yet-supported msg to be more clear.
2001-01-26 Eric AndersenFix a stupid bug I introduced yesterday. Doh!
2001-01-25 Eric AndersenI just wrote 'insmod -o' to close bug#1049.
2001-01-24 Eric AndersenBug fix and small create_module cleanup from Larry...
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-24 Eric AndersenMake insmod understand (and ignore) -L, and convert...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-04 Matt KraaiFix symbol table manipulation (report and fix by Larry...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-13 Eric AndersenA couple of updates to fix some minor cross compiling...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
next