<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, 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>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>
<entry>
<title>Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free.</title>
<updated>2012-07-15T22:22:04+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-15T22:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9e2b6db36ab6486172fccd0e1786532826d58c53'/>
<id>urn:sha1:9e2b6db36ab6486172fccd0e1786532826d58c53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New infrastructure for od (oops).</title>
<updated>2012-07-15T21:56:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-07-15T21:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2037b8396427ab82edd1912357e9177a2800b01a'/>
<id>urn:sha1:2037b8396427ab82edd1912357e9177a2800b01a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NOP b (byte) suffix to atolx() since od needs it.</title>
<updated>2012-06-30T21:31:37+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-30T21:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b8ef889cbfaeb69957ea76564543da38dfd65c47'/>
<id>urn:sha1:b8ef889cbfaeb69957ea76564543da38dfd65c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify chown and chgrp, add support for -hHLP flags.</title>
<updated>2012-06-24T23:35:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-24T23:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=78aaef2a7ac9e852258e385ff3923353d78b8781'/>
<id>urn:sha1:78aaef2a7ac9e852258e385ff3923353d78b8781</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor code refactoring.</title>
<updated>2012-06-23T03:14:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-23T03:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=285019a129c0dd8f5f9f0f4a6ecda74da961a449'/>
<id>urn:sha1:285019a129c0dd8f5f9f0f4a6ecda74da961a449</id>
<content type='text'>
</content>
</entry>
</feed>
