index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
depmod.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-5
/
+7
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-3
/
+3
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
depmod: don't build it if MODPROBE_SMALL=y
Denys Vlasenko
2017-01-01
1
-2
/
+2
*
modprobe-small: make applets individually selectable
Denys Vlasenko
2016-12-23
1
-3
/
+4
*
Convert all modutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+11
*
modutils: merge module_entry and module_info to common
Timo Teräs
2015-11-05
1
-61
/
+25
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-4
/
+4
*
depmod: simple memory optimization
Denys Vlasenko
2015-01-24
1
-10
/
+9
*
depmod: fix recent breakage in modules.dep generation
Denys Vlasenko
2015-01-07
1
-7
/
+13
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-3
/
+3
*
depmod: supply help text
Lauri Kasanen
2012-02-19
1
-9
/
+18
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
depmod: accept and ignore -u, -q, -C FILE
Pascal Bellard
2010-10-18
1
-2
/
+7
*
modutils/*: move help bits into corresponding .c files
Denys Vlasenko
2010-10-16
1
-0
/
+5
*
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-10-15
1
-0
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
depmod: generate "new-style" modules.dep with relative paths.
Denys Vlasenko
2010-07-18
1
-29
/
+47
*
*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
Denys Vlasenko
2010-06-18
1
-2
/
+0
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-2
/
+4
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-2
/
+2
*
depmod: fix handling of .gz modules
Denys Vlasenko
2009-05-18
1
-13
/
+26
*
make modutils compile again
Ned Ludd
2009-02-20
1
-1
/
+1
*
depmod: accept and ignore -r (Linux kernle build needs this)
Denis Vlasenko
2009-02-19
1
-1
/
+2
*
depmod: fix -b option (by timo.teras AT iki.fi)
Denis Vlasenko
2009-01-12
1
-20
/
+37
*
*: remove superfluous casts. no code changes
Denis Vlasenko
2008-11-06
1
-1
/
+1
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-09-13
1
-226
/
+152
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-2
/
+2
*
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-16
1
-1
/
+1
*
- add FIXME. Perhaps somebody is interrested in looking into this one.
Bernhard Reutner-Fischer
2008-06-02
1
-1
/
+1
*
- add alias support
Bernhard Reutner-Fischer
2008-06-02
1
-85
/
+105
*
- revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko
Bernhard Reutner-Fischer
2008-06-02
1
-4
/
+11
*
- just chdir to the basedir (-30b).
Bernhard Reutner-Fischer
2008-06-02
1
-11
/
+4
*
- optional fancy pruning-mode for depmod
Bernhard Reutner-Fischer
2008-06-02
1
-21
/
+107
*
- misc. improvements and shrinkage
Bernhard Reutner-Fischer
2008-05-28
1
-33
/
+33
*
- the moddir_base is supposed to be omitted frmo the .dep file
Bernhard Reutner-Fischer
2008-05-28
1
-28
/
+28
*
- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.
Bernhard Reutner-Fischer
2008-05-27
1
-8
/
+2
*
- improve option-handling a bit
Bernhard Reutner-Fischer
2008-05-26
1
-22
/
+41
*
- add basic option-handling (+220b). Untested
Bernhard Reutner-Fischer
2008-05-26
1
-8
/
+42
*
- use mmap instead of allocating hundreds of megabytes of RAM. +39b
Bernhard Reutner-Fischer
2008-05-26
1
-20
/
+43
*
- remove some bloat -28b: now approx. 501b
Bernhard Reutner-Fischer
2008-05-26
1
-4
/
+5
*
- switch to FILE base writer and remove now unneeded stuff. -50b
Bernhard Reutner-Fischer
2008-05-26
1
-10
/
+5
*
- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...
Bernhard Reutner-Fischer
2008-05-26
1
-0
/
+116