<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, branch TIG</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=TIG</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=TIG'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-12-28T03:18:18+00:00</updated>
<entry>
<title>modprobe: add -D option (synonym of --show-depends)</title>
<updated>2010-12-28T03:18:18+00:00</updated>
<author>
<name>Serj Kalichev</name>
<email>serj.kalichev@gmail.com</email>
</author>
<published>2010-12-28T03:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8578196b763a70746f2ab17170eb7ca9399ab8ac'/>
<id>urn:sha1:8578196b763a70746f2ab17170eb7ca9399ab8ac</id>
<content type='text'>
The modern module-init-tools 3.12 has "-D" option and it works.

The --show-depends and -a options can be used together due to upstream modprobe
behaviour.

function                                             old     new   delta
do_modprobe                                          536     579     +43
packed_usage                                       28035   28042      +7
modprobe_main                                        653     657      +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 54/0)               Total: 54 bytes

Signed-off-by: Serj Kalichev &lt;serj.kalichev@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: add support for --show-depends</title>
<updated>2010-12-26T00:56:19+00:00</updated>
<author>
<name>Serj Kalichev</name>
<email>serj.kalichev@gmail.com</email>
</author>
<published>2010-12-26T00:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e4e911e7124fca9116ca14c31f125b687d0ae57e'/>
<id>urn:sha1:e4e911e7124fca9116ca14c31f125b687d0ae57e</id>
<content type='text'>
function                                             old     new   delta
modprobe_longopts                                      -      16     +16
packed_usage                                       28018   28028     +10
modprobe_main                                        648     653      +5
do_modprobe                                          580     536     -44
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/1 up/down: 31/-44)            Total: -13 bytes

Signed-off-by: Serj Kalichev &lt;serj.kalichev@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace cleanup</title>
<updated>2010-10-29T09:46:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-10-29T09:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fb132e47370378474c68ad22c1c0cb2ccee178de'/>
<id>urn:sha1:fb132e47370378474c68ad22c1c0cb2ccee178de</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>depmod: accept and ignore -u, -q, -C FILE</title>
<updated>2010-10-17T22:51:16+00:00</updated>
<author>
<name>Pascal Bellard</name>
<email>pascal.bellard@ads-lu.com</email>
</author>
<published>2010-10-17T22:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cadf90184c2c74e2c37161efe55cd05fb04e0c59'/>
<id>urn:sha1:cadf90184c2c74e2c37161efe55cd05fb04e0c59</id>
<content type='text'>
Signed-off-by: Pascal Bellard &lt;pascal.bellard@ads-lu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modutils/*: move help bits into corresponding .c files</title>
<updated>2010-10-15T23:56:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-10-15T23:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1a5e11c874a1f53c5205140a9d675b7e6404bbc9'/>
<id>urn:sha1:1a5e11c874a1f53c5205140a9d675b7e6404bbc9</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>modutils/*: move applet bits into corresponding *.c files</title>
<updated>2010-10-15T09:29:02+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-10-15T09:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c15613c9757f5a26da3623c1bcfa3580c81b74c3'/>
<id>urn:sha1:c15613c9757f5a26da3623c1bcfa3580c81b74c3</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>tweak help text</title>
<updated>2010-10-09T19:10:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-10-09T19:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3b2acb759cac73fe2af096af8641c01197fa4214'/>
<id>urn:sha1:3b2acb759cac73fe2af096af8641c01197fa4214</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe-simple; do not error out on "rmmod module" if module is unloaded ok</title>
<updated>2010-09-25T12:37:06+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-25T12:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5b3151c201f4a67e998ec054d653e8177679d505'/>
<id>urn:sha1:5b3151c201f4a67e998ec054d653e8177679d505</id>
<content type='text'>
...even if it wasn't found in /lib/modules/VER/

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>*: s/perror/bb_simple_perror_msg/g</title>
<updated>2010-09-12T15:06:43+00:00</updated>
<author>
<name>Marek Polacek</name>
<email>mmpolacek@gmail.com</email>
</author>
<published>2010-09-12T15:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7dd61e377223d150198a23dbec47f51c21e10e65'/>
<id>urn:sha1:7dd61e377223d150198a23dbec47f51c21e10e65</id>
<content type='text'>
function                                             old     new   delta
readLines                                            448     446      -2
doCommands                                          2449    2438     -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-13)             Total: -13 bytes

Signed-off-by: Marek Polacek &lt;mmpolacek@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>modutils: explain why we no longer quote params</title>
<updated>2010-08-25T16:26:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-08-25T16:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1cd0d8600524de01d643db32bc05f4d4d0c30436'/>
<id>urn:sha1:1cd0d8600524de01d643db32bc05f4d4d0c30436</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
</feed>
