<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.8.4</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.8.4</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.8.4'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2020-10-24T22:44:09+00:00</updated>
<entry>
<title>Silence kernel messages that stomp the command line after boot.</title>
<updated>2020-10-24T22:44:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-24T22:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bc46bc619fcd83c3e85b054042577c95d1511484'/>
<id>urn:sha1:bc46bc619fcd83c3e85b054042577c95d1511484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't "quiet" the kernel builds. You can KARGS=quiet if you like.</title>
<updated>2020-10-24T12:00:30+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-24T12:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=83d1ddc8ed3039ad4a6b9d32aa716bc8ab625c08'/>
<id>urn:sha1:83d1ddc8ed3039ad4a6b9d32aa716bc8ab625c08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do an "exec &gt;/dev/console 2&gt;&amp;1" early in mkroot init so we have</title>
<updated>2020-10-19T23:04:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-19T23:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=273c9e72c1a578915cc4db6a83ca5e0f6a1771f4'/>
<id>urn:sha1:273c9e72c1a578915cc4db6a83ca5e0f6a1771f4</id>
<content type='text'>
debug output if anything later in the script fails.
</content>
</entry>
<entry>
<title>Tweak error message.</title>
<updated>2020-08-24T06:31:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-24T06:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d07f530f328cc1362d7100d3f040fabcc501af74'/>
<id>urn:sha1:d07f530f328cc1362d7100d3f040fabcc501af74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach VERBOSE to do more for xpect.</title>
<updated>2020-08-24T03:49:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-24T03:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=152e32857a50d37eb05cceb901391a32a43eda10'/>
<id>urn:sha1:152e32857a50d37eb05cceb901391a32a43eda10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>People have been having trouble finding the toybox web page (despite being</title>
<updated>2020-08-07T07:25:50+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-07T07:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=efb8060a591b6ed13c16c4034db43652e03f90d5'/>
<id>urn:sha1:efb8060a591b6ed13c16c4034db43652e03f90d5</id>
<content type='text'>
the first google hit for "android toybox"), and want toybox --help to
mention it. I was referred to https://github.com/landley/toybox/issues/50

So add a URL to toybox --help. While I was there, make unrecognized commands
(like toybox -?) suggest "toybox --help", move the install instructions
to the FAQ page (with a second link from toybox --help), and generally
tighten up the help text. Also, "toybox -*" is no longer a synonym for --long.

Oh, and I fixed some build dependencies when Config.in changes.
</content>
</entry>
<entry>
<title>Have "make tests" fail if any of the tests failed.</title>
<updated>2020-06-17T02:14:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-06-17T02:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d6a0b3031f0b92ac8ac3d18277efe04eb902a94d'/>
<id>urn:sha1:d6a0b3031f0b92ac8ac3d18277efe04eb902a94d</id>
<content type='text'>
This is sort of a hack because I want to move the individual tests to
subshells, which means they don't have a shared shell context. Functions
and variables not persisting into later tests is a good thing (test environments
polluting each other), but it makes accumulating FAILCOUNT more awkward.
</content>
</entry>
<entry>
<title>Tweak comments and error handling</title>
<updated>2020-06-08T16:49:44+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-06-08T16:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=29e73bf0a06d08a8363c932f0479fb7e56fc979f'/>
<id>urn:sha1:29e73bf0a06d08a8363c932f0479fb7e56fc979f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let $PENDING select more commands out of pending to enable.</title>
<updated>2020-06-01T14:00:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-06-01T14:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8cb4dbec6734761c0fa27aa4c3bd6e9952cb1286'/>
<id>urn:sha1:8cb4dbec6734761c0fa27aa4c3bd6e9952cb1286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ahem. The new copy_file_range() check needs the config symbol probe.</title>
<updated>2020-06-01T08:31:14+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-06-01T08:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b2dd9953d83b9e6d8012b6b1b43869316eb112b7'/>
<id>urn:sha1:b2dd9953d83b9e6d8012b6b1b43869316eb112b7</id>
<content type='text'>
</content>
</entry>
</feed>
