<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys/lsb, branch master</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=master</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2021-06-09T23:41:59+00:00</updated>
<entry>
<title>md5sum.c: simplify the table setup slightly.</title>
<updated>2021-06-09T23:41:59+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2021-06-08T19:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=412054cff027ee52cadc3684f6018cfb0e5eb8e2'/>
<id>urn:sha1:412054cff027ee52cadc3684f6018cfb0e5eb8e2</id>
<content type='text'>
I don't think it was wrong before, but the strchr() in particular left
me scratching my head. This formulation is slightly cheaper and seems
more obviously correct.

(Unrelated but nearby, I don't understand why anyone would ever want to
calculate these tables at runtime, so this seems like another
unnecessary CFG_TOYBOX_FLOAT to me, though an unusual one where we might
want to _remove_ the floating-point code.)
</content>
</entry>
<entry>
<title>dmesg.c: fix off-by-one.</title>
<updated>2021-06-09T05:26:37+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2021-06-08T00:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7ee66e9aec520afa1138876074b815295b6d1821'/>
<id>urn:sha1:7ee66e9aec520afa1138876074b815295b6d1821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More sha*sum cleanup.</title>
<updated>2021-06-04T08:03:28+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2021-06-04T08:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d02da4ec606c82108a589826730eefb01c5ca2ed'/>
<id>urn:sha1:d02da4ec606c82108a589826730eefb01c5ca2ed</id>
<content type='text'>
Make everything an OLDTOY of md5sum (combining help text), remove enum,
combine unions, actually track 128 bit count for sha384/512.
</content>
</entry>
<entry>
<title>Fix big endian in new sha2 commands.</title>
<updated>2021-06-02T13:37:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2021-06-02T13:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=19e0cbabb4bd32343789febf3729cc91ed5aab4f'/>
<id>urn:sha1:19e0cbabb4bd32343789febf3729cc91ed5aab4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup.</title>
<updated>2021-06-02T13:23:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2021-06-02T13:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a0cb955df0978d3a91c560ee66d4c6109acbefed'/>
<id>urn:sha1:a0cb955df0978d3a91c560ee66d4c6109acbefed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix USE declarations</title>
<updated>2021-06-01T19:05:50+00:00</updated>
<author>
<name>Dan Brown</name>
<email>dan@weetabix</email>
</author>
<published>2021-06-01T00:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3e7561cc63b746c9c0bfcf5b65c69fb4b6094160'/>
<id>urn:sha1:3e7561cc63b746c9c0bfcf5b65c69fb4b6094160</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up unsuccessful attempt to calculate constants</title>
<updated>2021-06-01T19:05:50+00:00</updated>
<author>
<name>Dan Brown</name>
<email>dan@weetabix</email>
</author>
<published>2021-05-31T23:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1a1e02aae88b87930818b24f1233b80784e717b8'/>
<id>urn:sha1:1a1e02aae88b87930818b24f1233b80784e717b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>attempt to calculate round constants instead of using lookup table; doesn't work for SHA-512's 64-bit values</title>
<updated>2021-06-01T19:05:50+00:00</updated>
<author>
<name>Dan Brown</name>
<email>dan@weetabix</email>
</author>
<published>2021-05-31T23:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=57be6ee6d193632d53d8e196d6b75d30a612d672'/>
<id>urn:sha1:57be6ee6d193632d53d8e196d6b75d30a612d672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first rough version of built-in hash sums</title>
<updated>2021-06-01T19:05:50+00:00</updated>
<author>
<name>Dan Brown</name>
<email>dan@weetabix</email>
</author>
<published>2021-05-31T20:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2513951e9e3449ec8fb585fc5c2b52e0131131ce'/>
<id>urn:sha1:2513951e9e3449ec8fb585fc5c2b52e0131131ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add entry points for sha224,256,384,512</title>
<updated>2021-06-01T19:05:50+00:00</updated>
<author>
<name>Dan Brown</name>
<email>dan@weetabix</email>
</author>
<published>2021-05-28T22:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=db3e9003c5f2c9b10b258728d82dff796c4379de'/>
<id>urn:sha1:db3e9003c5f2c9b10b258728d82dff796c4379de</id>
<content type='text'>
</content>
</entry>
</feed>
