<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, branch 0.4.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2012-07-24T04:38:34+00:00</updated>
<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>More web page roadmap/status update stuff.</title>
<updated>2012-07-22T04:58:40+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-22T04:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8f90d3aa019ff89e19e0977c22be8b73c92109a3'/>
<id>urn:sha1:8f90d3aa019ff89e19e0977c22be8b73c92109a3</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>Add date -r, make -u work even when /etc/localtime set, and lots of cleanup/refactoring.</title>
<updated>2012-07-21T23:37:26+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-21T23:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6d878191f18b89ac6c40f078fd62e8b61f484023'/>
<id>urn:sha1:6d878191f18b89ac6c40f078fd62e8b61f484023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add status.html and script to calculate it from roadmap info.</title>
<updated>2012-07-21T05:29:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-21T05:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=37aa821e7bdeb135894ae7ba5a775557c3f6c2d1'/>
<id>urn:sha1:37aa821e7bdeb135894ae7ba5a775557c3f6c2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>taskset.c now also support executing new commands with a given cpu affinity mask</title>
<updated>2012-07-20T07:43:27+00:00</updated>
<author>
<name>Elie De Brauwer</name>
<email>eliedebrauwer@gmail.com</email>
</author>
<published>2012-07-20T07:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=fe8c07e8db55ff31b5f85fcbbba474e06525c50d'/>
<id>urn:sha1:fe8c07e8db55ff31b5f85fcbbba474e06525c50d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toys/login.c: make use of the read_passwd function offered by the passwd library.</title>
<updated>2012-07-20T06:42:44+00:00</updated>
<author>
<name>Elie De Brauwer</name>
<email>eliedebrauwer@gmail.com</email>
</author>
<published>2012-07-20T06:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=21ef5ce1c65383829f9278588c37dda7c5b7dc1c'/>
<id>urn:sha1:21ef5ce1c65383829f9278588c37dda7c5b7dc1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trivial cleanups.</title>
<updated>2012-07-19T02:10:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-19T02:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a76ba3d58ad526e9ee9bb0d86671ba1f39d99729'/>
<id>urn:sha1:a76ba3d58ad526e9ee9bb0d86671ba1f39d99729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup of w command.</title>
<updated>2012-07-19T01:28:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-19T01:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1af525d9f72491e68fb21573872841e5124a930d'/>
<id>urn:sha1:1af525d9f72491e68fb21573872841e5124a930d</id>
<content type='text'>
</content>
</entry>
</feed>
