<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox, 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>2021-03-09T05:43:43+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2021-03-09T05:43:43+00:00</updated>
<author>
<name>Cem Keylan</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-03-09T05:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7ccc9c2432a847b85da5f445977d09f014cbc75b'/>
<id>urn:sha1:7ccc9c2432a847b85da5f445977d09f014cbc75b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start-stop-daemon: explain -x + -a test</title>
<updated>2021-03-09T00:12:18+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-03-09T00:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=307cd26e9893ed0cf6ee88e7fca2d61d3da0e139'/>
<id>urn:sha1:307cd26e9893ed0cf6ee88e7fca2d61d3da0e139</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ntpd: tweak comments</title>
<updated>2021-03-02T18:54:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-03-02T18:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2d48d9b1cca7745a514f8cf770308ceb48edb195'/>
<id>urn:sha1:2d48d9b1cca7745a514f8cf770308ceb48edb195</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ntpd: decrease INITIAL_SAMPLES from 4 to 3</title>
<updated>2021-03-02T11:21:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-03-02T11:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2d6c175d9b8b0c8eedda2f9bcf1b96a8117ab441'/>
<id>urn:sha1:2d6c175d9b8b0c8eedda2f9bcf1b96a8117ab441</id>
<content type='text'>
This reduces initial traffic to NTP servers when a lot of devices boot at once.

Log inspection tells me we agressively burst-poll servers about 5 times
at startup, even though we usually already update clock after second replies.
INITIAL_SAMPLES can probably be even lower, e.g. 2, but let's be conservative
when changing this stuff.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>vi: code shrink</title>
<updated>2021-03-01T13:41:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-03-01T13:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=70ee23399cb2c77dec0b6ad3b6030f7cf3105b8f'/>
<id>urn:sha1:70ee23399cb2c77dec0b6ad3b6030f7cf3105b8f</id>
<content type='text'>
function                                             old     new   delta
setops                                                85      73     -12
colon                                               2965    2915     -50
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-62)             Total: -62 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>vi: restore 0 offset after :set noXXX command</title>
<updated>2021-03-01T13:26:36+00:00</updated>
<author>
<name>Alison Winters</name>
<email>alisonatwork@outlook.com</email>
</author>
<published>2021-02-27T23:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=63d9da322f438a98bb654cc4976874fa89f1fa62'/>
<id>urn:sha1:63d9da322f438a98bb654cc4976874fa89f1fa62</id>
<content type='text'>
Fixes bug where commands after the first noXXX command are ignored.
    e.g. :set noic tabstop=4

While at it, stop recognizing "notabstop=NNN".

function                                             old     new   delta
colon                                               2990    2965     -25

Signed-off-by: Alison Winters &lt;alisonatwork@outlook.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bc: typo fix in comment</title>
<updated>2021-02-26T20:20:18+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-26T20:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=9b6bcfda0e11c0e73a966a77110f6c68425cff34'/>
<id>urn:sha1:9b6bcfda0e11c0e73a966a77110f6c68425cff34</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dc: more docs in --help</title>
<updated>2021-02-26T16:11:55+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-26T16:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=9037757c5fde77d74e24e100efd70420a51c5d95'/>
<id>urn:sha1:9037757c5fde77d74e24e100efd70420a51c5d95</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dc: document what non-GNU commands do</title>
<updated>2021-02-26T13:48:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-26T13:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1a37aa7a88722f49928f6cd7851476aa4525462d'/>
<id>urn:sha1:1a37aa7a88722f49928f6cd7851476aa4525462d</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bc/dc: fix length(0) and length(0.000nnn) result</title>
<updated>2021-02-26T13:23:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-26T13:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ace81cd46ce53e60fe702cc1ac857989207e7ac4'/>
<id>urn:sha1:ace81cd46ce53e60fe702cc1ac857989207e7ac4</id>
<content type='text'>
function                                             old     new   delta
zxc_vm_process                                      6464    6498     +34

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
