| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | style fixes, no code changes. | vda | 2007-04-11 | 1 | -2/+2 |
* | style fixes. No code changes. | vda | 2007-04-10 | 1 | -2/+2 |
* | /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul... | vapier | 2007-02-08 | 1 | -4/+8 |
* | touchup style; no functional changes | vapier | 2007-02-08 | 1 | -23/+12 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #6 | vda | 2007-01-29 | 1 | -25/+22 |
* | modprobe: reformat to match bbox style | vda | 2006-10-27 | 1 | -291/+291 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -2/+2 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -8/+4 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -2/+2 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 1 | -30/+1 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -2/+2 |
* | Patch from Yann Morin so modprobe won't return failure if the module gets | landley | 2006-08-22 | 1 | -2/+11 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -22/+13 |
* | Patch from Yann Morin to fix bug 941, underscores in module aliases. | landley | 2006-07-20 | 1 | -2/+33 |
* | Patch from Yann Morin to look for modules.conf in the right place on 2.6. | landley | 2006-07-19 | 1 | -15/+23 |
* | Jean Wolter writes: modprobe checks, whether a module is already loaded. The ... | vapier | 2006-06-21 | 1 | -1/+1 |
* | Attempt at fixing bug 836, vaguely based on patch from somebody named | landley | 2006-06-14 | 1 | -16/+29 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | landley | 2006-06-14 | 1 | -21/+2 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-03 | 1 | -3/+3 |
* | - patch from Yann E. Morin: makes modprobe understand shell patterns | aldot | 2006-06-03 | 1 | -2/+7 |
* | - cleanup memory if opening aliases failed and cleanup was requested. | aldot | 2006-05-19 | 1 | -8/+9 |
* | Avoid a memory leak pointed out by Lucas C. Villa Real. | landley | 2006-05-18 | 1 | -4/+3 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | landley | 2006-05-07 | 1 | -2/+2 |
* | Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. | landley | 2006-04-10 | 1 | -73/+109 |
* | - make append_option and multiconvert static. | aldot | 2006-04-03 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t... | vodz | 2006-02-02 | 1 | -54/+39 |
* | I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is | landley | 2005-12-16 | 1 | -6/+8 |
* | Better use of the ENABLE guards. | landley | 2005-12-15 | 1 | -7/+6 |
* | - remove warning (thanks Yann E. MORIN) and switch to ENABLE_ | aldot | 2005-12-14 | 1 | -15/+15 |
* | Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has | landley | 2005-12-13 | 1 | -1/+1 |
* | Patch from Yann E. Morin, something to do with bugs 276 and 272. | landley | 2005-12-12 | 1 | -232/+273 |
* | Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to | landley | 2005-12-12 | 1 | -11/+11 |
* | Yann Morin's modprobe multiple options patch. There's more work to be done, | landley | 2005-11-15 | 1 | -22/+167 |
* | applying jim bauer's patch to eliminate modprobe's dependency | pgf | 2005-08-04 | 1 | -13/+51 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | andersen | 2005-04-16 | 1 | -1/+1 |
* | Patch from Egor Duda | bug1 | 2004-09-24 | 1 | -0/+5 |
* | Patch from Mike Castle to cleanup some modutils issues, in | andersen | 2004-08-19 | 1 | -59/+33 |
* | Only pass modprobe module params with 2.6.x kernel support. | andersen | 2004-08-16 | 1 | -2/+4 |
* | Christian Ostheimer writes: | andersen | 2004-08-14 | 1 | -1/+1 |
* | Patch from Mike Castle, dont print an empty line (patch modified by me to | bug1 | 2004-08-11 | 1 | -9/+13 |
* | Patch from Phil Blundellto improve substring match | bug1 | 2004-08-11 | 1 | -1/+4 |
* | Willian Barsse wrote | bug1 | 2004-08-11 | 1 | -8/+7 |
* | William Barsse writes: | andersen | 2004-08-03 | 1 | -10/+9 |
* | Patch from Mike Snitzer <snitzer@gmail.com>: | sandman | 2004-07-22 | 1 | -3/+6 |
* | Patrick Huesmann writes: | andersen | 2004-06-22 | 1 | -3/+26 |