Age | Commit message (Expand) | Author |
2014-04-19 | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-02-02 | modprobe/insmod: fix parameter quoting | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2010-10-16 | modutils/*: move help bits into corresponding .c files | Denys Vlasenko |
2010-10-15 | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko |
2010-10-09 | tweak help text | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-06-07 | modprobe: add support for -l and -s. Remove some unsupported options | Pascal Bellard |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-13 | rmmod: fix bug 263 | Denis Vlasenko |
2008-11-22 | - documentation fix | Bernhard Reutner-Fischer |
2008-11-22 | insmod: clarify module_name / file_name distinction | Denis Vlasenko |
2008-09-13 | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> | Denis Vlasenko |
2008-09-12 | Kill off bogus #error's for big endian SH targets, these work fine. | Paul Mundt |
2008-08-31 | insmod: fix detection of open failure | Denis Vlasenko |
2008-08-28 | insmod: mix xmalloc with xrealloc_vector more carefully | Denis Vlasenko |
2008-08-27 | insmod: shrink | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-21 | - commentary typo fix | Bernhard Reutner-Fischer |
2008-07-18 | - fix compilation for mips (Brian Daniels) | Bernhard Reutner-Fischer |
2008-07-14 | insmod: users report that "|| defined(__powerpc__)" is missing | Denis Vlasenko |
2008-07-09 | - fix typo (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2008-06-24 | changes in comments only | Denis Vlasenko |
2008-06-02 | Reinstate CONFIG_CROSS_COMPILE_PREFIX | Denis Vlasenko |
2008-05-27 | - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate | Bernhard Reutner-Fischer |
2008-05-27 | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer |
2008-05-27 | - use (uC)libc functions. Saves a dozen bytes. | Bernhard Reutner-Fischer |
2008-05-27 | vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are | Bernhard Reutner-Fischer |
2008-05-17 | insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) | Denis Vlasenko |
2008-05-16 | - fix compilation on x86_64 | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-09 | insmod: fix build warnings. By Cristian Ionescu-Idbohrn | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-11-06 | telnet: use poll, it's shorter | Denis Vlasenko |
2007-11-06 | insmod: make error reporting less verbose | Denis Vlasenko |
2007-11-04 | Announce 1.8.0 | Denis Vlasenko |
2007-11-02 | insmod: code shrink, stop exporting insmod_ng_main. | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-24 | insmod: fix help text to not show options if only 2.6 was selected | Denis Vlasenko |
2007-09-24 | insmod: shorten message text; style fixes | Denis Vlasenko |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |