<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, 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-25T17:56:56+00:00</updated>
<entry>
<title>Stand alone builds of OLDTOY should show help text for corresponding NEWTOY.</title>
<updated>2016-05-25T17:56:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-05-25T17:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9c3789aed19ab8a0f2de58ff091c1e834e4cb8d9'/>
<id>urn:sha1:9c3789aed19ab8a0f2de58ff091c1e834e4cb8d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bufgetgrgid()</title>
<updated>2016-05-20T19:28:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-05-20T19:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b602f1c1513328fe91f70233c78d11d9e638982d'/>
<id>urn:sha1:b602f1c1513328fe91f70233c78d11d9e638982d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.)</title>
<updated>2016-05-17T17:10:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-05-17T17:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6d50d4cbbf6ff34ed68dba61d30c434b57b23332'/>
<id>urn:sha1:6d50d4cbbf6ff34ed68dba61d30c434b57b23332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify ps android scheduling policy fetch slightly.</title>
<updated>2016-05-04T23:37:50+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-05-04T23:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=454eea52f806141137ff62abaf78302ea3d7c9c0'/>
<id>urn:sha1:454eea52f806141137ff62abaf78302ea3d7c9c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a ps "PCY" field for Android scheduling policy.</title>
<updated>2016-05-01T01:15:51+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-04-30T01:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e0dbc6beaf376f1a84464e103661840178576b84'/>
<id>urn:sha1:e0dbc6beaf376f1a84464e103661840178576b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more to not append an extra newline.</title>
<updated>2016-04-23T18:33:03+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-04-22T01:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=072ea41682be093fd5fb25e7d6669a65a76144e6'/>
<id>urn:sha1:072ea41682be093fd5fb25e7d6669a65a76144e6</id>
<content type='text'>
More's sigatexit handler needs to distinguish between normal exit and exit
due to receipt of a signal.

Change tty_sigreset to look at the signal number too, so that pressing 'q'
to exit top doesn't cause its exit status to be 128.
</content>
</entry>
<entry>
<title>Have dirtree_recurse() take the new dirfd as an argument.</title>
<updated>2016-04-21T22:46:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-04-21T22:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bb77dde5ddfba8fe0c819b18b547c2d710956502'/>
<id>urn:sha1:bb77dde5ddfba8fe0c819b18b547c2d710956502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "ssh top".</title>
<updated>2016-04-17T00:58:56+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-04-16T01:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=00a60fcaa318a437ab66d9a6bd6c065a019a8fad'/>
<id>urn:sha1:00a60fcaa318a437ab66d9a6bd6c065a019a8fad</id>
<content type='text'>
The ps.c change allows us to start. The interestingtimes.c change allows
us to clean up properly afterwards if you ^C out (which you usually do).

Tested with both ssh and "adb shell" (the latter being where I noticed
the problem).
</content>
</entry>
<entry>
<title>Didn't check in all my local basename_r-&gt;getbasename changes. (Oops.)</title>
<updated>2016-04-10T19:35:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-04-10T19:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cb49c305e3c78179b19d6f174ae73309544292b8'/>
<id>urn:sha1:cb49c305e3c78179b19d6f174ae73309544292b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redefining basename_r to mean something random seems popular (bionic and freebsd</title>
<updated>2016-04-08T23:25:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-04-08T23:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1c028ca33dc059a9d8f18daafcd77b5950268f41'/>
<id>urn:sha1:1c028ca33dc059a9d8f18daafcd77b5950268f41</id>
<content type='text'>
both did it) so use getbasename instead.
</content>
</entry>
</feed>
