<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, 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-25T06:45:50+00:00</updated>
<entry>
<title>stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes).</title>
<updated>2015-02-25T06:45:50+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-25T06:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e4c8055a9eff649fe862e24a3f921ce56756ac7b'/>
<id>urn:sha1:e4c8055a9eff649fe862e24a3f921ce56756ac7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two flag contexts simultaneously.</title>
<updated>2015-02-18T21:19:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-18T21:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=fb4a241f35cf4baa6d6f2ebef9f3fd9929f4989b'/>
<id>urn:sha1:fb4a241f35cf4baa6d6f2ebef9f3fd9929f4989b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate 'userdel' from testing syntax.</title>
<updated>2015-02-18T19:06:26+00:00</updated>
<author>
<name>Yeongdeok Suh</name>
<email>skyducks111@gmail.com</email>
</author>
<published>2015-02-18T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=268330739fd7ab6313b9d7096b9bc0aa9a25f321'/>
<id>urn:sha1:268330739fd7ab6313b9d7096b9bc0aa9a25f321</id>
<content type='text'>
When I test toybox with toybox/tests/*.test scripts,
I got many false FAILs from it. So, I tried to fix useradd.test file.
</content>
</entry>
<entry>
<title>Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it.</title>
<updated>2015-02-15T21:44:26+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-15T21:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=54c712712436ddd10cb177afe0d86e6d4e11ddef'/>
<id>urn:sha1:54c712712436ddd10cb177afe0d86e6d4e11ddef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only discard optargs in toy_exec() after finding the command to run (otherwise the fallback exevp() segfaults).</title>
<updated>2015-02-15T21:27:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-15T21:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7c5ed1cedaa881fff52da019da96f9bf6735dc5d'/>
<id>urn:sha1:7c5ed1cedaa881fff52da019da96f9bf6735dc5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make egrep and fgrep build standalone.</title>
<updated>2015-02-14T20:59:30+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-14T20:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c49b9a97559d2009e9076e063b2e9acbc13fb9ef'/>
<id>urn:sha1:c49b9a97559d2009e9076e063b2e9acbc13fb9ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix --help for single.sh builds.</title>
<updated>2015-02-14T20:54:36+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-14T20:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=55fc1603b4162786565106e703da14106295171e'/>
<id>urn:sha1:55fc1603b4162786565106e703da14106295171e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split out unix2dos so scripts/single.sh and "make change" can build it standalone.</title>
<updated>2015-02-14T20:05:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-14T20:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7fcd90b39ce63f282d5498c06f78118bc03acf18'/>
<id>urn:sha1:7fcd90b39ce63f282d5498c06f78118bc03acf18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone.</title>
<updated>2015-02-14T07:08:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-14T07:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=45962a70e01c817dea7e7bf872b4e33748df7921'/>
<id>urn:sha1:45962a70e01c817dea7e7bf872b4e33748df7921</id>
<content type='text'>
sh builtin commands need multiplexer, help describes other enabled commands.
</content>
</entry>
<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>
</feed>
