<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/configs/android_502_defconfig, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2020-08-13T15:12:56+00:00</updated>
<entry>
<title>build system: drop PLATFORM_LINUX</title>
<updated>2020-08-13T15:12:56+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-08-04T07:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=5c69ad0ecdc18cf51b312c7c82848f4438fe1c8d'/>
<id>urn:sha1:5c69ad0ecdc18cf51b312c7c82848f4438fe1c8d</id>
<content type='text'>
PLATFORM_LINUX is a hidden configuration option which is disabled by
default and enabled at over a hundred locations for features that are
deemed to be Linux specific.

The only effect of PLATFORM_LINUX is to control compilation of
libbb/match_fstype.c.  This file is only needed by mount and umount.

Remove all references to PLATFORM_LINUX and compile match_fstype.c
if mount or umount is enabled.

Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<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>modutils: fix config options dependency</title>
<updated>2017-01-30T18:14:50+00:00</updated>
<author>
<name>Kang-Che Sung</name>
<email>explorer09@gmail.com</email>
</author>
<published>2017-01-30T18:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=065e988e7ae66b3f36d280ed6ca580e29cb6358d'/>
<id>urn:sha1:065e988e7ae66b3f36d280ed6ca580e29cb6358d</id>
<content type='text'>
module.aliases and module.symbols files have no use in modprobe-small
implementation. So FEATURE_MODUTILS_ALIAS and FEATURE_MODUTILS_SYMBOLS
will depend on !MODPROBE_SMALL.

The try_to_mmap_module() function is not called in modprobe-small.c,
so I will let FEATURE_INSMOD_TRY_MMAP depend on !MODPROBE_SMALL for
now.

Signed-off-by: Kang-Che Sung &lt;explorer09@gmail.com&gt;

Likewise, FEATURE_2_4_MODULES is not used by modprobe-small.

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>
</feed>
