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
/
lsmod.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
1
-1
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-0
/
+1
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
style fix, no code changes
Denys Vlasenko
2019-05-14
1
-1
/
+4
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
modutils: make them NOEXEC except depmod
Denys Vlasenko
2017-08-04
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-4
/
+4
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
modutils: remove redundant "select PLATFORM_LINUX" configs
Kang-Che Sung
2017-02-01
1
-1
/
+0
*
modprobe-small: fix --help texts, they are from "big" modutils
Denys Vlasenko
2017-01-30
1
-1
/
+1
*
modprobe-small: make applets individually selectable
Denys Vlasenko
2016-12-23
1
-5
/
+6
*
Convert all modutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+19
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
lsmod: fox unsafe usage of strlen() - 1
Denys Vlasenko
2011-01-11
1
-1
/
+2
*
modutils/*: move help bits into corresponding .c files
Denys Vlasenko
2010-10-16
1
-0
/
+7
*
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-10-15
1
-0
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
1
-2
/
+2
*
further work on unicodization
Denys Vlasenko
2010-01-30
1
-9
/
+14
*
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-24
1
-2
/
+2
*
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
lsmod: beautify. no code changes
Denys Vlasenko
2009-11-04
1
-9
/
+8
*
lsmod: unicode-aware column formatting
Tomas Heinrich
2009-10-26
1
-0
/
+18
*
gunzip: restore mtime. approx +80 bytes of code
Denis Vlasenko
2008-11-01
1
-1
/
+1
*
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-09-13
1
-158
/
+43
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
replace single-char printf's with bb_putchar
Denis Vlasenko
2008-06-05
1
-2
/
+4
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-11-02
1
-5
/
+5
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-2
/
+2
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-3
/
+3
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
1
-3
/
+3
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+2
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-4
/
+6
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-4
/
+4
*
lsmod: repair indentation
Denis Vlasenko
2006-09-30
1
-31
/
+31
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
No real need for my_query_module() and this eliminates some type-punned
Rob Landley
2006-08-28
1
-8
/
+11
*
Bernhard Fischer pointed out some leftover debris needing cleanup.
Rob Landley
2006-08-15
1
-12
/
+0
*
Try to make a "type-punned pointer" warning go away for somebody on the
Rob Landley
2006-08-03
1
-3
/
+2
*
These should have been part of 15767 too.
Rob Landley
2006-08-03
1
-20
/
+16
*
fix from uClinux-dist for proper exit status if reading /proc/modules failed
Mike Frysinger
2006-06-06
1
-5
/
+5
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-03
1
-15
/
+2
[next]