<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/examples, branch 1_17_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_17_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_17_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-04-04T13:38:22+00:00</updated>
<entry>
<title>update examples/udhcp/udhcpd.conf</title>
<updated>2010-04-04T13:38:22+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-04T13:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=290346948d3c0808770241eaf54fe0631b31fb9f'/>
<id>urn:sha1:290346948d3c0808770241eaf54fe0631b31fb9f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcp: tweak udhcpd.conf example and comments. no code changes</title>
<updated>2010-03-21T01:22:07+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-21T01:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2e7aa928360eb9b1c90fa2356734cee794b66516'/>
<id>urn:sha1:2e7aa928360eb9b1c90fa2356734cee794b66516</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcp: code shrink; disable time and log server options</title>
<updated>2010-03-20T23:43:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-20T23:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e5ce91b41b657a0dbd1db442ebc47f4c935e7d1f'/>
<id>urn:sha1:e5ce91b41b657a0dbd1db442ebc47f4c935e7d1f</id>
<content type='text'>
function                                             old     new   delta
add_server_options                                     -     100    +100
udhcp_add_simple_option                               92      90      -2
nobody_responds_to_arp                                88      85      -3
dhcp_options                                          66      62      -4
udhcp_add_option_string                              104      94     -10
udhcp_run_script                                     665     654     -11
dhcp_option_strings                                  203     188     -15
static.blank_chaddr                                   16       -     -16
send_ACK                                             211     180     -31
add_bootp_options                                     61       -     -61
udhcpd_main                                         1925    1846     -79
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 0/8 up/down: 100/-232)         Total: -132 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcpc: make it possible to disable vendor id; improve help text</title>
<updated>2010-03-20T17:06:23+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-20T17:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=87fa216e1e388c537cda2cff126eea816a4135ac'/>
<id>urn:sha1:87fa216e1e388c537cda2cff126eea816a4135ac</id>
<content type='text'>
function                                             old     new   delta
init_packet                                          135     139      +4
packed_usage                                       26789   26786      -3
alloc_dhcp_option                                     67      63      -4
udhcpc_main                                         2467    2447     -20
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 4/-27)             Total: -23 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcpd: remove five more options which do not make sense or not supported</title>
<updated>2010-03-20T06:12:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-20T06:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0f62c4d065bc7fa9d3de52a8482bf48ecfd18ecf'/>
<id>urn:sha1:0f62c4d065bc7fa9d3de52a8482bf48ecfd18ecf</id>
<content type='text'>
requestip, vendorclass, clientid are client-side variables,
          they do not make sense as udhcpd opts
dhcptype  is the packet type (not interesting, it's always 5)
userclass needs parser support in order to work

function                                             old     new   delta
dhcp_options                                          68      66      -2
read_opt                                             865     859      -6
dhcp_option_strings                                  253     203     -50
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-58)             Total: -58 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcp: remove support for some really old and odd options</title>
<updated>2010-03-19T22:42:23+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-19T22:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=777706cb2352c02602842f89d916a0e18ce6bd91'/>
<id>urn:sha1:777706cb2352c02602842f89d916a0e18ce6bd91</id>
<content type='text'>
function                                             old     new   delta
dhcp_options                                          72      68      -4
dhcp_option_strings                                  271     253     -18

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace fix</title>
<updated>2010-01-26T07:04:18+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-26T07:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1aaf1cb096e2d8d0d1c21e44e425072c122e6a7e'/>
<id>urn:sha1:1aaf1cb096e2d8d0d1c21e44e425072c122e6a7e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ntpd: explain why scripts can be run in quick succession</title>
<updated>2010-01-25T18:30:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-25T18:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=24928ffd8d6eb7f410ea0a7b4530086cecfeea6e'/>
<id>urn:sha1:24928ffd8d6eb7f410ea0a7b4530086cecfeea6e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2010-01-25T12:39:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-25T12:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3581c625151d25d8e1cbc80c44337d398d97cf42'/>
<id>urn:sha1:3581c625151d25d8e1cbc80c44337d398d97cf42</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fix examples which used non-standard cut -b0-NNN</title>
<updated>2010-01-18T11:25:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-18T11:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=573ba4e92e920df656e80ccdb11677315843ba7f'/>
<id>urn:sha1:573ba4e92e920df656e80ccdb11677315843ba7f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
