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