aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* style fixes, no code changesvda2007-04-161-1/+2
* style fixes, no code changes.vda2007-04-111-2/+2
* style fixes. No code changes.vda2007-04-101-2/+2
* /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...vapier2007-02-081-4/+8
* touchup style; no functional changesvapier2007-02-081-23/+12
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #6vda2007-01-291-25/+22
* modprobe: reformat to match bbox stylevda2006-10-271-291/+291
* last nail into error_msg() (de)capitalizationvda2006-10-271-2/+2
* use skip_whitespace where appropriatevda2006-10-251-8/+4
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-2/+2
* add open_read_close() and similar stuffvda2006-10-141-30/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* Patch from Yann Morin so modprobe won't return failure if the module getslandley2006-08-221-2/+11
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-22/+13
* Patch from Yann Morin to fix bug 941, underscores in module aliases.landley2006-07-201-2/+33
* Patch from Yann Morin to look for modules.conf in the right place on 2.6.landley2006-07-191-15/+23
* Jean Wolter writes: modprobe checks, whether a module is already loaded. The ...vapier2006-06-211-1/+1
* Attempt at fixing bug 836, vaguely based on patch from somebody namedlandley2006-06-141-16/+29
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-21/+2
* - 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