aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
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-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko
2008-07-10fix typo in config help textDenis Vlasenko
2008-07-10open_transformer: do not return fd, it does not changeDenis Vlasenko
2008-07-10modprobe-small: make depmod compatible with kernel build.Denis Vlasenko
2008-07-10modprobe-small: add depfile creationDenis Vlasenko
2008-07-10modprobe-small: add depfile loadingDenis Vlasenko
2008-07-09- fix typo (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-09modprobe-small: preparatory patch for modprobe.dep.bb creation patches,Denis Vlasenko
2008-07-09libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-06modprobe-small: match aliases with fnmatch(), makingDenis Vlasenko
2008-07-06modprobe-small: fix debug leftoverDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-04modutils: optional modutils-small by Vladimir Dronnikov.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-25whitespace fixes. no code changesDenis Vlasenko
2008-06-24changes in comments onlyDenis Vlasenko
2008-06-22mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-05replace single-char printf's with bb_putcharDenis Vlasenko
2008-06-04config help text: fix capitalizationDenis Vlasenko
2008-06-02- add FIXME. Perhaps somebody is interrested in looking into this one.Bernhard Reutner-Fischer
2008-06-02- add alias supportBernhard Reutner-Fischer
2008-06-02- revert revision 22183 since it breaks -b /abs /abs/path/to/mod.koBernhard Reutner-Fischer
2008-06-02- just chdir to the basedir (-30b).Bernhard Reutner-Fischer
2008-06-02- optional fancy pruning-mode for depmodBernhard Reutner-Fischer
2008-06-02Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko
2008-05-31- shrink modprobe a little bit (~-40 bytes). ACKed by Yann.Bernhard Reutner-Fischer
2008-05-28- fix overflow; improve documentation while at itBernhard Reutner-Fischer
2008-05-28- misc. improvements and shrinkageBernhard Reutner-Fischer
2008-05-28- the moddir_base is supposed to be omitted frmo the .dep fileBernhard Reutner-Fischer
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-27- improve help-textBernhard Reutner-Fischer
2008-05-26- improve option-handling a bitBernhard Reutner-Fischer
2008-05-26- add basic option-handling (+220b). UntestedBernhard Reutner-Fischer
2008-05-26- use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer
2008-05-26- remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer
2008-05-26- switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer
2008-05-26- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer
2008-05-22modprobe: fix for blacklistingDenis Vlasenko
2008-05-18modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko
2008-05-17insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko