<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys/lsb, branch 0.5.2</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.5.2</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.5.2'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2015-02-12T22:41:59+00:00</updated>
<entry>
<title>Fix bug introduced by last commit (print template instead of toybuf).</title>
<updated>2015-02-12T22:41:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-12T22:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=67d9ea5a81c8083875ac7420d7e6a62766b48b6f'/>
<id>urn:sha1:67d9ea5a81c8083875ac7420d7e6a62766b48b6f</id>
<content type='text'>
Also, xstrdup() the unmodified template because changing the environment string
could make the changed version show up in "ps".
</content>
</entry>
<entry>
<title>Only apply mktemp directory to targets that aren't already paths.</title>
<updated>2015-02-11T23:10:28+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-11T23:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b2bb6e65f3461d1dfdcd3614c3c63f7a1453840b'/>
<id>urn:sha1:b2bb6e65f3461d1dfdcd3614c3c63f7a1453840b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix longopts (pointed out by Hyejin Kim).</title>
<updated>2015-02-11T04:51:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-11T04:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ca6a91063d241d48a5c83f9042ed370e3918b639'/>
<id>urn:sha1:ca6a91063d241d48a5c83f9042ed370e3918b639</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shameless meddling.</title>
<updated>2015-02-08T01:45:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-08T01:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6434acef74318e8c3f7e68f4513112b95d2979e8'/>
<id>urn:sha1:6434acef74318e8c3f7e68f4513112b95d2979e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use $TMPDIR if set (necessary on Android, where there is no /tmp).</title>
<updated>2015-02-08T01:27:59+00:00</updated>
<author>
<name>Elliot Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-02-08T01:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=831a085a8d36cfb4fa064bdddb6bd0a434d4b3e1'/>
<id>urn:sha1:831a085a8d36cfb4fa064bdddb6bd0a434d4b3e1</id>
<content type='text'>
Include full template in error messages.
Don't report success on failure with -q.
Avoid unnecessary allocation.
Fix "xxxxxx" versus "XXXXXX" confusion.
</content>
</entry>
<entry>
<title>Don't mount a filesystem over an existing one with the same /dev and /dir.</title>
<updated>2014-12-02T09:17:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-12-02T09:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a03a0449e810c26f001cdfc56e5527f51577a639'/>
<id>urn:sha1:a03a0449e810c26f001cdfc56e5527f51577a639</id>
<content type='text'>
The OS mostly catches this for block devices, but calling "mount -a" twice
shouldn't overmount tmpfs entries with new tmpfs instances. (This needs a test
suite entry, and the test suite needs a root context to run in...)
</content>
</entry>
<entry>
<title>Update dmesg, loosely based on a patch from Elliott Hughes.</title>
<updated>2014-11-26T03:45:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-26T03:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6a66049f5038f4d1e5bdb2cdcb5609a5c4184c90'/>
<id>urn:sha1:6a66049f5038f4d1e5bdb2cdcb5609a5c4184c90</id>
<content type='text'>
Probe the default buffer size, replace the constants with FLAG_x macros, add -r,
replace the byte at a time output with a single xwrite(), more comments.
</content>
</entry>
<entry>
<title>Make md5sum and sha1sum work on big endian systems.</title>
<updated>2014-11-20T03:38:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-20T03:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=29e5e24c6d7ea08fc84895eb48de3a5f2250a547'/>
<id>urn:sha1:29e5e24c6d7ea08fc84895eb48de3a5f2250a547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>probe for getspnam(), forkpty(), utmpx, replace sethostname()</title>
<updated>2014-11-19T22:38:46+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>ibid.ag@gmail.com</email>
</author>
<published>2014-11-19T22:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=46ddf0e34b03f7711a9c80f7a70dc8cbf732f782'/>
<id>urn:sha1:46ddf0e34b03f7711a9c80f7a70dc8cbf732f782</id>
<content type='text'>
Android is missing all of these; we need to probe for some so we have
a config symbol to depend on.
sethostname() is easily replaced.
We got termios.h via pty.h; now it's not included in configure-step tools,
so we need termios.h to generate globals.
</content>
</entry>
<entry>
<title>Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysis, plus occasional tweak by me while reviewing them.</title>
<updated>2014-10-09T18:43:32+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-10-09T18:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3d56716d362d6a827c5f81029ac64c71b56a2f5c'/>
<id>urn:sha1:3d56716d362d6a827c5f81029ac64c71b56a2f5c</id>
<content type='text'>
</content>
</entry>
</feed>
