aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* modprobe-small: support "blacklist" keyword in /etc/modules/<modulename>Denis Vlasenko2008-08-261-1/+1
* modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko2008-08-061-1/+3
* modprobe: semi-trivial code shrinkDenis Vlasenko2008-08-061-52/+47
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-052-16/+3
* whitespace fixes, no code changedDenis Vlasenko2008-08-051-11/+12
* modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko2008-08-041-19/+20
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-5/+3
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-292-2/+2
* modprobe: support for /etc/modprobe.d, by Timo Teras.Denis Vlasenko2008-07-291-63/+106
* fix several problems with config parser:Denis Vlasenko2008-07-261-1/+1
* *: conversion to config parserDenis Vlasenko2008-07-241-10/+6
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-5/+5
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-214-9/+9
* - 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