aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-3/+3
* - patch from Yann E. Morin: makes modprobe understand shell patternsaldot2006-06-031-2/+7
* - cleanup memory if opening aliases failed and cleanup was requested.aldot2006-05-191-8/+9
* Avoid a memory leak pointed out by Lucas C. Villa Real.landley2006-05-181-4/+3
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-2/+2
* Modprobe update from Ignacio García Pérez, updating support for modprobe.conf.landley2006-04-101-73/+109
* - make append_option and multiconvert static.aldot2006-04-031-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t...vodz2006-02-021-54/+39
* I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS islandley2005-12-161-6/+8
* Better use of the ENABLE guards.landley2005-12-151-7/+6
* - remove warning (thanks Yann E. MORIN) and switch to ENABLE_aldot2005-12-141-15/+15
* Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it haslandley2005-12-131-1/+1
* Patch from Yann E. Morin, something to do with bugs 276 and 272.landley2005-12-121-232/+273
* Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS tolandley2005-12-121-11/+11
* Yann Morin's modprobe multiple options patch. There's more work to be done,landley2005-11-151-22/+167
* applying jim bauer's patch to eliminate modprobe's dependencypgf2005-08-041-13/+51
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-1/+1
* Patch from Egor Dudabug12004-09-241-0/+5
* Patch from Mike Castle to cleanup some modutils issues, inandersen2004-08-191-59/+33
* Only pass modprobe module params with 2.6.x kernel support.andersen2004-08-161-2/+4
* Christian Ostheimer writes:andersen2004-08-141-1/+1
* Patch from Mike Castle, dont print an empty line (patch modified by me tobug12004-08-111-9/+13
* Patch from Phil Blundellto improve substring matchbug12004-08-111-1/+4
* Willian Barsse wrotebug12004-08-111-8/+7
* William Barsse writes:andersen2004-08-031-10/+9
* Patch from Mike Snitzer <snitzer@gmail.com>:sandman2004-07-221-3/+6
* Patrick Huesmann writes:andersen2004-06-221-3/+26
* Michael Tokarev, mjt at tls dot msk dot ru writes:andersen2004-04-061-2/+4
* Michael Tokarev, mjt at tls dot msk dot ru writes:andersen2004-04-061-1/+1
* Michael Tokarev, mjt at tls dot msk dot ru writes:andersen2004-04-061-2/+2
* whitespace cleanupandersen2004-01-101-45/+50
* Woody Suwalski writes:andersen2004-01-101-0/+1
* Woody Suwalski writes:andersen2004-01-061-8/+22
* re-indentandersen2003-12-241-115/+115
* Patch from Woody Suwalski:andersen2003-12-191-0/+24
* Steven Seeger writes:andersen2003-11-141-1/+2
* Busybox modprobe has a couple of irritating quirks:bug12003-09-081-4/+33
* Fall back to looking in /lib/modules/modules.dep ifandersen2003-06-201-2/+7
* Patch from Andrew Dennison:andersen2003-06-201-13/+25
* Major coreutils update.mjn32003-03-191-18/+18
* print an error message if we can't load a modulesandman2002-12-031-2/+4
* for some baffling reason tinycc insists that i change this 0 to NULLaaronl2002-08-231-1/+1
* - updated a few copyright/left file headerssandman2002-08-051-2/+17
* Fixed a bug that I had introduced with the new "options" handling.sandman2002-07-291-7/+8
* modprobe now also uses "options" from /etc/modules.confsandman2002-07-261-55/+99
* David Frascone <dave@frascone.com> noticed two problems. First, modprobe wasandersen2002-07-021-0/+4
* Cleaned up Erik's fgets -> read patch and fixed a buffer overflowsandman2002-06-041-36/+38
* Avoid stack munching stdio implementations.andersen2002-06-041-75/+100
* Fixed a realloc bug found by Martin Volfsandman2002-06-021-3/+3