aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
2008-08-06modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko
2008-08-06modprobe: semi-trivial code shrinkDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-08-05whitespace fixes, no code changedDenis Vlasenko
2008-08-04modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko
2008-07-29modprobe: support for /etc/modprobe.d, by Timo Teras.Denis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
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