aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-1/+1
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-021-239/+172
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-4/+4
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-1/+1
* insmod: shorten message text; style fixesDenis Vlasenko2007-09-241-7/+7
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-4/+6
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-3/+5
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-3/+4
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-11/+6
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-4/+4
* style fixes, no code changes.Denis Vlasenko2007-04-111-27/+31
* style fixes. No code changes.Denis Vlasenko2007-04-101-9/+9
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2