<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/examples, branch ucrt_hack</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=ucrt_hack</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=ucrt_hack'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2021-09-02T21:53:48+00:00</updated>
<entry>
<title>examples/var_service/fw/run: allow extif's to be more than one iface</title>
<updated>2021-09-02T21:53:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-09-02T21:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d7e39f26d711b5736a3a478b0d8b353c0c02e958'/>
<id>urn:sha1:d7e39f26d711b5736a3a478b0d8b353c0c02e958</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/udhcpd.conf: update</title>
<updated>2021-06-03T10:07:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-03T10:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2f1d13d56aecc622366f717932929db5f0b8b35b'/>
<id>urn:sha1:2f1d13d56aecc622366f717932929db5f0b8b35b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities</title>
<updated>2020-12-13T20:35:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-13T20:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1b367cbeda9447d771b09831c1e9c83cadbee55e'/>
<id>urn:sha1:1b367cbeda9447d771b09831c1e9c83cadbee55e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: fix IPv6 support when using udhcpc</title>
<updated>2020-06-21T01:02:02+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2020-06-16T08:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=62744efa472886ea8fdeb262dcb184974e3f88de'/>
<id>urn:sha1:62744efa472886ea8fdeb262dcb184974e3f88de</id>
<content type='text'>
The udhcpc script calls ip addr flush .. which flushes addresses
of any address family, including IPv6. However, busybox udhcpc is
IPv4 only and should not influence IPv6 addressing. Hence use ip
addr flush with family constraint.

The script particularly broke IPv6 SLAAC: Typically when udhcpc
calls the script the kernel already assigned the IPv6 link-local
address. The flush removes the link-local IPv6 address again and
prohibits proper IPv6 operation such as SLAAC since neighbor
discovery protocol relies on IPv6 link-local addressing.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
[Taken from https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/busybox/files/simple.script?id=b77541dbb2f442e51842f9d24c8745a6df2d1478]
Signed-off-by: Quentin Schulz &lt;quentin.schulz@streamunlimited.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Updated inittab example documentation</title>
<updated>2019-11-17T16:48:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-11-17T16:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=419d0294e9e9c272c0d740e4951dd083d19d479f'/>
<id>urn:sha1:419d0294e9e9c272c0d740e4951dd083d19d479f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: print the filename actually changed</title>
<updated>2019-09-12T10:06:46+00:00</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eb@emlix.com</email>
</author>
<published>2019-08-13T15:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7f89ebe18ff2f5b3b5e8b2d617d682cb1d56293b'/>
<id>urn:sha1:7f89ebe18ff2f5b3b5e8b2d617d682cb1d56293b</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eb@emlix.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: up interface on deconfig event</title>
<updated>2019-09-05T12:58:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-09-05T12:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=81a708393d851b6b35c9bc3efe0e76ae696c07cc'/>
<id>urn:sha1:81a708393d851b6b35c9bc3efe0e76ae696c07cc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>typo fix in comment</title>
<updated>2019-05-16T12:31:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-16T12:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a51eec0b5aaee3835a54ca35c65e3cfc87004b97'/>
<id>urn:sha1:a51eec0b5aaee3835a54ca35c65e3cfc87004b97</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcpd: support per-client hostnames in static leases</title>
<updated>2019-05-16T09:18:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-16T09:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a840884531df649aabc72debb2d6025dabe2abb3'/>
<id>urn:sha1:a840884531df649aabc72debb2d6025dabe2abb3</id>
<content type='text'>
function                                             old     new   delta
read_staticlease                                     222     299     +77
add_server_options                                    92     154     +62
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 139/0)             Total: 139 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"</title>
<updated>2019-04-21T12:30:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-21T12:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1e9a4f56f574471707244db9f7038ad0581dec16'/>
<id>urn:sha1:1e9a4f56f574471707244db9f7038ad0581dec16</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
