aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
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
2008-05-27vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer
2008-05-27- improve help-textBernhard Reutner-Fischer
2008-05-26- improve option-handling a bitBernhard Reutner-Fischer
2008-05-26- add basic option-handling (+220b). UntestedBernhard Reutner-Fischer
2008-05-26- use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer
2008-05-26- remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer
2008-05-26- switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer
2008-05-26- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer
2008-05-22modprobe: fix for blacklistingDenis Vlasenko
2008-05-18modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko
2008-05-17insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko
2008-05-16- fix compilation on x86_64Bernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-12-26save a bit of code with *strchrnul = '\0' trickDenis Vlasenko
2007-11-10*: remove superfluous "?" in option parsingDenis Vlasenko
2007-11-06modprobe: fix a bug where we were entering endless loopDenis Vlasenko
2007-11-06telnet: use poll, it's shorterDenis Vlasenko
2007-11-06insmod: make error reporting less verboseDenis Vlasenko
2007-11-04Announce 1.8.0Denis Vlasenko
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-09-24insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko
2007-09-24insmod: shorten message text; style fixesDenis Vlasenko
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-16modprobe: add scanning of /lib/modules/`uname -r`/modules.symbolsDenis Vlasenko
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko