summaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.12.1 patches, bump version to 1.12.21_12_2Denis Vlasenko2008-11-091-4/+4
* modprobe: semi-trivial code shrinkDenis Vlasenko2008-08-061-52/+47
* modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko2008-08-041-19/+20
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-1/+1
* modprobe: support for /etc/modprobe.d, by Timo Teras.Denis Vlasenko2008-07-291-63/+106
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-4/+2
* mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko2008-06-221-3/+1
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-3/+3
* - shrink modprobe a little bit (~-40 bytes). ACKed by Yann.Bernhard Reutner-Fischer2008-05-311-8/+5
* - fix overflow; improve documentation while at itBernhard Reutner-Fischer2008-05-281-9/+9
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-271-8/+8
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-181-5/+26
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-4/+1
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-101-1/+1
* modprobe: fix a bug where we were entering endless loopDenis Vlasenko2007-11-061-1/+1
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-021-136/+134
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* modprobe: add scanning of /lib/modules/`uname -r`/modules.symbolsDenis Vlasenko2007-08-161-1/+16
* introduce and use bb_basename()Denis Vlasenko2007-06-301-15/+6
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* style fixes, no code changes.Denis Vlasenko2007-04-111-2/+2
* style fixes. No code changes.Denis Vlasenko2007-04-101-2/+2
* /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...Mike Frysinger2007-02-081-4/+8
* touchup style; no functional changesMike Frysinger2007-02-081-23/+12
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-291-25/+22
* 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