<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, branch wip</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=wip</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=wip'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-04-19T16:35:26+00:00</updated>
<entry>
<title>Config.in: mark all applets POSIX only</title>
<updated>2010-04-19T16:35:26+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2010-04-17T18:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=07c3f3802d68880825052fb7902534bd31dc3f05'/>
<id>urn:sha1:07c3f3802d68880825052fb7902534bd31dc3f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modules</title>
<updated>2010-04-14T16:45:37+00:00</updated>
<author>
<name>Ralf Rösch</name>
<email>ralf.roesch@rw-gmbh.de</email>
</author>
<published>2010-04-14T16:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8597da193474673a3caeffcf3d134bb2ed57aa4d'/>
<id>urn:sha1:8597da193474673a3caeffcf3d134bb2ed57aa4d</id>
<content type='text'>
handling DWARF sections solves the problem.

This seems to be a long outstanding bug:
http://permalink.gmane.org/gmane.linux.busybox/4533
http://www.linux-mips.org/archives/linux-mips/2004-08/msg00072.html

Signed-off-by: Ralf Rösch &lt;ralf.roesch@rw-gmbh.de&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE</title>
<updated>2010-03-26T13:06:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-26T13:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=19158a837df5093a2d655536424412bac2b07467'/>
<id>urn:sha1:19158a837df5093a2d655536424412bac2b07467</id>
<content type='text'>
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>further work on unicodization</title>
<updated>2010-01-30T22:16:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-30T22:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e17764c8fb566f85020217dd8fd05fb6bc227e98'/>
<id>urn:sha1:e17764c8fb566f85020217dd8fd05fb6bc227e98</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>style fixes, no code changes</title>
<updated>2010-01-28T11:30:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-28T11:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=083e172641b64c564b7ec5478197dccbde43b421'/>
<id>urn:sha1:083e172641b64c564b7ec5478197dccbde43b421</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: style fixes. no code changes (verified with objdump)</title>
<updated>2010-01-28T01:24:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-28T01:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6b9f1633537e2ff06eb1a0741e4598a294f40fcb'/>
<id>urn:sha1:6b9f1633537e2ff06eb1a0741e4598a294f40fcb</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
