<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/configs/TEST_noprintf_defconfig, branch master</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=master</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2017-08-14T10:25:55+00:00</updated>
<entry>
<title>build system: remove unused CONFIG_FEATURE_HAVE_RPC</title>
<updated>2017-08-14T10:25:55+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-14T10:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=647d8afe869b40c617d2a327b51947cee07b58f3'/>
<id>urn:sha1:647d8afe869b40c617d2a327b51947cee07b58f3</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>msh: delete this applet</title>
<updated>2017-07-03T14:56:37+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-07-03T14:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2e989ef232e35750df573898077dd356003705b2'/>
<id>urn:sha1:2e989ef232e35750df573898077dd356003705b2</id>
<content type='text'>
It's deprecated since 2009 and interferes with make_single_applets.sh tests.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Move FEATURE_AUTOWIDTH config option to two applets which use it</title>
<updated>2017-01-11T15:35:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-11T15:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ed15dde60a72dce888df10295a916b199346929d'/>
<id>urn:sha1:ed15dde60a72dce888df10295a916b199346929d</id>
<content type='text'>
No code changes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Move FEATURE_USE_TERMIOS config option to two applets which use it</title>
<updated>2017-01-11T15:27:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-11T15:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=6c1f348fa792a33d5a98e68c139df65c2d4c1628'/>
<id>urn:sha1:6c1f348fa792a33d5a98e68c139df65c2d4c1628</id>
<content type='text'>
No code changes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>init: rename FEATURE_EXTRA_QUIET -&gt; FEATURE_INIT_QUIET</title>
<updated>2017-01-10T14:24:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-10T14:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=f35ad3bd1287627fc6ca7cc9c1f48b186257dd87'/>
<id>urn:sha1:f35ad3bd1287627fc6ca7cc9c1f48b186257dd87</id>
<content type='text'>
The former name had no INIT anywhere in its name, sounded generic

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>shells: make hush test optional, rename ASH_BUILTIN_foo -&gt; ASH_foo</title>
<updated>2017-01-10T14:13:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-10T14:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=265062d59dd46065ad34519f04615fb2cecefe8a'/>
<id>urn:sha1:265062d59dd46065ad34519f04615fb2cecefe8a</id>
<content type='text'>
This makes hash and ash more symmetrical wrt config menu and config
options.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option</title>
<updated>2016-11-27T02:57:08+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-11-27T02:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=6747bdac88d44d1b3729f56760ae7f6829c85d9f'/>
<id>urn:sha1:6747bdac88d44d1b3729f56760ae7f6829c85d9f</id>
<content type='text'>
Its usage in C code was removed in 2004.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>traceroute: cleanup and fixes for packet size calculations</title>
<updated>2016-09-28T16:44:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-09-28T16:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1c32e49bdf74dfe47cae108d06702996ead052f0'/>
<id>urn:sha1:1c32e49bdf74dfe47cae108d06702996ead052f0</id>
<content type='text'>
Remove FEATURE_TRACEROUTE_SOURCE_ROUTE: it's off by default, and
source routing is not used in real world.

Tested that "traceroute -n ::1 100" and "traceroute -n 127.0.0.1 100"
both send 100 byte IP packets (this matches what traceroute on Fedora
Rawhide is doing).

function                                             old     new   delta
common_traceroute_main                              3731    3738      +7

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init</title>
<updated>2016-03-30T22:42:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-03-30T22:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=52977a7d600c7db0f7c4935fd501427fd6b580d0'/>
<id>urn:sha1:52977a7d600c7db0f7c4935fd501427fd6b580d0</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>remove FEATURE_VI_OPTIMIZE_CURSOR from example config</title>
<updated>2012-06-11T23:48:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2012-06-11T23:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=588e284f53da2dc5c58f3d1b9efacd6e9061baf1'/>
<id>urn:sha1:588e284f53da2dc5c58f3d1b9efacd6e9061baf1</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
