| Commit message (Expand) | Author | Age | Files | Lines |
* | post-1.14.0 fixes | Denys Vlasenko | 2009-05-27 | 1 | -2/+4 |
* | further work on modprobe | Denis Vlasenko | 2009-03-06 | 1 | -74/+110 |
* | modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) | Denis Vlasenko | 2009-03-05 | 1 | -145/+217 |
* | modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" | Denis Vlasenko | 2009-03-03 | 1 | -13/+14 |
* | *: tweak error messages | Denis Vlasenko | 2008-12-24 | 1 | -2/+2 |
* | modprobe: fix a segfault when modprobe is called with no arguments at all | Denis Vlasenko | 2008-10-31 | 1 | -24/+28 |
* | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> | Denis Vlasenko | 2008-09-13 | 1 | -885/+218 |
* | modprobe: semi-trivial code shrink | Denis Vlasenko | 2008-08-06 | 1 | -52/+47 |
* | modprobe: use buffering line reads (fgets) instead of reads(). | Denis Vlasenko | 2008-08-04 | 1 | -19/+20 |
* | hush: add #defines to switch off break/continue if loops are not supported | Denis Vlasenko | 2008-07-29 | 1 | -1/+1 |
* | modprobe: support for /etc/modprobe.d, by Timo Teras. | Denis Vlasenko | 2008-07-29 | 1 | -63/+106 |
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 1 | -4/+2 |
* | mdoprobe: fix SEGV bug (by Vlad Dronnikov) | Denis Vlasenko | 2008-06-22 | 1 | -3/+1 |
* | whitespace and comment fixes, no code changes | Denis Vlasenko | 2008-06-16 | 1 | -3/+3 |
* | - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. | Bernhard Reutner-Fischer | 2008-05-31 | 1 | -8/+5 |
* | - fix overflow; improve documentation while at it | Bernhard Reutner-Fischer | 2008-05-28 | 1 | -9/+9 |
* | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -8/+8 |
* | modprobe: fix for blacklisting | Denis Vlasenko | 2008-05-22 | 1 | -4/+5 |
* | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko | 2008-05-18 | 1 | -5/+26 |
* | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko | 2007-12-26 | 1 | -4/+1 |
* | *: remove superfluous "?" in option parsing | Denis Vlasenko | 2007-11-10 | 1 | -1/+1 |
* | modprobe: fix a bug where we were entering endless loop | Denis Vlasenko | 2007-11-06 | 1 | -1/+1 |
* | insmod: code shrink, stop exporting insmod_ng_main. | Denis Vlasenko | 2007-11-02 | 1 | -136/+134 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -2/+2 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols | Denis Vlasenko | 2007-08-16 | 1 | -1/+16 |
* | introduce and use bb_basename() | Denis Vlasenko | 2007-06-30 | 1 | -15/+6 |
* | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | 2007-06-13 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | style fixes, no code changes. | Denis Vlasenko | 2007-04-11 | 1 | -2/+2 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 1 | -2/+2 |
* | /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul... | Mike Frysinger | 2007-02-08 | 1 | -4/+8 |
* | touchup style; no functional changes | Mike Frysinger | 2007-02-08 | 1 | -23/+12 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | 2007-01-29 | 1 | -25/+22 |
* | modprobe: reformat to match bbox style | Denis Vlasenko | 2006-10-27 | 1 | -291/+291 |
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 1 | -2/+2 |
* | use skip_whitespace where appropriate | Denis Vlasenko | 2006-10-25 | 1 | -8/+4 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -2/+2 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -30/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | Patch from Yann Morin so modprobe won't return failure if the module gets | Rob Landley | 2006-08-22 | 1 | -2/+11 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -22/+13 |
* | Patch from Yann Morin to fix bug 941, underscores in module aliases. | Rob Landley | 2006-07-20 | 1 | -2/+33 |
* | Patch from Yann Morin to look for modules.conf in the right place on 2.6. | Rob Landley | 2006-07-19 | 1 | -15/+23 |
* | Jean Wolter writes: modprobe checks, whether a module is already loaded. The ... | Mike Frysinger | 2006-06-21 | 1 | -1/+1 |
* | Attempt at fixing bug 836, vaguely based on patch from somebody named | Rob Landley | 2006-06-14 | 1 | -16/+29 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | Rob Landley | 2006-06-14 | 1 | -21/+2 |