aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* modutils: make them NOEXEC except depmodDenys Vlasenko2017-08-041-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* cmdline module options can be disabled on "big" modutilsKang-Che Sung2017-02-011-3/+3
* Make INSMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-2/+3
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-191-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-021-1/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-0/+2
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-0/+2
* tweak help textDenys Vlasenko2010-10-091-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-0/+22
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* rmmod: fix bug 263Denis Vlasenko2009-04-131-1/+1
* - documentation fixBernhard Reutner-Fischer2008-11-221-1/+1
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-221-1/+9
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-4258/+13
* Kill off bogus #error's for big endian SH targets, these work fine.Paul Mundt2008-09-121-9/+0
* insmod: fix detection of open failureDenis Vlasenko2008-08-311-1/+1
* insmod: mix xmalloc with xrealloc_vector more carefullyDenis Vlasenko2008-08-281-37/+52
* insmod: shrinkDenis Vlasenko2008-08-271-18/+13
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-3/+3
* - commentary typo fixBernhard Reutner-Fischer2008-07-211-1/+1
* - fix compilation for mips (Brian Daniels)Bernhard Reutner-Fischer2008-07-181-1/+1
* insmod: users report that "|| defined(__powerpc__)" is missingDenis Vlasenko2008-07-141-1/+2
* - fix typo (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-091-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-4/+6
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-5/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* changes in comments onlyDenis Vlasenko2008-06-241-5/+8
* Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko2008-06-021-4/+4
* - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunateBernhard Reutner-Fischer2008-05-271-1/+2
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-271-5/+3
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-271-2/+7
* vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer2008-05-271-7/+7
* insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko2008-05-171-0/+1
* - fix compilation on x86_64Bernhard Reutner-Fischer2008-05-161-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-7/+8
* insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko2008-05-091-1/+10
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-0/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-11/+12
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-1/+2
* insmod: make error reporting less verboseDenis Vlasenko2007-11-061-2/+2