mim: run scripts from a specification file
[oweals/busybox.git] / modutils / modprobe.c
2006-07-19 Rob LandleyPatch from Yann Morin to look for modules.conf in the...
2006-06-21 Mike FrysingerJean Wolter writes: modprobe checks, whether a module...
2006-06-14 Rob LandleyAttempt at fixing bug 836, vaguely based on patch from...
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-03 Bernhard Reutner... - patch from Yann E. Morin: makes modprobe understand...
2006-05-19 Bernhard Reutner... - cleanup memory if opening aliases failed and cleanup...
2006-05-18 Rob LandleyAvoid a memory leak pointed out by Lucas C. Villa Real.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-10 Rob LandleyModprobe update from Ignacio García Pérez, updating...
2006-04-03 Bernhard Reutner... - make append_option and multiconvert static.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-02 "Vladimir N. Oleynik"destroy bug 679, use getopt_ulflags with new feature...
2005-12-16 Rob LandleyI screwed up the last commit: if dt is null when ENABLE...
2005-12-15 Rob LandleyBetter use of the ENABLE guards.
2005-12-14 Bernhard Reutner... - remove warning (thanks Yann E. MORIN) and switch...
2005-12-13 Rob LandleyMinor fix: if(CONFIG) breaks the build when that CONFIG...
2005-12-12 Rob LandleyPatch from Yann E. Morin, something to do with bugs...
2005-12-12 Rob LandleyChange CONFIG_MODPROBE_MULTIPOLE_OPTIONS to
2005-11-15 Rob LandleyYann Morin's modprobe multiple options patch. There...
2005-08-04 Paul Foxapplying jim bauer's patch to eliminate modprobe's...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-09-24 Glenn L McGrathPatch from Egor Duda
2004-08-19 Eric AndersenPatch from Mike Castle to cleanup some modutils issues, in
2004-08-16 Eric AndersenOnly pass modprobe module params with 2.6.x kernel...
2004-08-14 Eric AndersenChristian Ostheimer writes:
2004-08-11 Glenn L McGrathPatch from Mike Castle, dont print an empty line (patch...
2004-08-11 Glenn L McGrathPatch from Phil Blundellto improve substring match
2004-08-11 Glenn L McGrathWillian Barsse wrote
2004-08-03 Eric AndersenWilliam Barsse writes:
2004-07-22 Robert GrieblPatch from Mike Snitzer <snitzer@gmail.com>:
2004-06-22 Eric AndersenPatrick Huesmann writes:
2004-04-06 Eric AndersenMichael Tokarev, mjt at tls dot msk dot ru writes:
2004-04-06 Eric AndersenMichael Tokarev, mjt at tls dot msk dot ru writes:
2004-04-06 Eric AndersenMichael Tokarev, mjt at tls dot msk dot ru writes:
2004-01-10 Eric Andersenwhitespace cleanup
2004-01-10 Eric AndersenWoody Suwalski writes:
2004-01-06 Eric AndersenWoody Suwalski writes:
2003-12-24 Eric Andersenre-indent
2003-12-19 Eric AndersenPatch from Woody Suwalski:
2003-11-14 Eric AndersenSteven Seeger writes:
2003-09-08 Glenn L McGrathBusybox modprobe has a couple of irritating quirks:
2003-06-20 Eric AndersenFall back to looking in /lib/modules/modules.dep if
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...