<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, branch 0.4.5</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.5</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.5'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2013-07-01T05:10:28+00:00</updated>
<entry>
<title>Make ls output major, minor for block devices.</title>
<updated>2013-07-01T05:10:28+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-07-01T05:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=876903c5e063431091fd3f9a2e01b496e88950d4'/>
<id>urn:sha1:876903c5e063431091fd3f9a2e01b496e88950d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First pass at ls --color</title>
<updated>2013-07-01T04:52:45+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-07-01T04:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=12a4d74fb8813ad17a480732415d8ffc478d3ab3'/>
<id>urn:sha1:12a4d74fb8813ad17a480732415d8ffc478d3ab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Condense ls help text.</title>
<updated>2013-06-30T21:52:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-06-30T21:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=53b47708a7852dd9dc15b981888afec42cd0d591'/>
<id>urn:sha1:53b47708a7852dd9dc15b981888afec42cd0d591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add config option for --help support in all commands.</title>
<updated>2013-06-30T20:58:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-06-30T20:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=953722e3826c779f261a4c8a3649e36b1333a86f'/>
<id>urn:sha1:953722e3826c779f261a4c8a3649e36b1333a86f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another segfault in ls -C when terminal size is 0x0.</title>
<updated>2013-06-30T06:26:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-06-30T06:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=302d9d3e5138e950487dd22ab9e8b1d32a67456c'/>
<id>urn:sha1:302d9d3e5138e950487dd22ab9e8b1d32a67456c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modinfo: support -b basedir and -k kernel.release, fix two bugs</title>
<updated>2013-06-28T07:11:48+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>idunham@lavabit.com</email>
</author>
<published>2013-06-28T07:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7bb5221b1f943c53c9abb96f7a25ef922ae9972d'/>
<id>urn:sha1:7bb5221b1f943c53c9abb96f7a25ef922ae9972d</id>
<content type='text'>
Add two less-frequently used flags for modinfo; -b specifies an alternate
root and -k replaces the output of uname -r.

Additionally, avoid a potential overflow in sprintf,
and correct an inverted test.
</content>
</entry>
<entry>
<title>Update status to include recently implemented commands.</title>
<updated>2013-06-27T04:22:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-06-27T04:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=aafa148d9d2c0dd59abed1a4e3715d1e9dee318c'/>
<id>urn:sha1:aafa148d9d2c0dd59abed1a4e3715d1e9dee318c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modinfo cleanups.</title>
<updated>2013-06-23T19:38:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-06-23T19:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=10217d386975fe4456bb98e9195096165da4119d'/>
<id>urn:sha1:10217d386975fe4456bb98e9195096165da4119d</id>
<content type='text'>
Don't use xopen() if you want to iterate through multiple files.
Don't abort if unable to open the file, but return error if it can't map it.
(And leak the filehandle.) All modinfo_file() actually uses is the filename,
no reason to go through dirtree() for that. Nothing is actually _checking_ the
return value of modinfo_file(). Avoid global data outside of toy_union.
Make sure extension is at end of file (we can add support for more extensions
later).
</content>
</entry>
<entry>
<title>Patch that assumes that the presence of the string ".ko" indicates</title>
<updated>2013-06-23T19:02:16+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>idunham@lavabit.com</email>
</author>
<published>2013-06-23T19:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9d5456c70b549e8eded8f634fcdad999b655c205'/>
<id>urn:sha1:9d5456c70b549e8eded8f634fcdad999b655c205</id>
<content type='text'>
use of a path to a module (*.ko.xz and similar included, but not supported).
</content>
</entry>
<entry>
<title>Implement mv as an extension of cp.</title>
<updated>2013-06-23T04:30:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-06-23T04:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1f3c42d490f5e4d354ea4ac22ec16d88ec3b734a'/>
<id>urn:sha1:1f3c42d490f5e4d354ea4ac22ec16d88ec3b734a</id>
<content type='text'>
</content>
</entry>
</feed>
