| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> | Denis Vlasenko | 2008-08-26 | 1 | -1/+1 |
* | modprobe-small: fix infinite looping, by Timo Teras | Denis Vlasenko | 2008-08-06 | 1 | -1/+3 |
* | modprobe: semi-trivial code shrink | Denis Vlasenko | 2008-08-06 | 1 | -52/+47 |
* | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko | 2008-08-05 | 2 | -16/+3 |
* | whitespace fixes, no code changed | Denis Vlasenko | 2008-08-05 | 1 | -11/+12 |
* | modprobe: use buffering line reads (fgets) instead of reads(). | Denis Vlasenko | 2008-08-04 | 1 | -19/+20 |
* | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko | 2008-08-04 | 1 | -5/+3 |
* | hush: add #defines to switch off break/continue if loops are not supported | Denis Vlasenko | 2008-07-29 | 2 | -2/+2 |
* | modprobe: support for /etc/modprobe.d, by Timo Teras. | Denis Vlasenko | 2008-07-29 | 1 | -63/+106 |
* | fix several problems with config parser: | Denis Vlasenko | 2008-07-26 | 1 | -1/+1 |
* | *: conversion to config parser | Denis Vlasenko | 2008-07-24 | 1 | -10/+6 |
* | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-07-22 | 1 | -5/+5 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 4 | -9/+9 |
* | - commentary typo fix | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -1/+1 |
* | - fix compilation for mips (Brian Daniels) | Bernhard Reutner-Fischer | 2008-07-18 | 1 | -1/+1 |
* | insmod: users report that "|| defined(__powerpc__)" is missing | Denis Vlasenko | 2008-07-14 | 1 | -1/+2 |
* | cpio: internalize archive_xread_all_eof. add a few paranoia checks | Denis Vlasenko | 2008-07-12 | 1 | -1/+0 |
* | fix typo in config help text | Denis Vlasenko | 2008-07-10 | 1 | -1/+1 |
* | open_transformer: do not return fd, it does not change | Denis Vlasenko | 2008-07-10 | 1 | -28/+0 |
* | modprobe-small: make depmod compatible with kernel build. | Denis Vlasenko | 2008-07-10 | 2 | -39/+106 |
* | modprobe-small: add depfile creation | Denis Vlasenko | 2008-07-10 | 1 | -7/+108 |
* | modprobe-small: add depfile loading | Denis Vlasenko | 2008-07-10 | 1 | -18/+57 |
* | - fix typo (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-07-09 | 1 | -1/+1 |
* | modprobe-small: preparatory patch for modprobe.dep.bb creation patches, | Denis Vlasenko | 2008-07-09 | 1 | -43/+54 |
* | libbb: use improved xmalloc_read() from modprobe-small | Denis Vlasenko | 2008-07-09 | 2 | -49/+1 |
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 3 | -11/+9 |
* | modprobe-small: match aliases with fnmatch(), making | Denis Vlasenko | 2008-07-06 | 1 | -1/+5 |
* | modprobe-small: fix debug leftover | Denis Vlasenko | 2008-07-06 | 1 | -4/+4 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 4 | -12/+12 |
* | modutils: optional modutils-small by Vladimir Dronnikov. | Denis Vlasenko | 2008-07-04 | 3 | -9/+711 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 2 | -4/+4 |
* | style fixes, no code changes | Denis Vlasenko | 2008-06-26 | 1 | -1/+1 |
* | whitespace fixes. no code changes | Denis Vlasenko | 2008-06-25 | 1 | -2/+2 |
* | changes in comments only | Denis Vlasenko | 2008-06-24 | 1 | -5/+8 |
* | mdoprobe: fix SEGV bug (by Vlad Dronnikov) | Denis Vlasenko | 2008-06-22 | 1 | -3/+1 |
* | whitespace and comment fixes, no code changes | Denis Vlasenko | 2008-06-16 | 3 | -8/+8 |
* | replace single-char printf's with bb_putchar | Denis Vlasenko | 2008-06-05 | 1 | -2/+4 |
* | config help text: fix capitalization | Denis Vlasenko | 2008-06-04 | 1 | -4/+2 |
* | - add FIXME. Perhaps somebody is interrested in looking into this one. | Bernhard Reutner-Fischer | 2008-06-02 | 1 | -1/+1 |
* | - add alias support | Bernhard Reutner-Fischer | 2008-06-02 | 2 | -85/+115 |
* | - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko | Bernhard Reutner-Fischer | 2008-06-02 | 1 | -4/+11 |
* | - just chdir to the basedir (-30b). | Bernhard Reutner-Fischer | 2008-06-02 | 1 | -11/+4 |
* | - optional fancy pruning-mode for depmod | Bernhard Reutner-Fischer | 2008-06-02 | 2 | -21/+121 |
* | Reinstate CONFIG_CROSS_COMPILE_PREFIX | Denis Vlasenko | 2008-06-02 | 1 | -4/+4 |
* | - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. | Bernhard Reutner-Fischer | 2008-05-31 | 1 | -8/+5 |
* | - fix overflow; improve documentation while at it | Bernhard Reutner-Fischer | 2008-05-28 | 1 | -9/+9 |
* | - misc. improvements and shrinkage | Bernhard Reutner-Fischer | 2008-05-28 | 1 | -33/+33 |
* | - the moddir_base is supposed to be omitted frmo the .dep file | Bernhard Reutner-Fischer | 2008-05-28 | 1 | -28/+28 |
* | - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -1/+2 |
* | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer | 2008-05-27 | 4 | -22/+31 |