aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Steven Seeger writes:Eric Andersen2003-11-141-1/+2
* Busybox modprobe has a couple of irritating quirks:Glenn L McGrath2003-09-081-4/+33
* Fall back to looking in /lib/modules/modules.dep ifEric Andersen2003-06-201-2/+7
* Patch from Andrew Dennison:Eric Andersen2003-06-201-13/+25
* Major coreutils update.Manuel Novoa III2003-03-191-18/+18
* print an error message if we can't load a moduleRobert Griebl2002-12-031-2/+4
* for some baffling reason tinycc insists that i change this 0 to NULLAaron Lehmann2002-08-231-1/+1
* - updated a few copyright/left file headersRobert Griebl2002-08-051-2/+17
* Fixed a bug that I had introduced with the new "options" handling.Robert Griebl2002-07-291-7/+8
* modprobe now also uses "options" from /etc/modules.confRobert Griebl2002-07-261-55/+99
* David Frascone <dave@frascone.com> noticed two problems. First, modprobe wasEric Andersen2002-07-021-0/+4
* Cleaned up Erik's fgets -> read patch and fixed a buffer overflowRobert Griebl2002-06-041-36/+38
* Avoid stack munching stdio implementations.Eric Andersen2002-06-041-75/+100