Start 1.33.0 development cycle
[oweals/busybox.git] / modutils / depmod.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-01 Denys Vlasenkodepmod: don't build it if MODPROBE_SMALL=y
2016-12-23 Denys Vlasenkomodprobe-small: make applets individually selectable
2016-11-23 Denys VlasenkoConvert all modutils/* applets to "new style" applet...
2015-11-05 Timo Teräsmodutils: merge module_entry and module_info to common
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-01-24 Denys Vlasenkodepmod: simple memory optimization
2015-01-07 Denys Vlasenkodepmod: fix recent breakage in modules.dep generation
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-02-19 Lauri Kasanendepmod: supply help text
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-17 Pascal Bellarddepmod: accept and ignore -u, -q, -C FILE
2010-10-15 Denys Vlasenkomodutils/*: move help bits into corresponding .c files
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-18 Denys Vlasenkodepmod: generate "new-style" modules.dep with relative...
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Denys Vlasenko*: stop defining _GNU_SOURCE in source files, it's...
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
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...