<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/init, 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>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>init: make sure fd 0,1,2 are not closed, + related optimizations.</title>
<updated>2007-06-14T07:53:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-14T07:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d8540f71ac8d17ef461e2d52b3f63bd78b3c2c7e'/>
<id>urn:sha1:d8540f71ac8d17ef461e2d52b3f63bd78b3c2c7e</id>
<content type='text'>
init_main                                            929     920      -9
bb_daemonize_or_rexec                                145     127     -18

</content>
</entry>
<entry>
<title>*: BB_BANNER -&gt; bb_banner (it is not a const or #define)!</title>
<updated>2007-06-13T12:27:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-13T12:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ca525b4f24a1a27ffe5dfc8d04c55227ca335ba0'/>
<id>urn:sha1:ca525b4f24a1a27ffe5dfc8d04c55227ca335ba0</id>
<content type='text'>
correct_password: explain in detail why it is ok to use bb_banner
fsck_minix: make it print bb version, not it's own (outdated/irrelevant) one

Marginal size difference:
   text    data     bss     dec     hex filename
 679119    2700   15632  697451   aa46b busybox_old
 679091    2700   15632  697423   aa44f busybox_unstripped


</content>
</entry>
<entry>
<title>remove nearly-duplicate PATHs in several places</title>
<updated>2007-06-12T22:35:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-12T22:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f5f75c5e82d47613847c356664e47c4be69e73aa'/>
<id>urn:sha1:f5f75c5e82d47613847c356664e47c4be69e73aa</id>
<content type='text'>
function                                             old     new   delta
bb_PATH_root_path                                      -      35     +35
varunset                                              60      58      -2
arith                                               2042    2033      -9
bb_default_root_login_path                            30       -     -30
.rodata                                           128794  128762     -32
which_main                                           152     117     -35
defpathvar                                            40       -     -40
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 0/4 up/down: 35/-148)          Total: -113 bytes

</content>
</entry>
<entry>
<title>delete tons of extra #includes</title>
<updated>2007-05-31T22:42:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-31T22:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9a7d38fe2448617df98ecaea7dbe6f3131088586'/>
<id>urn:sha1:9a7d38fe2448617df98ecaea7dbe6f3131088586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usage.c: remove reference to busybox.h</title>
<updated>2007-05-26T19:00:18+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-26T19:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b6adbf1be29841501cc49917249e85f273e1df7c'/>
<id>urn:sha1:b6adbf1be29841501cc49917249e85f273e1df7c</id>
<content type='text'>
*: s/include "busybox.h"/include "libbb.h"

</content>
</entry>
<entry>
<title>style fixes. No code changes</title>
<updated>2007-04-12T00:32:05+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-04-12T00:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=51742f4bb0c57a4d5063ece9437a2f34a42e52c8'/>
<id>urn:sha1:51742f4bb0c57a4d5063ece9437a2f34a42e52c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"</title>
<updated>2007-04-04T20:52:03+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-04-04T20:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=febe3c421109032cdfb36249c54e314d39256ace'/>
<id>urn:sha1:febe3c421109032cdfb36249c54e314d39256ace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>random style fixes (extra spaces deleted)</title>
<updated>2007-03-24T15:40:16+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-03-24T15:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=219d14d514ca4d31b4319af14e3a64b66fe2c233'/>
<id>urn:sha1:219d14d514ca4d31b4319af14e3a64b66fe2c233</id>
<content type='text'>
</content>
</entry>
</feed>
