<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.4.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2012-11-13T12:32:03+00:00</updated>
<entry>
<title>Older versions of glibc predated posix-2008. They still provide most of what we need, but require a boot to the headers to get them to admit it. Note that uClibc lies and claims to be glibc so we have to specifically exclude it here.</title>
<updated>2012-11-13T12:32:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-11-13T12:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4e79810a727d810b977dfeffb3ba654447a0b1fe'/>
<id>urn:sha1:4e79810a727d810b977dfeffb3ba654447a0b1fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use stridx.</title>
<updated>2012-11-02T14:50:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-11-02T14:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=58fe702905a02a0a5da43a06177d7e88dae82128'/>
<id>urn:sha1:58fe702905a02a0a5da43a06177d7e88dae82128</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix thinko in xpidfile()</title>
<updated>2012-10-08T00:31:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-10-08T00:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b77293f660128aa39cf476d03f3f0e4770c355ad'/>
<id>urn:sha1:b77293f660128aa39cf476d03f3f0e4770c355ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add du command.</title>
<updated>2012-08-27T02:17:00+00:00</updated>
<author>
<name>Ashwini Kumar</name>
<email>ak.ashwini@gmail.com</email>
</author>
<published>2012-08-27T02:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1a0eedf795546171a7e84b47f0f02c7d286d2ec4'/>
<id>urn:sha1:1a0eedf795546171a7e84b47f0f02c7d286d2ec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add signal handler to clean up tempfile.</title>
<updated>2012-07-30T06:01:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-30T06:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c52db60645103cbbf21eeab033f40a0659cd9193'/>
<id>urn:sha1:c52db60645103cbbf21eeab033f40a0659cd9193</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400, which prevents "./toybox | wc" from producing any output when toybox was statically linked.</title>
<updated>2012-07-24T04:38:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-24T04:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=07d79af7182c130858a84274718f9d0c84d15109'/>
<id>urn:sha1:07d79af7182c130858a84274718f9d0c84d15109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit.</title>
<updated>2012-07-22T03:45:05+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-22T03:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=31f49e7968db5d0d569513992baa6d25dde8aa58'/>
<id>urn:sha1:31f49e7968db5d0d569513992baa6d25dde8aa58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use "_password" instead of "_passwd" for names in lib/password.c.</title>
<updated>2012-07-21T23:38:36+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-21T23:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6ba38c2c79c12c5f2227ee4a87c9875fae407332'/>
<id>urn:sha1:6ba38c2c79c12c5f2227ee4a87c9875fae407332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma.</title>
<updated>2012-07-18T05:19:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-18T05:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a727b516ef77251f3736ed8368d9bb381664aaa5'/>
<id>urn:sha1:a727b516ef77251f3736ed8368d9bb381664aaa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add passwd by Kyungwan Han.</title>
<updated>2012-07-17T13:54:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-17T13:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2c917f5acc008e73b367ecf82402b5eac08db10c'/>
<id>urn:sha1:2c917f5acc008e73b367ecf82402b5eac08db10c</id>
<content type='text'>
</content>
</entry>
</feed>
