<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, branch 0.8.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.8.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2019-02-09T01:54:47+00:00</updated>
<entry>
<title>Update news.html for 0.8.0 release.</title>
<updated>2019-02-09T01:54:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-09T01:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3ef015d73749f462e93953ec63d5c42e5a0f401a'/>
<id>urn:sha1:3ef015d73749f462e93953ec63d5c42e5a0f401a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ps, top: fix VIRT and SHR fields.</title>
<updated>2019-02-08T01:59:59+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-02-07T21:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=638e3629916b65fa1e08d7b3e38d2d21b3594683'/>
<id>urn:sha1:638e3629916b65fa1e08d7b3e38d2d21b3594683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Promote sntp to net.</title>
<updated>2019-02-05T14:40:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T14:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cea6a95c467dfcc1cc82ef3df0f76fccb85f5f04'/>
<id>urn:sha1:cea6a95c467dfcc1cc82ef3df0f76fccb85f5f04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The android NDK does not appear to have adjtime(). (It has the syscall, and</title>
<updated>2019-02-05T14:38:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T14:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=54f0fc8a266bfb88923ecb00bed268ac899459c1'/>
<id>urn:sha1:54f0fc8a266bfb88923ecb00bed268ac899459c1</id>
<content type='text'>
it has clock_settime(), but not the libc adjtime() function...)

*shrug* Stub it out in portability.h.
</content>
</entry>
<entry>
<title>Fix some llvm warnings.</title>
<updated>2019-02-05T14:21:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T14:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3e3c50c3fd1682db7ad8269d588637e2251948a3'/>
<id>urn:sha1:3e3c50c3fd1682db7ad8269d588637e2251948a3</id>
<content type='text'>
I don't know why NDK llvm is complaining about adjtime(), toys.h is #including
&lt;sys/time.h&gt; which http://man7.org/linux/man-pages/man3/adjtime.3.html says
is the right header...?
</content>
</entry>
<entry>
<title>Suppress warnings gcc should not be making (and a comment typo).</title>
<updated>2019-02-05T14:17:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T14:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=843b92406da0fd27eab77e193c8329e5cbea1fa0'/>
<id>urn:sha1:843b92406da0fd27eab77e193c8329e5cbea1fa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix server loop timeout logic.</title>
<updated>2019-02-05T14:14:40+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T14:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=11b2780ea60acd359bda7923e5d4460b3835f053'/>
<id>urn:sha1:11b2780ea60acd359bda7923e5d4460b3835f053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix server mode and make request timeout 3 tries of 3 seconds (9 sec total).</title>
<updated>2019-02-05T13:45:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T13:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7a3f339fd722bf9cc13fff1fde7bd98bfed9f67f'/>
<id>urn:sha1:7a3f339fd722bf9cc13fff1fde7bd98bfed9f67f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset screen wrap mode (broken by qemu -nographic output).</title>
<updated>2019-02-05T04:52:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-05T04:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b56f9f33fa1c9361f0f12b0179965602cb2363aa'/>
<id>urn:sha1:b56f9f33fa1c9361f0f12b0179965602cb2363aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sort -o: fix behavior when output file is one of the input files.</title>
<updated>2019-02-05T03:03:17+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-02-05T01:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d5ad47d000635aa69f2016bf641958c89fba26cc'/>
<id>urn:sha1:d5ad47d000635aa69f2016bf641958c89fba26cc</id>
<content type='text'>
Bug: http://b/123902291
</content>
</entry>
</feed>
