modprobe: fix modprobe -r. closes bug 315
[platform/upstream/busybox.git] / modutils / depmod.c
2009-05-18 Denys Vlasenkodepmod: fix handling of .gz modules
2009-02-20 Ned Luddmake modutils compile again
2009-02-19 Denis Vlasenkodepmod: accept and ignore -r (Linux kernle build needs...
2009-01-12 Denis Vlasenkodepmod: fix -b option (by timo.teras AT iki.fi)
2008-11-06 Denis Vlasenko*: remove superfluous casts. no code changes
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-16 Denis Vlasenkowhitespace and comment fixes, no code changes
2008-06-02 Bernhard Reutner... - add FIXME. Perhaps somebody is interrested in looking...
2008-06-02 Bernhard Reutner... - add alias support
2008-06-02 Bernhard Reutner... - revert revision 22183 since it breaks -b /abs /abs...
2008-06-02 Bernhard Reutner... - just chdir to the basedir (-30b).
2008-06-02 Bernhard Reutner... - optional fancy pruning-mode for depmod
2008-05-28 Bernhard Reutner... - misc. improvements and shrinkage
2008-05-28 Bernhard Reutner... - the moddir_base is supposed to be omitted frmo the...
2008-05-27 Bernhard Reutner... - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT...
2008-05-26 Bernhard Reutner... - improve option-handling a bit
2008-05-26 Bernhard Reutner... - add basic option-handling (+220b). Untested
2008-05-26 Bernhard Reutner... - use mmap instead of allocating hundreds of megabytes...
2008-05-26 Bernhard Reutner... - remove some bloat -28b: now approx. 501b
2008-05-26 Bernhard Reutner... - switch to FILE base writer and remove now unneeded...
2008-05-26 Bernhard Reutner... - add simple first-draft unoptimized depmod just to...