summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01Make INSMOD=y by defaultDenys Vlasenko1-1/+1
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko9-118/+119
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko5-39/+35
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-02-01modprobe/insmod: fix parameter quotingDenys Vlasenko4-10/+28
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-15modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-10-09tweak help textDenys Vlasenko4-4/+5
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard6-166/+194
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-13rmmod: fix bug 263Denis Vlasenko4-7/+13
2008-11-22- documentation fixBernhard Reutner-Fischer1-1/+1
2008-11-22insmod: clarify module_name / file_name distinctionDenis Vlasenko4-11/+23
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko12-5745/+4698
2008-09-12Kill off bogus #error's for big endian SH targets, these work fine.Paul Mundt1-9/+0
2008-08-31insmod: fix detection of open failureDenis Vlasenko1-1/+1
2008-08-28insmod: mix xmalloc with xrealloc_vector more carefullyDenis Vlasenko1-37/+52
2008-08-27insmod: shrinkDenis Vlasenko2-20/+16
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-21- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-07-18- fix compilation for mips (Brian Daniels)Bernhard Reutner-Fischer1-1/+1
2008-07-14insmod: users report that "|| defined(__powerpc__)" is missingDenis Vlasenko1-1/+2
2008-07-09- fix typo (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer1-1/+1
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-06-24changes in comments onlyDenis Vlasenko2-7/+10
2008-06-02Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko4-24/+61
2008-05-27- Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunateBernhard Reutner-Fischer1-1/+2
2008-05-27- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer4-22/+31
2008-05-27- use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2-5/+16
2008-05-27vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer1-7/+7
2008-05-17insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko1-0/+1
2008-05-16- fix compilation on x86_64Bernhard Reutner-Fischer1-1/+1
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko1-1/+10
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-06telnet: use poll, it's shorterDenis Vlasenko5-81/+80
2007-11-06insmod: make error reporting less verboseDenis Vlasenko1-2/+2
2007-11-04Announce 1.8.0Denis Vlasenko7-23/+132
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko4-381/+313
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-24insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2-4/+7
2007-09-24insmod: shorten message text; style fixesDenis Vlasenko1-7/+7
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko13-62/+66
[next]