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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
3
-3
/
+3
*
modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...
Denys Vlasenko
2023-03-31
2
-2
/
+22
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
7
-7
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
7
-0
/
+7
*
*: style fix
Denys Vlasenko
2022-08-30
1
-1
/
+1
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
1
-2
/
+2
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-1
/
+1
*
modprobe: when reading modules.builtin, use basenames of files from it
Denys Vlasenko
2021-06-30
1
-1
/
+2
*
uniq: support -z
Denys Vlasenko
2021-06-17
1
-1
/
+1
*
modprobe-small: convert to new recursive_action() API
Denys Vlasenko
2020-12-29
1
-4
/
+4
*
modprobe: Add support for modprobe.blacklist=module1,module2,...
Andy Shevchenko
2020-12-21
1
-0
/
+19
*
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-14
1
-1
/
+1
*
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
3
-15
/
+14
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
6
-6
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
2
-14
/
+14
*
style fix, no code changes
Denys Vlasenko
2019-05-14
1
-1
/
+4
*
config: update size information
Denys Vlasenko
2018-12-28
5
-5
/
+5
*
tar: fix too eager autodetection, closes 11531
Denys Vlasenko
2018-11-27
1
-3
/
+2
*
restore documentation on the build config language
Kartik Agaram
2018-06-06
1
-1
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
3
-7
/
+7
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-2
/
+1
*
modutils: make them NOEXEC except depmod
Denys Vlasenko
2017-08-04
6
-11
/
+14
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
7
-92
/
+92
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
6
-6
/
+6
*
modutils: delete unused replace_underscores()
Denys Vlasenko
2017-06-28
2
-7
/
+0
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
3
-4
/
+4
*
modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686
Denys Vlasenko
2017-04-06
1
-0
/
+9
*
modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)
Denys Vlasenko
2017-04-06
1
-1
/
+4
*
modprobe: read modules.builtin
Ben Hutchings
2017-04-06
1
-3
/
+11
*
Update depmod & modprobe upstream help text in comments
Kang-Che Sung
2017-03-28
1
-7
/
+15
*
modprobe-small: define and use DEPMOD_OPT_n (option mask)
Kang-Che Sung
2017-02-12
1
-1
/
+2
*
modprobe-small: document '-n' in depmod usage
Kang-Che Sung
2017-02-12
1
-2
/
+5
*
modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...
Denys Vlasenko
2017-02-07
1
-1
/
+3
*
Reorder modutils config options & fix yet more dependency
Kang-Che Sung
2017-02-05
2
-26
/
+27
*
modutils: fix config options dependency (2)
Kang-Che Sung
2017-02-05
2
-6
/
+10
*
cmdline module options can be disabled on "big" modutils
Kang-Che Sung
2017-02-01
6
-19
/
+32
*
modutils: remove redundant "select PLATFORM_LINUX" configs
Kang-Che Sung
2017-02-01
3
-13
/
+0
*
modprobe-small: move lsmod code out of modprobe_main()
Kang-Che Sung
2017-02-01
1
-20
/
+24
*
modprobe-small: improve config help text
Denys Vlasenko
2017-02-01
1
-6
/
+4
*
modprobe-small: fix --help texts, they are from "big" modutils
Denys Vlasenko
2017-01-30
2
-31
/
+8
*
modutils: fix config options dependency
Kang-Che Sung
2017-01-30
1
-4
/
+4
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-2
/
+3
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
make_single_applets.sh: show errors and warnings
Denys Vlasenko
2017-01-09
1
-1
/
+8
*
modprobe-small: build fixes
Denys Vlasenko
2017-01-09
1
-3
/
+10
*
modprobe-small: optimizations for single applet build
Explorer09
2017-01-09
1
-33
/
+39
*
modutils: remove special handling of uClibc
Waldemar Brodkorb
2017-01-04
2
-12
/
+8
[next]