<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys/lsb, branch 0.7.2</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.2</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-07-15T09:51:56+00:00</updated>
<entry>
<title>Fix non-library md5sum build. (Oops.)</title>
<updated>2016-07-15T09:51:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-07-15T09:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f61b1439e9140938e4244a71a8c1c721fa4ca9f7'/>
<id>urn:sha1:f61b1439e9140938e4244a71a8c1c721fa4ca9f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optional openssl accelerated versions of hash functions, loosely based on</title>
<updated>2016-07-15T09:45:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-07-15T09:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=adef5dcb1857f524e2a24dd0223f31db7cd7a8b9'/>
<id>urn:sha1:adef5dcb1857f524e2a24dd0223f31db7cd7a8b9</id>
<content type='text'>
a patch from Elliott Hughes, who said:

[PATCH] Add support for libcrypto for MD5/SHA.

Orders of magnitude faster (for architectures where OpenSSL/BoringSSL
has optimized assembler).

Also adds sha224sum, sha256sum, sha384sum, and sha512sum for folks
building with libcrypto.

The fallback portable C implementations could easily be refactored
to be API-compatible, but I don't know whether they'd stay here or
move to lib/ so I've left that part alone for now.
</content>
</entry>
<entry>
<title>Add -c to md5sum and sha1sum.</title>
<updated>2016-07-14T21:53:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-07-14T21:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c06ed8daaf1519026d1d92dd15e515886788398a'/>
<id>urn:sha1:c06ed8daaf1519026d1d92dd15e515886788398a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hostname cleanup, as described on the list.</title>
<updated>2016-05-04T10:14:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-05-04T10:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5c8f3d7d2b03c0c6ba8ce244783cb88b29108a4d'/>
<id>urn:sha1:5c8f3d7d2b03c0c6ba8ce244783cb88b29108a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -b and -F arguments to hostname</title>
<updated>2016-05-04T03:05:21+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-05-01T14:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c451397f16ecfbe05d41ac76e3d5f84dc39a6bfc'/>
<id>urn:sha1:c451397f16ecfbe05d41ac76e3d5f84dc39a6bfc</id>
<content type='text'>
These arguments are required to correctly set the hostname at boot time. They
are used by the '/etc/init.d/hostname.sh' init script in an OpenEmbedded system.
</content>
</entry>
<entry>
<title>For years the man pages have said to #include &lt;sys/types.h&gt; to get</title>
<updated>2016-03-02T17:52:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-03-02T17:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7ca5dc4232b9ac5ee5cd25c8b5b33a58904cd251'/>
<id>urn:sha1:7ca5dc4232b9ac5ee5cd25c8b5b33a58904cd251</id>
<content type='text'>
major/minor/makedev, but glibc has vowed to break existing programs
(https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html)
and replace it with _another_ non-standard header (not in posix or lsb),
so let's just add functions to lib/ that do the transform ourselves.
</content>
</entry>
<entry>
<title>Fix more warnings on 32 bit builds.</title>
<updated>2016-02-26T00:10:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-26T00:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f9ca79a7b7762bdc698efb7c34ecaac63540eacb'/>
<id>urn:sha1:f9ca79a7b7762bdc698efb7c34ecaac63540eacb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where mount -o leftover string didn't get passed through to kernel</title>
<updated>2016-02-26T00:03:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-26T00:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8fffeffdf259bc1a7c2c8055a0bbc3f4c508ed76'/>
<id>urn:sha1:8fffeffdf259bc1a7c2c8055a0bbc3f4c508ed76</id>
<content type='text'>
for 2-argument version.
</content>
</entry>
<entry>
<title>Fix remounting /system on Android.</title>
<updated>2016-02-18T01:01:19+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-02-18T00:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=289ca9b68c5bb10c3dda8aa71ae1bbe9dbc98ae7'/>
<id>urn:sha1:289ca9b68c5bb10c3dda8aa71ae1bbe9dbc98ae7</id>
<content type='text'>
This adds the missing "relatime" option, fixes error handling logic (mount
returns 0/-1, not an errno value, and I at least get EACCES rather than
EROFS in the case where the underlying block device is read-only; we should
also probably only try again if the ioctl actually succeeded), and adds the
missing newline in case where we go around and try again read-only.

The test case was "mount -o rw,remount /system" on Android.
</content>
</entry>
<entry>
<title>Add seq -w, suggested by izabera.</title>
<updated>2016-02-11T04:31:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-11T04:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e2d042c8e868a129396f03ec759e2ccdb8304833'/>
<id>urn:sha1:e2d042c8e868a129396f03ec759e2ccdb8304833</id>
<content type='text'>
</content>
</entry>
</feed>
