aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
AgeCommit message (Expand)Author
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2017-08-04modutils: make them NOEXEC except depmodDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-01cmdline module options can be disabled on "big" modutilsKang-Che Sung
2016-12-23Make INSMOD=y by defaultDenys Vlasenko
2016-12-23modprobe-small: make applets individually selectableDenys Vlasenko
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-02-02modprobe/insmod: fix parameter quotingDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-13rmmod: fix bug 263Denis Vlasenko
2008-11-22- documentation fixBernhard Reutner-Fischer
2008-11-22insmod: clarify module_name / file_name distinctionDenis Vlasenko
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko
2008-09-12Kill off bogus #error's for big endian SH targets, these work fine.Paul Mundt
2008-08-31insmod: fix detection of open failureDenis Vlasenko
2008-08-28insmod: mix xmalloc with xrealloc_vector more carefullyDenis Vlasenko
2008-08-27insmod: shrinkDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-07-18- fix compilation for mips (Brian Daniels)Bernhard Reutner-Fischer
2008-07-14insmod: users report that "|| defined(__powerpc__)" is missingDenis Vlasenko
2008-07-09- fix typo (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-08libbb: introduce and use xrealloc_vectorDenis 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-onDenis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-06-24changes in comments onlyDenis Vlasenko
2008-06-02Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko
2008-05-27- Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunateBernhard 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-27vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer
2008-05-17insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko
2008-05-16- fix compilation on x86_64Bernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-11-06telnet: use poll, it's shorterDenis Vlasenko
2007-11-06insmod: make error reporting less verboseDenis Vlasenko