<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.7.8</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.8</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.8'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-10-27T20:12:11+00:00</updated>
<entry>
<title>Don't unnecessarily recalculate library list.</title>
<updated>2018-10-27T20:12:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-27T20:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a3ebfb38cb840bd8d41c74df3c008105e3c6136d'/>
<id>urn:sha1:a3ebfb38cb840bd8d41c74df3c008105e3c6136d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER</title>
<updated>2018-10-27T15:54:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-27T15:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c9571603db299259bca8271917688455696c14ce'/>
<id>urn:sha1:c9571603db299259bca8271917688455696c14ce</id>
<content type='text'>
changed), better error message when .config missing.
</content>
</entry>
<entry>
<title>Allow unstripped build to overwrite read-only output file.</title>
<updated>2018-10-27T15:09:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-27T15:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=71984f3e28827549aad5b77939cdeeb62382ecb0'/>
<id>urn:sha1:71984f3e28827549aad5b77939cdeeb62382ecb0</id>
<content type='text'>
(Output file is read only because broken installs that write to the old filename
will truncate+overwrite toybox binary otherwise.)
</content>
</entry>
<entry>
<title>Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo</title>
<updated>2018-10-22T02:36:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-22T02:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=07a3b9192001369c7bf74cd4f096dc49703b24e9'/>
<id>urn:sha1:07a3b9192001369c7bf74cd4f096dc49703b24e9</id>
<content type='text'>
xparsetime() not to need floating point, adjust callers.
</content>
</entry>
<entry>
<title>Check for cross compiler before creating any generated/* files w/probed vals.</title>
<updated>2018-10-06T19:07:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-06T19:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=951c73334a77608fd1108f03eb9e6f98ffbb12a1'/>
<id>urn:sha1:951c73334a77608fd1108f03eb9e6f98ffbb12a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>getconf: fix glibc NPROCESSORS_ONLN.</title>
<updated>2018-10-05T16:40:50+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-10-02T21:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=966341c88859fa13d268194fd52643377e039d6f'/>
<id>urn:sha1:966341c88859fa13d268194fd52643377e039d6f</id>
<content type='text'>
glibc doesn't have _XOPEN_UUCP (though bionic does), which meant that the
generated array of values was out of sync with the hand-written array of
names.

This patch removes that by using a unified array and the preprocessor.

A side benefit of this for me is that it makes toybox easier to integrate
in the AOSP build system (the less shell script magic, the better).
</content>
</entry>
<entry>
<title>Don't include toys.h and lib/*.c in config2help.c, the host vs cross compiler</title>
<updated>2018-08-03T21:09:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-08-03T21:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b51fcf8e7946aa3a059634804bd426f1b6fab571'/>
<id>urn:sha1:b51fcf8e7946aa3a059634804bd426f1b6fab571</id>
<content type='text'>
build context (probes for portability.h) is too fiddly to keep stright,
just copy the parts we need into the host tool.
</content>
</entry>
<entry>
<title>Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random)</title>
<updated>2018-07-04T23:49:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-07-04T23:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ff2d528a0a6943bd4247f3c122c145a5b19f0387'/>
<id>urn:sha1:ff2d528a0a6943bd4247f3c122c145a5b19f0387</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The prlimit probe broke when implicit function declarations became an error</title>
<updated>2018-06-27T04:04:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-27T04:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=28d780b265f71ebe735d480df1d10aef1ba029a7'/>
<id>urn:sha1:28d780b265f71ebe735d480df1d10aef1ba029a7</id>
<content type='text'>
(see comment in ulimit.c about the glibc header bug), so copy prototype into
the probe too. Without this ulimit always disabled by config probe.
</content>
</entry>
<entry>
<title>Elliott pointed out that ping's been promoted, not needed in airlock list.</title>
<updated>2018-06-22T02:49:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-22T02:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8b0486cf0c37bd66a070c7482f1a875179502583'/>
<id>urn:sha1:8b0486cf0c37bd66a070c7482f1a875179502583</id>
<content type='text'>
</content>
</entry>
</feed>
