summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-272-5/+16
* vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer2008-05-271-7/+7
* - improve help-textBernhard Reutner-Fischer2008-05-271-0/+3
* - improve option-handling a bitBernhard Reutner-Fischer2008-05-261-22/+41
* - add basic option-handling (+220b). UntestedBernhard Reutner-Fischer2008-05-261-8/+42
* - use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer2008-05-261-20/+43
* - remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer2008-05-261-4/+5
* - switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer2008-05-261-10/+5
* - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer2008-05-263-0/+123
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-182-5/+38
* insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko2008-05-171-0/+1
* - fix compilation on x86_64Bernhard Reutner-Fischer2008-05-161-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-7/+8
* Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko2008-05-131-2/+2
* insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko2008-05-091-1/+10
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-1/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-172-12/+13
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-4/+1
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-101-1/+1
* modprobe: fix a bug where we were entering endless loopDenis Vlasenko2007-11-061-1/+1
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-1/+2
* insmod: make error reporting less verboseDenis Vlasenko2007-11-061-2/+2
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-1/+1
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-023-380/+311
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-114-9/+9
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-1/+1
* insmod: shorten message text; style fixesDenis Vlasenko2007-09-241-7/+7
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1