aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* modprobe: reformat to match bbox styleDenis Vlasenko2006-10-271-291/+291
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-2/+2
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-8/+4
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-30/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Patch from Yann Morin so modprobe won't return failure if the module getsRob Landley2006-08-221-2/+11
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-22/+13
* Patch from Yann Morin to fix bug 941, underscores in module aliases.Rob Landley2006-07-201-2/+33
* Patch from Yann Morin to look for modules.conf in the right place on 2.6.Rob Landley2006-07-191-15/+23
* Jean Wolter writes: modprobe checks, whether a module is already loaded. The ...Mike Frysinger2006-06-211-1/+1
* Attempt at fixing bug 836, vaguely based on patch from somebody namedRob Landley2006-06-141-16/+29
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley2006-06-141-21/+2
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-3/+3
* - patch from Yann E. Morin: makes modprobe understand shell patternsBernhard Reutner-Fischer2006-06-031-2/+7
* - cleanup memory if opening aliases failed and cleanup was requested.Bernhard Reutner-Fischer2006-05-191-8/+9
* Avoid a memory leak pointed out by Lucas C. Villa Real.Rob Landley2006-05-181-4/+3
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-2/+2
* Modprobe update from Ignacio García Pérez, updating support for modprobe.conf.Rob Landley2006-04-101-73/+109
* - make append_option and multiconvert static.Bernhard Reutner-Fischer2006-04-031-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t..."Vladimir N. Oleynik"2006-02-021-54/+39
* I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS isRob Landley2005-12-161-6/+8
* Better use of the ENABLE guards.Rob Landley2005-12-151-7/+6
* - remove warning (thanks Yann E. MORIN) and switch to ENABLE_Bernhard Reutner-Fischer2005-12-141-15/+15
* Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it hasRob Landley2005-12-131-1/+1
* Patch from Yann E. Morin, something to do with bugs 276 and 272.Rob Landley2005-12-121-232/+273
* Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS toRob Landley2005-12-121-11/+11
* Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley2005-11-151-22/+167
* applying jim bauer's patch to eliminate modprobe's dependencyPaul Fox2005-08-041-13/+51
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* Patch from Egor DudaGlenn L McGrath2004-09-241-0/+5
* Patch from Mike Castle to cleanup some modutils issues, inEric Andersen2004-08-191-59/+33
* Only pass modprobe module params with 2.6.x kernel support.Eric Andersen2004-08-161-2/+4
* Christian Ostheimer writes:Eric Andersen2004-08-141-1/+1
* Patch from Mike Castle, dont print an empty line (patch modified by me toGlenn L McGrath2004-08-111-9/+13
* Patch from Phil Blundellto improve substring matchGlenn L McGrath2004-08-111-1/+4
* Willian Barsse wroteGlenn L McGrath2004-08-111-8/+7
* William Barsse writes:Eric Andersen2004-08-031-10/+9
* Patch from Mike Snitzer <snitzer@gmail.com>:Robert Griebl2004-07-221-3/+6
* Patrick Huesmann writes:Eric Andersen2004-06-221-3/+26
* Michael Tokarev, mjt at tls dot msk dot ru writes:Eric Andersen2004-04-061-2/+4
* Michael Tokarev, mjt at tls dot msk dot ru writes:Eric Andersen2004-04-061-1/+1
* Michael Tokarev, mjt at tls dot msk dot ru writes:Eric Andersen2004-04-061-2/+2
* whitespace cleanupEric Andersen2004-01-101-45/+50
* Woody Suwalski writes:Eric Andersen2004-01-101-0/+1
* Woody Suwalski writes:Eric Andersen2004-01-061-8/+22
* re-indentEric Andersen2003-12-241-115/+115
* Patch from Woody Suwalski:Eric Andersen2003-12-191-0/+24