<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.7.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-02-02T05:03:35+00:00</updated>
<entry>
<title>Fix directory test in cp.</title>
<updated>2016-02-02T05:03:35+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-01-06T16:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2554243d8872a5083ad2bbd019e2e513000df3c6'/>
<id>urn:sha1:2554243d8872a5083ad2bbd019e2e513000df3c6</id>
<content type='text'>
Commit 3d33dd80f8cb931e293d7f64c44bc357fec11120 fixed a use of S_ISDIR
on st_dev rather than st_mode in find, but there was another instance
of the same error in cp.
</content>
</entry>
<entry>
<title>Add find -delete</title>
<updated>2016-02-01T18:46:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-01T18:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8aee3e5b5e774e3d79951d240e08384590811ffc'/>
<id>urn:sha1:8aee3e5b5e774e3d79951d240e08384590811ffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix blkid typo (label wasn't detected in murderfs).</title>
<updated>2016-01-31T20:33:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T20:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=acf34f524d28fc51ac06dae6a1a6948d3e26bb68'/>
<id>urn:sha1:acf34f524d28fc51ac06dae6a1a6948d3e26bb68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add grep -B -C</title>
<updated>2016-01-31T04:07:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T04:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=36aed25f3f54f7871d5810adfe99d96944e0afb4'/>
<id>urn:sha1:36aed25f3f54f7871d5810adfe99d96944e0afb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add grep -A</title>
<updated>2016-01-31T00:28:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T00:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b97d8211fa5c382f32e9a9f606a8566bd2ec09fb'/>
<id>urn:sha1:b97d8211fa5c382f32e9a9f606a8566bd2ec09fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill.</title>
<updated>2016-01-29T04:10:06+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-29T04:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4a13ca98e18cea4acc8d605653d0ee8425e34f59'/>
<id>urn:sha1:4a13ca98e18cea4acc8d605653d0ee8425e34f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding -M broke ps -k header printing without -M.</title>
<updated>2016-01-28T20:22:46+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-28T20:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=852740618edc876ac7416e18c2f92f78707cd708'/>
<id>urn:sha1:852740618edc876ac7416e18c2f92f78707cd708</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix I forgot to checkin, plus a wrapper function.</title>
<updated>2016-01-28T19:36:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-28T19:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8f7137e4e4850e17eea8c045865885bb1bc2f3bc'/>
<id>urn:sha1:8f7137e4e4850e17eea8c045865885bb1bc2f3bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't resort or recalculate headers for cursor up/down, do PGUP PGDN, and</title>
<updated>2016-01-28T03:19:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-28T03:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=33f50f5ff5930815e0a6a6e4af55905df2ec6bdf'/>
<id>urn:sha1:33f50f5ff5930815e0a6a6e4af55905df2ec6bdf</id>
<content type='text'>
down move way down past end of list.
</content>
</entry>
<entry>
<title>Add cpu line to top, and fix a bug initializing upticks slot.</title>
<updated>2016-01-28T02:27:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-28T02:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c35aabc1af80da053136acf8feb53947d219b87c'/>
<id>urn:sha1:c35aabc1af80da053136acf8feb53947d219b87c</id>
<content type='text'>
</content>
</entry>
</feed>
