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
/
modprobe-small.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+1
*
modutils: make them NOEXEC except depmod
Denys Vlasenko
2017-08-04
1
-6
/
+9
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-2
/
+2
*
modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)
Denys Vlasenko
2017-04-06
1
-1
/
+4
*
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
1
-8
/
+2
*
modutils: fix config options dependency (2)
Kang-Che Sung
2017-02-05
1
-3
/
+3
*
cmdline module options can be disabled on "big" modutils
Kang-Che Sung
2017-02-01
1
-15
/
+8
*
modprobe-small: move lsmod code out of modprobe_main()
Kang-Che Sung
2017-02-01
1
-20
/
+24
*
modprobe-small: fix --help texts, they are from "big" modutils
Denys Vlasenko
2017-01-30
1
-30
/
+7
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-2
/
+3
*
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
1
-2
/
+2
*
modprobe-small: make applets individually selectable
Denys Vlasenko
2016-12-23
1
-12
/
+12
*
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2016-12-22
1
-31
/
+3
*
Convert all modutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+47
*
modutils: support finit_module syscall
Mike Frysinger
2016-09-15
1
-3
/
+30
*
modprobe-small: fix bogus handling of unpack errors
Denys Vlasenko
2016-06-20
1
-12
/
+28
*
randomconfig fixes
Denys Vlasenko
2016-06-19
1
-1
/
+0
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-10
/
+11
*
modprobe-small: fix thinko in previous commit
Denys Vlasenko
2015-02-13
1
-1
/
+1
*
modprobe-small: if concurrent module load did not succeed, wait
Denys Vlasenko
2015-02-12
1
-9
/
+41
*
modprobe-small: fix and simplify rmmod
Denys Vlasenko
2015-02-07
1
-32
/
+43
*
modprobe-small: code shrink
Denys Vlasenko
2015-01-11
1
-12
/
+9
*
modprobe-small: fix recent breakage: modprobe -r was using full path
Denys Vlasenko
2015-01-11
1
-9
/
+10
*
modprobe: revert checking for /, stop doing basename() on modprobe args
Denys Vlasenko
2015-01-01
1
-2
/
+6
*
modprobe-small: fix safe_strncpy truncating last char of module name
Denys Vlasenko
2014-05-26
1
-1
/
+1
*
modprobe-small: (un)load all modules which match the alias, not only first one
Denys Vlasenko
2014-04-21
1
-61
/
+101
*
modprobe-small: remove redundant aliases from modules.dep.bb
Denys Vlasenko
2014-04-19
1
-0
/
+26
*
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2014-04-19
1
-11
/
+7
*
modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
Denys Vlasenko
2012-09-25
1
-2
/
+9
*
modprobe-small: add comment about aliased commands' help text
Denys Vlasenko
2012-02-19
1
-0
/
+4
*
modprobe: accept -b even if blacklist functionality is disabled
Felipe Contreras
2012-01-31
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-4
/
+1
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-5
/
+5
*
insmod: check for module read errors
Denys Vlasenko
2011-01-17
1
-0
/
+3
*
modprobe-small: support compressed modules in insmod
Denys Vlasenko
2011-01-09
1
-2
/
+4
*
modutils/*: move help bits into corresponding .c files
Denys Vlasenko
2010-10-16
1
-1
/
+42
*
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-10-15
1
-0
/
+6
*
modprobe-simple; do not error out on "rmmod module" if module is unloaded ok
Denys Vlasenko
2010-09-25
1
-12
/
+14
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
modprobe: add support for -l and -s. Remove some unsupported options
Pascal Bellard
2010-06-07
1
-0
/
+13
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-5
/
+1
*
modprobe-small: added comment about multiple alias matches
Denys Vlasenko
2009-10-08
1
-0
/
+8
[next]