<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.7.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-01-29T04:10:06+00:00</updated>
<entry>
<title>Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill.</title>
<updated>2016-01-29T04:10:06+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-29T04:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4a13ca98e18cea4acc8d605653d0ee8425e34f59'/>
<id>urn:sha1:4a13ca98e18cea4acc8d605653d0ee8425e34f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix I forgot to checkin, plus a wrapper function.</title>
<updated>2016-01-28T19:36:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-28T19:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8f7137e4e4850e17eea8c045865885bb1bc2f3bc'/>
<id>urn:sha1:8f7137e4e4850e17eea8c045865885bb1bc2f3bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix comma_args error reporting.</title>
<updated>2016-01-25T22:10:09+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-01-24T18:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3d950dbd646f22e8934c4e6f2612986da106a0b2'/>
<id>urn:sha1:3d950dbd646f22e8934c4e6f2612986da106a0b2</id>
<content type='text'>
None of the current callers' callbacks set errno, so this was resulting in
bogus errors like "No device or address" when ps tried to complain about a
misspelled field.
</content>
</entry>
<entry>
<title>Factor out insanitize() from seq.c to next_printf() in lib.</title>
<updated>2016-01-23T03:35:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-23T03:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cf0f037ac861a3f4fd877e79f3e53877a446f722'/>
<id>urn:sha1:cf0f037ac861a3f4fd877e79f3e53877a446f722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First stab at making readfileat() realloc() in a loop to read long files.</title>
<updated>2016-01-20T22:48:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-20T22:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=59781de0c0512ed3c862bef5735d569b2adcd4a3'/>
<id>urn:sha1:59781de0c0512ed3c862bef5735d569b2adcd4a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Another CFG_TOYBOX_DEBUG test.</title>
<updated>2016-01-20T00:26:41+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-20T00:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e9dce28087997b633dd39e8907bf67629d24b899'/>
<id>urn:sha1:e9dce28087997b633dd39e8907bf67629d24b899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend utf8 fontmetrics so ps can use them.</title>
<updated>2016-01-17T23:16:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-17T23:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ba86864699997b0da780e15fd6be33c8a556e927'/>
<id>urn:sha1:ba86864699997b0da780e15fd6be33c8a556e927</id>
<content type='text'>
Also, I forgot to check in uuid_show() last time.
</content>
</entry>
<entry>
<title>Update draw_str() and friends to do standard escaping for ^X &lt;AB&gt; U+ABCD.</title>
<updated>2016-01-17T20:08:10+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-17T20:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=544c1ec1614cd9a8dcedac3478701e4b97b0f8a0'/>
<id>urn:sha1:544c1ec1614cd9a8dcedac3478701e4b97b0f8a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move create_uuid() to lib and xpoll() to lib/net.c.</title>
<updated>2016-01-16T22:59:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-16T22:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5493916370c74944cc796cc91d058fb4ccabe140'/>
<id>urn:sha1:5493916370c74944cc796cc91d058fb4ccabe140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hwclock -u.</title>
<updated>2016-01-11T03:19:48+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-01-09T20:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c55d30d85f1332f5022132c119ecfa3f2f16f4c5'/>
<id>urn:sha1:c55d30d85f1332f5022132c119ecfa3f2f16f4c5</id>
<content type='text'>
You can't pass a NULL value to setenv(3). The "put things back how they were"
intent of this code is best achieved by calling unsetenv(3) in the NULL case.

(This causes a crash with "hwclock -u" on Android. glibc silently corrupts the
environment instead.)
</content>
</entry>
</feed>
