*: suppress ~60% of "aliased warnings" on gcc-4.4.1
[oweals/busybox.git] / modutils / modprobe.c
2003-06-20 Eric AndersenPatch from Andrew Dennison:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-03 Robert Grieblprint an error message if we can't load a module
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-02 Eric AndersenDavid Frascone <dave@frascone.com> noticed two problems...
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-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-04-26 Eric AndersenReworked by Robert Griebl <griebl@gmx.de> to support...
2001-11-27 Matt KraaiAdd space before module name (noted by Ron Yorston).
2001-07-25 Eric AndersenCleanup some warnings and a really obvious bug.
2001-07-22 Eric AndersenAn initial modproble implementation. Quite suboptimal...