aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c
AgeCommit message (Expand)Author
2007-02-08/etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...Mike Frysinger
2007-02-08touchup style; no functional changesMike Frysinger
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #6Denis Vlasenko
2006-10-27modprobe: reformat to match bbox styleDenis Vlasenko
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-10-25use skip_whitespace where appropriateDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-22Patch from Yann Morin so modprobe won't return failure if the module getsRob Landley
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