<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/www, branch 0.7.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-05-06T03:05:08+00:00</updated>
<entry>
<title>Android roadmap update.</title>
<updated>2016-05-06T03:05:08+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-05-05T16:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=290774d79914e668c40755dd88e71afb35d6afbc'/>
<id>urn:sha1:290774d79914e668c40755dd88e71afb35d6afbc</id>
<content type='text'>
I removed iftop a while back but didn't remove it everywhere in the
documentation. I switched over to toybox ps yesterday.
</content>
</entry>
<entry>
<title>Add "infrastructure in search of a user" to cleanup.html.</title>
<updated>2016-04-24T19:30:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-04-24T19:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=25a2395e2698aebd53ad3bc4d9143cd817d8332f'/>
<id>urn:sha1:25a2395e2698aebd53ad3bc4d9143cd817d8332f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ps and top are implemented from the android todo. Record enh's wishlist items.</title>
<updated>2016-04-20T04:03:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-04-20T04:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=529d5db29a32db565d2ee0aeac133e47ec045e12'/>
<id>urn:sha1:529d5db29a32db565d2ee0aeac133e47ec045e12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toolbox prlimit is no more.</title>
<updated>2016-03-25T18:18:07+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-03-07T22:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d4d9b5f547c92da6b85677a19f5e1b8cc7dada63'/>
<id>urn:sha1:d4d9b5f547c92da6b85677a19f5e1b8cc7dada63</id>
<content type='text'>
Replaced by toybox ulimit -p.
</content>
</entry>
<entry>
<title>Redo build stuff in response to Andy Chu's suggestions.</title>
<updated>2016-03-23T08:25:37+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-03-23T08:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a8d0d13376251e1ff35a557dddea1d2e3c81a149'/>
<id>urn:sha1:a8d0d13376251e1ff35a557dddea1d2e3c81a149</id>
<content type='text'>
Toybox single binaries are now made directly with the new name instead of
stomping toybox and getting renamed.

Unstripped files now live in generated/unstripped.

Target to run all tests is now "make tests" to avoid conflict with "make test".

.singleconfig now has .PHONY: entries for all test_$NAME targets.

Default install location changed to /usr/toybox, code.html now says how
to change it (set $PREFIX).

scripts/install.sh --uninstall works now. (And you get to keep the pieces!)
</content>
</entry>
<entry>
<title>Split out _xexit() from xexit() and give sigatexit() multiple callbacks.</title>
<updated>2016-03-14T01:23:41+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-03-14T01:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=eb24df9749994d175a2de3b7fc0535abe46a7576'/>
<id>urn:sha1:eb24df9749994d175a2de3b7fc0535abe46a7576</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup pass on the dirtree infrastructure, in preparation for making rm -r</title>
<updated>2016-03-07T22:02:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-03-07T22:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8d95074b7d034188af8542aaea0306d3670d71be'/>
<id>urn:sha1:8d95074b7d034188af8542aaea0306d3670d71be</id>
<content type='text'>
handle infinite depth. Fix docs, tweak dirtree_handle_callback() semantics,
remove dirtree_start() and don't export dirtree_handle_callback(), instead
offer dirtree_flagread(). (dirtree_read() is a wrapper around dirtree_flagread
passing 0 for flags.)
</content>
</entry>
<entry>
<title>Add the sed invocations to convert tabs/spaces and back, plus some tweaks.</title>
<updated>2016-02-17T18:30:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-17T18:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=782d2c17cac641c3c123cc284b219a01ef26e74f'/>
<id>urn:sha1:782d2c17cac641c3c123cc284b219a01ef26e74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to status.html and some test suite cosmetic tweaks.</title>
<updated>2016-02-02T20:56:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-02T20:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645'/>
<id>urn:sha1:8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Editorial comment.</title>
<updated>2016-02-02T20:23:37+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-02T20:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=dabdebdc7a27bde9638f1f8f528427d9f8b65fa0'/>
<id>urn:sha1:dabdebdc7a27bde9638f1f8f528427d9f8b65fa0</id>
<content type='text'>
</content>
</entry>
</feed>
