<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.7.3</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.3</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.3'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2017-02-21T04:40:10+00:00</updated>
<entry>
<title>If the last ps field is left justified, it extends to the width of the screen.</title>
<updated>2017-02-21T04:40:10+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-21T04:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a36264ffcbe39d92ece08d05f204acd6085170bd'/>
<id>urn:sha1:a36264ffcbe39d92ece08d05f204acd6085170bd</id>
<content type='text'>
(Recent "show + for last char when truncated" change broke that, putting it
back.)
</content>
</entry>
<entry>
<title>Declaring todo bankruptcy, dmesg goes back into pending until I get a chance</title>
<updated>2017-02-21T03:42:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-21T03:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=fd866b2f058294cf51a6987a1786ff1bd9e6b1ea'/>
<id>urn:sha1:fd866b2f058294cf51a6987a1786ff1bd9e6b1ea</id>
<content type='text'>
to unify the two codepaths in Elliott's rewrite.
</content>
</entry>
<entry>
<title>Fix dmesg -c and -C.</title>
<updated>2017-02-21T03:42:26+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-01-04T18:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=461b90c341090c46083e83ca59ccb88371e051e4'/>
<id>urn:sha1:461b90c341090c46083e83ca59ccb88371e051e4</id>
<content type='text'>
I never use these, so I didn't notice I'd broken them until someone who
does bringup complained.

The "one weird trick" with SEEK_DATA is documented at the URL we already
point to. SEEK_DATA was added in Linux 3.1 (2011) and isn't available in
glibc 2.19 (2014), so I've added that to "portability.h" for the benefit
of Ubuntu 14.04.

Also make -c and -C mutually exclusive.

Also fix some of the formatting I introduced earlier. (A clang-format file
would help prevent these mistakes...)
</content>
</entry>
<entry>
<title>Ascii only showed 15 rows instead of 16 and spacing was wrong for 96-100.</title>
<updated>2017-02-18T18:51:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-18T18:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ac22dfa9c751ca15c2cd90b6a702ebd960b202ee'/>
<id>urn:sha1:ac22dfa9c751ca15c2cd90b6a702ebd960b202ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach file(1) about bzip2 files.</title>
<updated>2017-02-16T21:48:00+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-02-16T01:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=af92dfdad8b8f2e8d35a1959832a3b6939261d9f'/>
<id>urn:sha1:af92dfdad8b8f2e8d35a1959832a3b6939261d9f</id>
<content type='text'>
If we can read and write bzip2 files, we should be able to identify them
too...
</content>
</entry>
<entry>
<title>Document df -a</title>
<updated>2017-02-09T19:58:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-09T19:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6132e360e11a0dfc6edf27f8634d44f4eb8e526f'/>
<id>urn:sha1:6132e360e11a0dfc6edf27f8634d44f4eb8e526f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ascii: display ascii table.</title>
<updated>2017-02-07T22:27:37+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-07T22:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2fdeb3aaf292f64c69ecb63c98b0a6caedc60530'/>
<id>urn:sha1:2fdeb3aaf292f64c69ecb63c98b0a6caedc60530</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ps -l has 4 chars left for "cmd", switch "ADDR" to "BIT" to save space.</title>
<updated>2017-02-07T02:46:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-07T02:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=af857c67a89a8f73e81255b56ea12936b4c55b67'/>
<id>urn:sha1:af857c67a89a8f73e81255b56ea12936b4c55b67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make tty size failure to enable -w (Elliott prefers that), and fix last field</title>
<updated>2017-02-06T22:07:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-06T22:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=45c2c21396d26254258851b72d8d50db93730106'/>
<id>urn:sha1:45c2c21396d26254258851b72d8d50db93730106</id>
<content type='text'>
to be left justified again.
</content>
</entry>
<entry>
<title>Don't set SIGWINCH when reading ANSI size probe data, it causes a loop.</title>
<updated>2017-02-06T02:02:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-02-06T02:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=544669ff968beee1f522d72b2d92d1570c59f3ef'/>
<id>urn:sha1:544669ff968beee1f522d72b2d92d1570c59f3ef</id>
<content type='text'>
</content>
</entry>
</feed>
