aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
AgeCommit message (Expand)Author
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
2007-11-04Announce 1.8.0Denis Vlasenko
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-24insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko
2007-09-24insmod: shorten message text; style fixesDenis Vlasenko
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko