index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
depmod.c
Age
Commit message (
Expand
)
Author
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-06-16
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-02
- add FIXME. Perhaps somebody is interrested in looking into this one.
Bernhard Reutner-Fischer
2008-06-02
- add alias support
Bernhard Reutner-Fischer
2008-06-02
- revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko
Bernhard Reutner-Fischer
2008-06-02
- just chdir to the basedir (-30b).
Bernhard Reutner-Fischer
2008-06-02
- optional fancy pruning-mode for depmod
Bernhard Reutner-Fischer
2008-05-28
- misc. improvements and shrinkage
Bernhard Reutner-Fischer
2008-05-28
- the moddir_base is supposed to be omitted frmo the .dep file
Bernhard Reutner-Fischer
2008-05-27
- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.
Bernhard Reutner-Fischer
2008-05-26
- improve option-handling a bit
Bernhard Reutner-Fischer
2008-05-26
- add basic option-handling (+220b). Untested
Bernhard Reutner-Fischer
2008-05-26
- use mmap instead of allocating hundreds of megabytes of RAM. +39b
Bernhard Reutner-Fischer
2008-05-26
- remove some bloat -28b: now approx. 501b
Bernhard Reutner-Fischer
2008-05-26
- switch to FILE base writer and remove now unneeded stuff. -50b
Bernhard Reutner-Fischer
2008-05-26
- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...
Bernhard Reutner-Fischer