<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.7.7</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.7</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.7'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-06-21T06:05:38+00:00</updated>
<entry>
<title>Promote fmt to other</title>
<updated>2018-06-21T06:05:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-21T06:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c5ddfba4809e5f3aa9425cfc42c288407bdebc08'/>
<id>urn:sha1:c5ddfba4809e5f3aa9425cfc42c288407bdebc08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak fmt width calculation.</title>
<updated>2018-06-21T05:25:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-21T05:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f8c93b1ec6f9c8356e5c368cbf9963ce0900b35d'/>
<id>urn:sha1:f8c93b1ec6f9c8356e5c368cbf9963ce0900b35d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo of fmt.c around loopfiles_lines() and understanding tab indents.</title>
<updated>2018-06-21T04:44:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-21T04:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=84015ca09da250e8ea46f2e212efa51274af4124'/>
<id>urn:sha1:84015ca09da250e8ea46f2e212efa51274af4124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cut -DF as awk replacement by not matching delimiterless lines with -D</title>
<updated>2018-06-14T19:50:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-14T19:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=851930b82dec1ac45cfb68c8d2958df947a4442e'/>
<id>urn:sha1:851930b82dec1ac45cfb68c8d2958df947a4442e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change do_lines() semantics to end with a callback(0,0) to indicate EOF,</title>
<updated>2018-06-14T19:10:17+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-14T19:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d63bc6849c2a3b6ff0b909390488cb423208d61d'/>
<id>urn:sha1:d63bc6849c2a3b6ff0b909390488cb423208d61d</id>
<content type='text'>
adjusting existing users.
</content>
</entry>
<entry>
<title>I tend to put extra parentheses around &amp; because its precedence being slightly</title>
<updated>2018-06-14T17:14:52+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-14T17:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5605a0ff2ad28eafa3ce6f2f4ef1ca96498ab79d'/>
<id>urn:sha1:5605a0ff2ad28eafa3ce6f2f4ef1ca96498ab79d</id>
<content type='text'>
wonky was Dennis Ritche's one public regret about C
(see https://www.lysator.liu.se/c/dmr-on-or.html).
</content>
</entry>
<entry>
<title>ping: support ping6 as a synonym for `ping -6`.</title>
<updated>2018-06-14T17:09:44+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-06-13T22:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=442f7a0c90b537c1af56c6ce7b3f40a0a47f822d'/>
<id>urn:sha1:442f7a0c90b537c1af56c6ce7b3f40a0a47f822d</id>
<content type='text'>
Sadly, this is what existing scripts seem to do.
</content>
</entry>
<entry>
<title>ping: add -m, switch to xsetsockopt.</title>
<updated>2018-06-14T00:22:15+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-06-13T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=36772a1926beb55f6077d29484955ddbcee026d7'/>
<id>urn:sha1:36772a1926beb55f6077d29484955ddbcee026d7</id>
<content type='text'>
Bug: http://b/28027677 toybox ping doesn't support -m mark
Test: strace -e setsockopt ./toybox ping -c 1 -m 0x1000 127.0.0.1
</content>
</entry>
<entry>
<title>top: remove flicker in interactive mode.</title>
<updated>2018-06-12T19:41:45+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-06-12T19:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1e0dd35f3cfef45f3de9dc6819c85e7870a90aba'/>
<id>urn:sha1:1e0dd35f3cfef45f3de9dc6819c85e7870a90aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>top: running processes are shown in bold.</title>
<updated>2018-06-12T19:04:14+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-06-12T00:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1683db07dd8ba6464fa3ee7220948f2681bbef33'/>
<id>urn:sha1:1683db07dd8ba6464fa3ee7220948f2681bbef33</id>
<content type='text'>
</content>
</entry>
</feed>
