Bump to version 1.22.1
[platform/upstream/busybox.git] / modutils / modprobe.c
2013-07-30 Denys VlasenkoWhitespace fixes
2012-01-31 Felipe Contrerasmodprobe: accept -b even if blacklist functionality...
2011-06-20 Timo Terasmodprobe: use hash table. speeds up significantly if...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-02-15 Denys Vlasenkomodprobe: fix "modprobe -l name-with-dash"
2011-02-02 Denys Vlasenkowhitespace fixes
2011-02-01 Denys Vlasenkomodprobe/insmod: fix parameter quoting
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-12-28 Serj Kalichevmodprobe: add -D option (synonym of --show-depends)
2010-12-26 Serj Kalichevmodprobe: add support for --show-depends
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-09 Lauri KasanenModprobe: Make -l open the right file
2010-06-06 Pascal Bellardmodprobe: add support for -l and -s. Remove some unsupp...
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-03 Denys Vlasenkomodprobe: remove 2k limit on /proc/cmdline
2010-02-27 Denys Vlasenkomodprobe: pick up module options from /proc/cmdline too
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-26 Denys Vlasenkomodprobe: protect against possible SEGV
2010-01-10 Denys Vlasenkomodprobe: it's not an error if module is already loaded...
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-08-14 Denys Vlasenkomodprobe: treat tabs in modules.dep as delimiters too...
2009-06-17 Denys Vlasenkomodprobe: do not use ->probed_name blidly
2009-06-17 Denys Vlasenkomodprobe: correct exitcode handling and error messages...
2009-05-28 Denys Vlasenkomodprobe: fix more bugs in modprobe -r
2009-05-26 Denys Vlasenkomodprobe: fix modprobe -r. closes bug 315
2009-05-06 Mike Frysingermodprobe: add comment about expected modules.dep format
2009-05-06 Mike Frysingermodprobe: add more useful debug points
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-06 Denis Vlasenkofurther work on modprobe
2009-03-05 Denis Vlasenkomodprobe: rework/speedup by Timo Teras (timo.teras...
2009-03-03 Denis Vlasenkomodprobe: emit "can't open 'modules.dep': (errno)"...
2008-12-24 Denis Vlasenko*: tweak error messages
2008-10-31 Denis Vlasenkomodprobe: fix a segfault when modprobe is called with...
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-08-06 Denis Vlasenkomodprobe: semi-trivial code shrink
2008-08-04 Denis Vlasenkomodprobe: use buffering line reads (fgets) instead...
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-29 Denis Vlasenkomodprobe: support for /etc/modprobe.d, by Timo Teras.
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-06-22 Denis Vlasenkomdoprobe: fix SEGV bug (by Vlad Dronnikov)
2008-06-16 Denis Vlasenkowhitespace and comment fixes, no code changes
2008-05-31 Bernhard Reutner... - shrink modprobe a little bit (~-40 bytes). ACKed...
2008-05-28 Bernhard Reutner... - fix overflow; improve documentation while at it
2008-05-27 Bernhard Reutner... - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT...
2008-05-22 Denis Vlasenkomodprobe: fix for blacklisting
2008-05-18 Denis Vlasenkomodprobe: optional "blacklist" command support (by...
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-11-10 Denis Vlasenko*: remove superfluous "?" in option parsing
2007-11-06 Denis Vlasenkomodprobe: fix a bug where we were entering endless...
2007-11-02 Denis Vlasenkoinsmod: code shrink, stop exporting insmod_ng_main.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkomodprobe: add scanning of /lib/modules/`uname -r`/modul...
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-02-08 Mike Frysinger/etc/modules.conf is a 2.6.x file while /etc/modules...
2007-02-08 Mike Frysingertouchup style; no functional changes
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2006-10-27 Denis Vlasenkomodprobe: reformat to match bbox style
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-22 Rob LandleyPatch from Yann Morin so modprobe won't return failure...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-20 Rob LandleyPatch from Yann Morin to fix bug 941, underscores in...
2006-07-19 Rob LandleyPatch from Yann Morin to look for modules.conf in the...
2006-06-21 Mike FrysingerJean Wolter writes: modprobe checks, whether a module...
2006-06-14 Rob LandleyAttempt at fixing bug 836, vaguely based on patch from...
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-03 Bernhard Reutner... - patch from Yann E. Morin: makes modprobe understand...
2006-05-19 Bernhard Reutner... - cleanup memory if opening aliases failed and cleanup...
2006-05-18 Rob LandleyAvoid a memory leak pointed out by Lucas C. Villa Real.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-10 Rob LandleyModprobe update from Ignacio García Pérez, updating...
2006-04-03 Bernhard Reutner... - make append_option and multiconvert static.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-02 "Vladimir N. Oleynik"destroy bug 679, use getopt_ulflags with new feature...
2005-12-16 Rob LandleyI screwed up the last commit: if dt is null when ENABLE...
2005-12-15 Rob LandleyBetter use of the ENABLE guards.
2005-12-14 Bernhard Reutner... - remove warning (thanks Yann E. MORIN) and switch...
2005-12-13 Rob LandleyMinor fix: if(CONFIG) breaks the build when that CONFIG...
2005-12-12 Rob LandleyPatch from Yann E. Morin, something to do with bugs...
2005-12-12 Rob LandleyChange CONFIG_MODPROBE_MULTIPOLE_OPTIONS to
2005-11-15 Rob LandleyYann Morin's modprobe multiple options patch. There...
2005-08-04 Paul Foxapplying jim bauer's patch to eliminate modprobe's...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-09-24 Glenn L McGrathPatch from Egor Duda
2004-08-19 Eric AndersenPatch from Mike Castle to cleanup some modutils issues, in
2004-08-16 Eric AndersenOnly pass modprobe module params with 2.6.x kernel...
2004-08-14 Eric AndersenChristian Ostheimer writes:
next