summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* - 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
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-1/+0
* fix typo in config help textDenis Vlasenko2008-07-101-1/+1
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-28/+0
* modprobe-small: make depmod compatible with kernel build.Denis Vlasenko2008-07-102-39/+106
* modprobe-small: add depfile creationDenis Vlasenko2008-07-101-7/+108
* modprobe-small: add depfile loadingDenis Vlasenko2008-07-101-18/+57
* - fix typo (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-091-1/+1
* modprobe-small: preparatory patch for modprobe.dep.bb creation patches,Denis Vlasenko2008-07-091-43/+54
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-092-49/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-083-11/+9
* modprobe-small: match aliases with fnmatch(), makingDenis Vlasenko2008-07-061-1/+5
* modprobe-small: fix debug leftoverDenis Vlasenko2008-07-061-4/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-054-12/+12
* modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko2008-07-043-9/+711
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-272-4/+4
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-2/+2
* changes in comments onlyDenis Vlasenko2008-06-241-5/+8
* mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko2008-06-221-3/+1
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-163-8/+8
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-2/+4
* config help text: fix capitalizationDenis Vlasenko2008-06-041-4/+2
* - add FIXME. Perhaps somebody is interrested in looking into this one.Bernhard Reutner-Fischer2008-06-021-1/+1
* - add alias supportBernhard Reutner-Fischer2008-06-022-85/+115
* - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.koBernhard Reutner-Fischer2008-06-021-4/+11
* - just chdir to the basedir (-30b).Bernhard Reutner-Fischer2008-06-021-11/+4
* - optional fancy pruning-mode for depmodBernhard Reutner-Fischer2008-06-022-21/+121
* Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko2008-06-021-4/+4
* - shrink modprobe a little bit (~-40 bytes). ACKed by Yann.Bernhard Reutner-Fischer2008-05-311-8/+5
* - fix overflow; improve documentation while at itBernhard Reutner-Fischer2008-05-281-9/+9
* - misc. improvements and shrinkageBernhard Reutner-Fischer2008-05-281-33/+33
* - the moddir_base is supposed to be omitted frmo the .dep fileBernhard Reutner-Fischer2008-05-281-28/+28
* - 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-274-22/+31
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-272-5/+16
* vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer2008-05-271-7/+7
* - improve help-textBernhard Reutner-Fischer2008-05-271-0/+3
* - improve option-handling a bitBernhard Reutner-Fischer2008-05-261-22/+41
* - add basic option-handling (+220b). UntestedBernhard Reutner-Fischer2008-05-261-8/+42
* - use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer2008-05-261-20/+43
* - remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer2008-05-261-4/+5
* - switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer2008-05-261-10/+5
* - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer2008-05-263-0/+123
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-182-5/+38
* 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