aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c
AgeCommit message (Expand)Author
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-20Patch from Yann Morin to fix bug 941, underscores in module aliases.Rob Landley
2006-07-19Patch from Yann Morin to look for modules.conf in the right place on 2.6.Rob Landley
2006-06-21Jean Wolter writes: modprobe checks, whether a module is already loaded. The ...Mike Frysinger
2006-06-14Attempt at fixing bug 836, vaguely based on patch from somebody namedRob Landley
2006-06-14Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-06-03- patch from Yann E. Morin: makes modprobe understand shell patternsBernhard Reutner-Fischer
2006-05-19- cleanup memory if opening aliases failed and cleanup was requested.Bernhard Reutner-Fischer
2006-05-18Avoid a memory leak pointed out by Lucas C. Villa Real.Rob Landley
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-04-10Modprobe 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-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-02-02destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t..."Vladimir N. Oleynik"
2005-12-16I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS isRob Landley
2005-12-15Better 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-13Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it hasRob Landley
2005-12-12Patch from Yann E. Morin, something to do with bugs 276 and 272.Rob Landley
2005-12-12Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS toRob Landley
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley
2005-08-04applying jim bauer's patch to eliminate modprobe's dependencyPaul Fox
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-09-24Patch from Egor DudaGlenn L McGrath
2004-08-19Patch from Mike Castle to cleanup some modutils issues, inEric Andersen
2004-08-16Only pass modprobe module params with 2.6.x kernel support.Eric Andersen
2004-08-14Christian Ostheimer writes:Eric Andersen
2004-08-11Patch from Mike Castle, dont print an empty line (patch modified by me toGlenn L McGrath
2004-08-11Patch from Phil Blundellto improve substring matchGlenn L McGrath
2004-08-11Willian Barsse wroteGlenn L McGrath
2004-08-03William Barsse writes:Eric Andersen
2004-07-22Patch from Mike Snitzer <snitzer@gmail.com>:Robert Griebl
2004-06-22Patrick Huesmann writes:Eric Andersen
2004-04-06Michael Tokarev, mjt at tls dot msk dot ru writes:Eric Andersen
2004-04-06Michael Tokarev, mjt at tls dot msk dot ru writes:Eric Andersen
2004-04-06Michael Tokarev, mjt at tls dot msk dot ru writes:Eric Andersen
2004-01-10whitespace cleanupEric Andersen
2004-01-10Woody Suwalski writes:Eric Andersen
2004-01-06Woody Suwalski writes:Eric Andersen
2003-12-24re-indentEric Andersen
2003-12-19Patch from Woody Suwalski:Eric Andersen
2003-11-14Steven Seeger writes:Eric Andersen
2003-09-08Busybox modprobe has a couple of irritating quirks:Glenn L McGrath
2003-06-20Fall back to looking in /lib/modules/modules.dep ifEric Andersen
2003-06-20Patch from Andrew Dennison:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-03print an error message if we can't load a moduleRobert Griebl
2002-08-23for some baffling reason tinycc insists that i change this 0 to NULLAaron Lehmann