summaryrefslogtreecommitdiff
path: root/modutils/depmod.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-5/+7
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko2017-01-011-2/+2
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-3/+4
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+11
* modutils: merge module_entry and module_info to commonTimo Teräs2015-11-051-61/+25
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-4/+4
* depmod: simple memory optimizationDenys Vlasenko2015-01-241-10/+9
* depmod: fix recent breakage in modules.dep generationDenys Vlasenko2015-01-071-7/+13
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* depmod: supply help textLauri Kasanen2012-02-191-9/+18
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* depmod: accept and ignore -u, -q, -C FILEPascal Bellard2010-10-181-2/+7
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-0/+5
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* depmod: generate "new-style" modules.dep with relative paths.Denys Vlasenko2010-07-181-29/+47
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-2/+0
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-2/+4
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+2
* depmod: fix handling of .gz modulesDenys Vlasenko2009-05-181-13/+26
* make modutils compile againNed Ludd2009-02-201-1/+1
* depmod: accept and ignore -r (Linux kernle build needs this)Denis Vlasenko2009-02-191-1/+2
* depmod: fix -b option (by timo.teras AT iki.fi)Denis Vlasenko2009-01-121-20/+37
* *: remove superfluous casts. no code changesDenis Vlasenko2008-11-061-1/+1
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-226/+152
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-2/+2
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-1/+1
* - add FIXME. Perhaps somebody is interrested in looking into this one.Bernhard Reutner-Fischer2008-06-021-1/+1
* - add alias supportBernhard Reutner-Fischer2008-06-021-85/+105
* - 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-021-21/+107
* - 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
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-271-8/+2
* - 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