<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, 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-09-29T23:55:30+00:00</updated>
<entry>
<title>apply all post-1.7.1 patches, set version to 1.7.2</title>
<updated>2007-09-29T23:55:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-09-29T23:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=43f0a0bb3a178794ac9fa3f5010db680c5d1b018'/>
<id>urn:sha1:43f0a0bb3a178794ac9fa3f5010db680c5d1b018</id>
<content type='text'>
</content>
</entry>
<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>introduce and use xdup2(int, int)</title>
<updated>2007-08-18T14:16:39+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-18T14:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a27a11bb2c033d3e0312dc1d62430a002314686f'/>
<id>urn:sha1:a27a11bb2c033d3e0312dc1d62430a002314686f</id>
<content type='text'>
stop checking whether setsockopt_reuseaddr(int fd) was successful (it always is)
remove second parameter (sockllen) from xmalloc_sockaddr2xxxxx functions

sockaddr2str                                         142     156     +14
collect_blk                                          467     474      +7
xdup2                                                 28      33      +5
singlemount                                         4456    4454      -2
print_host                                           214     212      -2
nslookup_main                                        139     137      -2
ftpgetput_main                                       414     412      -2
udhcpd_main                                         1258    1255      -3
udhcpc_main                                         2405    2402      -3
traceroute_main                                     4125    4122      -3
nc_main                                             1072    1069      -3
buffer_fill_and_print                                 76      73      -3
xmalloc_sockaddr2hostonly_noport                      18      14      -4
xmalloc_sockaddr2host_noport                          18      14      -4
xmalloc_sockaddr2host                                 15      11      -4
xmalloc_sockaddr2dotted_noport                        18      14      -4
xmalloc_sockaddr2dotted                               18      14      -4
wget_main                                           2618    2614      -4
ping_main                                            393     389      -4
ip_port_str                                          120     115      -5
dhcprelay_main                                      1146    1141      -5
dnsd_main                                           1531    1525      -6
passwd_main                                         1110    1102      -8
udhcp_kernel_packet                                  206     197      -9
udhcp_listen_socket                                  154     144     -10
getty_main                                          2576    2566     -10
setup                                                655     640     -15
xmove_fd                                              51      34     -17
dolisten                                             759     742     -17
tcpudpsvd_main                                      1866    1836     -30
startservice                                         339     299     -40

</content>
</entry>
<entry>
<title>assorted fixes for breakage found by randomconfig</title>
<updated>2007-08-17T08:29:48+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-17T08:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=856be770a66a4d928f13c9d2f401dc1092e5270e'/>
<id>urn:sha1:856be770a66a4d928f13c9d2f401dc1092e5270e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more: by Tristan Schmelcher &lt;tpkschme@engmail.uwaterloo.ca&gt;:</title>
<updated>2007-08-15T20:42:52+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-15T20:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=033e592cbc96c150c67ac9be7df65e314be5c8f8'/>
<id>urn:sha1:033e592cbc96c150c67ac9be7df65e314be5c8f8</id>
<content type='text'>
- Fixed a number of deficiencies in the line wrapping.
- Fixed a bug where the page could scroll multiple times per keypress.
- Re-read terminal dimensions after user input, in case they
  resized the terminal while we were waiting.
- Added an 'R' key to print the rest of the file without prompting.
- Crudely support tabs in the line-wrapping code by converting
  them to 8 spaces.

</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>mount: print errno on NFS error (again)</title>
<updated>2007-08-03T14:16:24+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-03T14:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0e2c9fb4e09fb0c5a47ddc74b0ba53238570599e'/>
<id>urn:sha1:0e2c9fb4e09fb0c5a47ddc74b0ba53238570599e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiplier suffixes are short, store them directly in struct suffix_mult</title>
<updated>2007-07-27T15:06:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-07-27T15:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f868963c672ffdfc4bd37670b8d74342577264b1'/>
<id>urn:sha1:f868963c672ffdfc4bd37670b8d74342577264b1</id>
<content type='text'>
function                                             old     new   delta
xstrtoul_range_sfx                                   226     217      -9
xstrtoull_range_sfx                                  291     280     -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-20)             Total: -20 bytes
   text    data     bss     dec     hex filename
 669128    2668   13616  685412   a7564 busybox_old
 669108    2668   13616  685392   a7550 busybox_unstripped

</content>
</entry>
<entry>
<title>Replace index_in_[sub]str_array with index_in_[sub]strings,</title>
<updated>2007-07-24T15:54:42+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-07-24T15:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=990d0f63eeb502c8762076e5c5499196e09cba55'/>
<id>urn:sha1:990d0f63eeb502c8762076e5c5499196e09cba55</id>
<content type='text'>
which scans thru "abc\0def\0123\0\0" type strings. Saves 250 bytes.

   text    data     bss     dec     hex filename
 781266    1328   11844  794438   c1f46 busybox_old
 781010    1328   11844  794182   c1e46 busybox_unstripped

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