<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/www, branch 0.4.9</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.9</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.9'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2014-06-28T03:26:02+00:00</updated>
<entry>
<title>Update cleanup page, now linking to descriptions of all of the ifconfig cleanup.</title>
<updated>2014-06-28T03:26:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-28T03:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f23d317e445bb7516238afbaf589d888d4c056ba'/>
<id>urn:sha1:f23d317e445bb7516238afbaf589d888d4c056ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain.</title>
<updated>2014-06-24T12:00:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-24T12:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1748bdb6bfe48cfe122973d26ab15186ee925101'/>
<id>urn:sha1:1748bdb6bfe48cfe122973d26ab15186ee925101</id>
<content type='text'>
This license variant looks like BSD, but is an unrestricted permission grant that doesn't require you to copy specific license text into derivative works. (The second paragraph is about something we DON'T do, I.E. provide any sort of warantee, and is just boilerplate from BSD to make it look like a BSD license.)
</content>
</entry>
<entry>
<title>Minor tweaks to code style section.</title>
<updated>2014-06-07T17:03:54+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-07T17:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d0c0422e601226101d28e954a4fc974d78a139eb'/>
<id>urn:sha1:d0c0422e601226101d28e954a4fc974d78a139eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs for example and pending directories.</title>
<updated>2014-05-22T13:16:55+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-22T13:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=002a11e7bdfe0c2d3d80d721a851fb45e2fcff98'/>
<id>urn:sha1:002a11e7bdfe0c2d3d80d721a851fb45e2fcff98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fluff out the coding style section, but the result was a bit big for the start of code.html, so move it to design.html.</title>
<updated>2014-05-19T23:24:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-19T23:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ca73392a472f5425ea5059e05c82f104da10ce9d'/>
<id>urn:sha1:ca73392a472f5425ea5059e05c82f104da10ce9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release announcement for 0.4.8.</title>
<updated>2014-04-20T19:22:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-04-20T19:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=08e18fb05fa027de0d4c5aa1dc3a4c1ce9ad4647'/>
<id>urn:sha1:08e18fb05fa027de0d4c5aa1dc3a4c1ce9ad4647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>On further analysis, none of the glibc commands are interesting.</title>
<updated>2014-04-13T01:39:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-04-13T01:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cbd775281d54e35e28a547bb49020fec75dc0f10'/>
<id>urn:sha1:cbd775281d54e35e28a547bb49020fec75dc0f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>roadmap: describe glibc commands.</title>
<updated>2014-04-12T22:26:44+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>ibid.ag@gmail.com</email>
</author>
<published>2014-04-12T22:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=931425ca05b93348dd497598af077d16cdc1cd3c'/>
<id>urn:sha1:931425ca05b93348dd497598af077d16cdc1cd3c</id>
<content type='text'>
Some glibc commands are irrelevant because they're for functionality
that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd).
getconf and catchsegv look like candidates for the development toolchain;
locale and iconv were already triaged.
getent is pretty lame, but it and the timezone stuff (tzselect zic
zdump) are the only new possibly interesting commands.
</content>
</entry>
<entry>
<title>Document some of the new temporary files in generated/, add anchor tags.</title>
<updated>2014-04-09T13:30:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-04-09T13:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7eaf4f535da215cd7061d60fb691df2ba09fff8a'/>
<id>urn:sha1:7eaf4f535da215cd7061d60fb691df2ba09fff8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note commands bundled with glibc but not musl.</title>
<updated>2014-04-09T12:57:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-04-09T12:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=348a8004af8d14cf6349d97b5846bae6f524b2bd'/>
<id>urn:sha1:348a8004af8d14cf6349d97b5846bae6f524b2bd</id>
<content type='text'>
No idea what to do about 'em yet, but there they are.
</content>
</entry>
</feed>
