<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/modutils, branch 1_7_3</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_7_3</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_7_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-08-18T15:32:12+00:00</updated>
<entry>
<title>don't pass argc in getopt32, it's superfluous</title>
<updated>2007-08-18T15:32:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-18T15:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fe7cd642b0b732f5d41403c2f6983ad676b69dd9'/>
<id>urn:sha1:fe7cd642b0b732f5d41403c2f6983ad676b69dd9</id>
<content type='text'>
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes
   text    data     bss     dec     hex filename
 773469    1058   11092  785619   bfcd3 busybox_old
 772644    1058   11092  784794   bf99a busybox_unstripped

</content>
</entry>
<entry>
<title>modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols</title>
<updated>2007-08-16T10:40:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-16T10:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f848305afc51836fd6e213610c8cbf37e038f433'/>
<id>urn:sha1:f848305afc51836fd6e213610c8cbf37e038f433</id>
<content type='text'>
  (by Yann E. MORIN)

</content>
</entry>
<entry>
<title>s/#ifdef CONFIG_/#if ENABLE_/g</title>
<updated>2007-08-13T10:36:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-13T10:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e324184c0509cc0db168ce29546e1b52800a79c6'/>
<id>urn:sha1:e324184c0509cc0db168ce29546e1b52800a79c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trylink: produce even more info about final link stage</title>
<updated>2007-08-12T20:58:27+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-12T20:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6ca409e0e4c198fe3081346eebbae3f068fe605a'/>
<id>urn:sha1:6ca409e0e4c198fe3081346eebbae3f068fe605a</id>
<content type='text'>
trylink: explain how to modify link and drastically decrease amount
  of padding (unfortunately, needs hand editing ATM).
*: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts

size saving: 0.5k

</content>
</entry>
<entry>
<title>introduce and use bb_basename()</title>
<updated>2007-06-30T08:04:05+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-30T08:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dc757aa16ce53d9784fa3953b0c3762dfa8ccda9'/>
<id>urn:sha1:dc757aa16ce53d9784fa3953b0c3762dfa8ccda9</id>
<content type='text'>
function                                             old     new   delta
bb_basename                                            -      26     +26
sv_main                                             1226    1225      -1
passwd_main                                         1985    1983      -2
showdirs                                             482     478      -4
sendCgi                                             1811    1807      -4
make_device                                         1354    1350      -4
handleIncoming                                      2443    2439      -4
func_name                                             82      78      -4
service_name                                        2292    2285      -7
main                                                 909     901      -8
cmp_main                                             555     547      -8
test_main                                            434     422     -12
act                                                  228     216     -12
find_pair                                            180     164     -16
rmmod_main                                           298     280     -18
find_pid_by_name                                     156     134     -22
modprobe_main                                       1606    1576     -30
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/16 up/down: 26/-156)         Total: -130 bytes
   text    data     bss     dec     hex filename
 734933    3028   14400  752361   b7ae9 busybox_old
 734801    3028   14400  752229   b7a65 busybox_unstripped

</content>
</entry>
<entry>
<title>Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms &lt;wharms@bfs.de&gt;)</title>
<updated>2007-06-25T10:55:35+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-25T10:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=80b8b39899a09c7516920cda5fd343b3086d4824'/>
<id>urn:sha1:80b8b39899a09c7516920cda5fd343b3086d4824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>random shrinkage of statics, -60 bytes saved</title>
<updated>2007-06-21T12:43:45+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-21T12:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=931de892cc1c07ba3ce728cce3e4a64fe59c8444'/>
<id>urn:sha1:931de892cc1c07ba3ce728cce3e4a64fe59c8444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: fix read builtin to not read ahead past eol and to not use</title>
<updated>2007-06-13T06:47:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-13T06:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d67cef2425fb5e75b75d52d9a308da6d29cd7a0d'/>
<id>urn:sha1:d67cef2425fb5e75b75d52d9a308da6d29cd7a0d</id>
<content type='text'>
insane amounts of stack. Testsuite updated.

</content>
</entry>
<entry>
<title>A few more string duplicates found &amp; eliminated</title>
<updated>2007-06-12T08:52:02+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-12T08:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=15611bb95815de14bcb35f66bd10089a322ea30b'/>
<id>urn:sha1:15611bb95815de14bcb35f66bd10089a322ea30b</id>
<content type='text'>
# size busybox_old busybox_unstripped
   text    data     bss     dec     hex filename
 679693    2700   15632  698025   aa6a9 busybox_old
 679523    2700   15632  697855   aa5ff busybox_unstripped

</content>
</entry>
<entry>
<title>Audit bb_common_bufsiz usage, add script which looks for misuse.</title>
<updated>2007-06-04T10:16:52+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-04T10:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=74324c86663f57a19c1de303ee8c8e5449db9ef2'/>
<id>urn:sha1:74324c86663f57a19c1de303ee8c8e5449db9ef2</id>
<content type='text'>
tr: stop using globals needlessly.
code: -103 bytes

</content>
</entry>
</feed>
