<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/applets, branch 1_11_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_11_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_11_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2008-07-11T12:19:14+00:00</updated>
<entry>
<title>Apply post-1.11.0 patches. Bump version to 1.11.1.</title>
<updated>2008-07-11T12:19:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-11T12:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dee8587d9208e4ea5ba8f8bb73b555007529372e'/>
<id>urn:sha1:dee8587d9208e4ea5ba8f8bb73b555007529372e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>udhcpc: kill undocumented -W, it was a no-op.</title>
<updated>2008-06-13T20:44:05+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-13T20:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=21765fa063830923d13426ec6989c16da9210e49'/>
<id>urn:sha1:21765fa063830923d13426ec6989c16da9210e49</id>
<content type='text'>
 fix option parsing in the case some CONFIG_x are off.
 disable -b on NOMMU, make backgrounding work correctly
 (if a bit differently from MMU case). Previously,
 it wasn't working at all.
 stop using global data for flags in main(), opt
 bitfield works as well.

function                                             old     new   delta
cryptpw_main                                         177     153     -24
packed_usage                                       24478   24452     -26
client_background                                     26       -     -26
udhcpc_main                                         2462    2372     -90
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/3 up/down: 0/-166)           Total: -166 bytes

</content>
</entry>
<entry>
<title>- use STD*_FILENO some more. No object-code changes</title>
<updated>2008-05-19T09:48:17+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-19T09:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5e25ddb7d369b6785ec3aaa96cbc0521c22aeb0d'/>
<id>urn:sha1:5e25ddb7d369b6785ec3aaa96cbc0521c22aeb0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- use EXIT_{SUCCESS,FAILURE}. No object-code changes</title>
<updated>2008-05-19T09:29:47+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-19T09:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=636a1f85e89432601c59cdc3239fc867b4adf051'/>
<id>urn:sha1:636a1f85e89432601c59cdc3239fc867b4adf051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cp: fix "cp -RL" to create regular files even if src is a symlink</title>
<updated>2008-04-27T22:06:24+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-27T22:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c0431ed455a601ddbfcd9f30d6397d4e9145cf54'/>
<id>urn:sha1:c0431ed455a601ddbfcd9f30d6397d4e9145cf54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid linking in printf/bsearch if possible. -20k for static bbox with</title>
<updated>2008-04-08T21:13:28+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-08T21:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=79cedcb2c0d88531323e5c2a31fd8465241fbffa'/>
<id>urn:sha1:79cedcb2c0d88531323e5c2a31fd8465241fbffa</id>
<content type='text'>
"basename", "true" and "false" only.

function                                             old     new   delta
full_write2_str                                        -      25     +25
bb_show_usage                                        183     202     +19
main                                                 883     898     +15
run_applet_and_exit                                  501     507      +6

</content>
</entry>
<entry>
<title>shells: do not frocibly enable test, echo and kill _applets_,</title>
<updated>2008-04-01T14:47:57+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-01T14:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=468aea2d8800cc0496383616d82d7c957ae8bc50'/>
<id>urn:sha1:468aea2d8800cc0496383616d82d7c957ae8bc50</id>
<content type='text'>
just build relevant source and use xxx_main functions.
build system: add a special case when we have exactly one applet enabled
(makes "true", "false", "basename" REALLY tiny).
getopt32: do not use stdio.

function                                             old     new   delta
getopt32                                            1385    1412     +27
make_device                                         1187    1200     +13
basename_main                                        120     127      +7
tcpudpsvd_main                                      1922    1926      +4
testcmd                                                5       -      -5
echocmd                                                5       -      -5
fuser_main                                          1243    1231     -12
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 4/1 up/down: 51/-22)             Total: 29 bytes

</content>
</entry>
<entry>
<title>*: fix fallout from -Wunused-parameter</title>
<updated>2008-03-17T09:04:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50'/>
<id>urn:sha1:85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50</id>
<content type='text'>
function                                             old     new   delta
bbunpack                                             358     366      +8
passwd_main                                         1070    1072      +2
handle_incoming_and_exit                            2651    2653      +2
getpty                                                88      86      -2
script_main                                          975     972      -3
inetd_main                                          2036    2033      -3
dname_enc                                            377     373      -4
make_new_session                                     474     462     -12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/5 up/down: 12/-24)            Total: -12 bytes
   text    data     bss     dec     hex filename
 797429     658    7428  805515   c4a8b busybox_old
 797417     658    7428  805503   c4a7f busybox_unstripped

</content>
</entry>
<entry>
<title>small code readability and typo fixes</title>
<updated>2008-02-22T22:43:22+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-22T22:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=32b2a9fd6a758602b149248bef8963466b05a088'/>
<id>urn:sha1:32b2a9fd6a758602b149248bef8963466b05a088</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build system: make it do without od -t</title>
<updated>2008-02-09T09:26:43+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-09T09:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=937b10f35dc9fb74220ffa8d3f8e98f07f732f79'/>
<id>urn:sha1:937b10f35dc9fb74220ffa8d3f8e98f07f732f79</id>
<content type='text'>
</content>
</entry>
</feed>
