<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils/modprobe.c, branch 1_18_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_18_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_18_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-10-15T09:29:02+00:00</updated>
<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>*: make GNU licensing statement forms more regular</title>
<updated>2010-08-16T18:14:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T18:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a'/>
<id>urn:sha1:0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a</id>
<content type='text'>
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Modprobe: Make -l open the right file</title>
<updated>2010-07-09T23:27:03+00:00</updated>
<author>
<name>Lauri Kasanen</name>
<email>curaga@operamail.com</email>
</author>
<published>2010-07-08T08:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a48a29f921d9d50598784047b40c97c6850bb8ec'/>
<id>urn:sha1:a48a29f921d9d50598784047b40c97c6850bb8ec</id>
<content type='text'>
Before: modprobe -l
modules.dep not found

No size change, just moved the chdir.

Signed-off-by: Lauri Kasanen &lt;curaga@operamail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: add support for -l and -s. Remove some unsupported options</title>
<updated>2010-06-06T23:18:53+00:00</updated>
<author>
<name>Pascal Bellard</name>
<email>pascal.bellard@ads-lu.com</email>
</author>
<published>2010-06-06T23:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b82b34e06d0f8b91a1a30a847e0b1dd80ed0a046'/>
<id>urn:sha1:b82b34e06d0f8b91a1a30a847e0b1dd80ed0a046</id>
<content type='text'>
Fixed some goofs in help text

function                                             old     new   delta
modprobe_main                                        494     653    +159
packed_usage                                       27129   27145     +16
insmod_main                                           98      95      -3

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>*: merge some common strings</title>
<updated>2010-03-23T15:25:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-23T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=651a2697f725f10c1ebdb8947925b5a9c6cf4fe2'/>
<id>urn:sha1:651a2697f725f10c1ebdb8947925b5a9c6cf4fe2</id>
<content type='text'>
   text   data    bss    dec    hexfilename
 838650   8009      0 846659  ceb43busybox_old
 838519   8009      0 846528  ceac0busybox_unstripped

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: remove 2k limit on /proc/cmdline</title>
<updated>2010-03-03T03:20:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-03T03:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=197202d435bcb3df7268c8fbb66c05ff78e645ac'/>
<id>urn:sha1:197202d435bcb3df7268c8fbb66c05ff78e645ac</id>
<content type='text'>
function                                             old     new   delta
do_modprobe                                          365     520    +155
parse_and_add_kcmdline_module_options                149       -    -149

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: pick up module options from /proc/cmdline too</title>
<updated>2010-02-27T22:15:22+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-02-27T22:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3e26d4fa233705f2061b6f296ac2a604e94f508a'/>
<id>urn:sha1:3e26d4fa233705f2061b6f296ac2a604e94f508a</id>
<content type='text'>
Based on patch by Ozan Çağlayan (ozan AT pardus.org.tr)

function                                             old     new   delta
parse_and_add_kcmdline_module_options                  -     149    +149
do_modprobe                                          357     365      +8

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: suppress ~60% of "aliased warnings" on gcc-4.4.1</title>
<updated>2010-02-04T14:00:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-02-04T14:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98a4c7cf3d799ab953cb77e8b34597c73e3e7335'/>
<id>urn:sha1:98a4c7cf3d799ab953cb77e8b34597c73e3e7335</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: protect against possible SEGV</title>
<updated>2010-01-26T07:17:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-26T07:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=da879ec2e967e2f04f6269e506308dc9cc8b97ae'/>
<id>urn:sha1:da879ec2e967e2f04f6269e506308dc9cc8b97ae</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe: it's not an error if module is already loaded. Closes bug 833</title>
<updated>2010-01-10T03:52:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-10T03:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=725b5a387a392f6282756c649adf411e30535eb5'/>
<id>urn:sha1:725b5a387a392f6282756c649adf411e30535eb5</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
