aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko2008-11-221-21/+13
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-223-10/+18
* modprobe-small: fix failure to load when no arguments are givenDenis Vlasenko2008-11-122-45/+63
* *: remove superfluous casts. no code changesDenis Vlasenko2008-11-062-2/+2
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-1/+1
* modprobe: fix a segfault when modprobe is called with no arguments at allDenis Vlasenko2008-10-312-25/+29
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-252-2/+2
* modprobe-small: trivial SEGV fixDenis Vlasenko2008-09-141-1/+1
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-1310-5743/+4693
* Kill off bogus #error's for big endian SH targets, these work fine.Paul Mundt2008-09-121-9/+0
* modprobe-small: make insmod command line compatibleDenis Vlasenko2008-09-061-6/+25
* insmod: fix detection of open failureDenis Vlasenko2008-08-311-1/+1
* insmod: mix xmalloc with xrealloc_vector more carefullyDenis Vlasenko2008-08-281-37/+52
* insmod: shrinkDenis Vlasenko2008-08-271-18/+13
* 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