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
*
modprobe: skip non-.conf files only in subdirectories
Denys Vlasenko
2016-03-29
1
-8
/
+14
*
modprobe: only parse files that end in .conf
Mike Frysinger
2016-02-12
1
-1
/
+9
*
modutils: fix build error with !DEPMOD
Denys Vlasenko
2015-11-06
1
-1
/
+1
*
modutils: merge module_entry and module_info to common
Timo Teräs
2015-11-05
4
-120
/
+113
*
modinfo: fix "-F firmware", add "intree" field display
Denys Vlasenko
2015-10-28
1
-52
/
+62
*
reuse a string
Denys Vlasenko
2015-10-24
1
-1
/
+1
*
rmmod: fix bad error message
Denys Vlasenko
2015-10-24
3
-9
/
+15
*
MODPROBE_SMALL is not experimental anymore
Denys Vlasenko
2015-10-24
1
-3
/
+0
*
modprobe: handle module arguments containing spaces
Peter Korsgaard
2015-09-09
1
-1
/
+33
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
5
-28
/
+27
*
modinfo: fix fallout from basename removal
Denys Vlasenko
2015-02-21
1
-1
/
+1
*
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
*
depmod: simple memory optimization
Denys Vlasenko
2015-01-24
2
-11
/
+14
*
modprobe: fix modprobe -r and parsing of /etc/modprobe.d
Natanael Copa
2015-01-19
1
-1
/
+1
*
modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)
Denys Vlasenko
2015-01-15
1
-4
/
+9
*
modprobe: fix recent breakage: modules.dep reading code needs to strip dirname
Denys Vlasenko
2015-01-15
1
-4
/
+10
*
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
*
depmod: fix recent breakage in modules.dep generation
Denys Vlasenko
2015-01-07
1
-7
/
+13
*
modprobe: revert checking for /, stop doing basename() on modprobe args
Denys Vlasenko
2015-01-01
3
-15
/
+12
*
modprobe,rmmod: reject module names with slashes
Denys Vlasenko
2014-11-20
1
-0
/
+11
*
modinfo: fix module parsing with kernel >= 2.6.37
David Marchand
2014-07-04
1
-3
/
+4
*
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
3
-13
/
+9
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-1
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-3
/
+3
*
modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
Denys Vlasenko
2012-09-25
1
-2
/
+9
*
modinfo: match more standard module fields and fix version field
Tanguy Pruvot
2012-06-12
1
-9
/
+16
*
modprobe-small: add comment about aliased commands' help text
Denys Vlasenko
2012-02-19
1
-0
/
+4
*
depmod: supply help text
Lauri Kasanen
2012-02-19
1
-9
/
+18
*
modprobe: accept -b even if blacklist functionality is disabled
Felipe Contreras
2012-01-31
2
-8
/
+9
*
modinfo: make it select PLATFORM_LINUX. Closes 4411
Denys Vlasenko
2011-10-30
1
-0
/
+1
*
stop declariong our own dirname prototype
Denys Vlasenko
2011-09-10
1
-1
/
+0
*
modprobe: use hash table. speeds up significantly if modprobe.dep is large
Timo Teras
2011-06-20
1
-14
/
+29
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
5
-10
/
+3
*
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-26
1
-1
/
+19
*
modprobe: fix "modprobe -l name-with-dash"
Denys Vlasenko
2011-02-15
1
-1
/
+4
*
modinfo: trivial optimizations
Denys Vlasenko
2011-02-15
1
-4
/
+6
*
modinfo: show firmware and depends fields
Lauri Kasanen
2011-02-15
1
-3
/
+5
*
fix bug 3223 (parameter loading problem for 2.4 kernels)
Denys Vlasenko
2011-02-13
1
-8
/
+11
*
whitespace fixes
Denys Vlasenko
2011-02-03
1
-1
/
+1
*
modprobe/insmod: fix parameter quoting
Denys Vlasenko
2011-02-02
4
-10
/
+28
*
revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84
Denys Vlasenko
2011-02-01
1
-6
/
+5
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
7
-11
/
+11
*
insmod: check for module read errors
Denys Vlasenko
2011-01-17
1
-0
/
+3
[next]