Age | Commit message (Expand) | Author |
2006-05-18 | Avoid a memory leak pointed out by Lucas C. Villa Real. | Rob Landley |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-04-10 | Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. | Rob Landley |
2006-04-03 | - make append_option and multiconvert static. | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-02-02 | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t... | "Vladimir N. Oleynik" |
2005-12-16 | I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is | Rob Landley |
2005-12-15 | Better use of the ENABLE guards. | Rob Landley |
2005-12-14 | - remove warning (thanks Yann E. MORIN) and switch to ENABLE_ | Bernhard Reutner-Fischer |
2005-12-13 | Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has | Rob Landley |
2005-12-12 | Patch from Yann E. Morin, something to do with bugs 276 and 272. | Rob Landley |
2005-12-12 | Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to | Rob Landley |
2005-11-15 | Yann Morin's modprobe multiple options patch. There's more work to be done, | Rob Landley |
2005-08-04 | applying jim bauer's patch to eliminate modprobe's dependency | Paul Fox |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2004-09-24 | Patch from Egor Duda | Glenn L McGrath |
2004-08-19 | Patch from Mike Castle to cleanup some modutils issues, in | Eric Andersen |
2004-08-16 | Only pass modprobe module params with 2.6.x kernel support. | Eric Andersen |
2004-08-14 | Christian Ostheimer writes: | Eric Andersen |
2004-08-11 | Patch from Mike Castle, dont print an empty line (patch modified by me to | Glenn L McGrath |
2004-08-11 | Patch from Phil Blundellto improve substring match | Glenn L McGrath |
2004-08-11 | Willian Barsse wrote | Glenn L McGrath |
2004-08-03 | William Barsse writes: | Eric Andersen |
2004-07-22 | Patch from Mike Snitzer <snitzer@gmail.com>: | Robert Griebl |
2004-06-22 | Patrick Huesmann writes: | Eric Andersen |
2004-04-06 | Michael Tokarev, mjt at tls dot msk dot ru writes: | Eric Andersen |
2004-04-06 | Michael Tokarev, mjt at tls dot msk dot ru writes: | Eric Andersen |
2004-04-06 | Michael Tokarev, mjt at tls dot msk dot ru writes: | Eric Andersen |
2004-01-10 | whitespace cleanup | Eric Andersen |
2004-01-10 | Woody Suwalski writes: | Eric Andersen |
2004-01-06 | Woody Suwalski writes: | Eric Andersen |
2003-12-24 | re-indent | Eric Andersen |
2003-12-19 | Patch from Woody Suwalski: | Eric Andersen |
2003-11-14 | Steven Seeger writes: | Eric Andersen |
2003-09-08 | Busybox modprobe has a couple of irritating quirks: | Glenn L McGrath |
2003-06-20 | Fall back to looking in /lib/modules/modules.dep if | Eric Andersen |
2003-06-20 | Patch from Andrew Dennison: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-03 | print an error message if we can't load a module | Robert Griebl |
2002-08-23 | for some baffling reason tinycc insists that i change this 0 to NULL | Aaron Lehmann |
2002-08-05 | - updated a few copyright/left file headers | Robert Griebl |
2002-07-29 | Fixed a bug that I had introduced with the new "options" handling. | Robert Griebl |
2002-07-26 | modprobe now also uses "options" from /etc/modules.conf | Robert Griebl |
2002-07-02 | David Frascone <dave@frascone.com> noticed two problems. First, modprobe was | Eric Andersen |
2002-06-04 | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | Robert Griebl |
2002-06-04 | Avoid stack munching stdio implementations. | Eric Andersen |
2002-06-02 | Fixed a realloc bug found by Martin Volf | Robert Griebl |
2002-05-28 | Added support for /etc/modules.conf parsing | Robert Griebl |
2002-05-22 | Some cleanups, some size reductions and some buffer overflow checks | Robert Griebl |
2002-05-14 | Complete rewrite to support stack loading/unloading with proper | Robert Griebl |