<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.8.4</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.8.4</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.8.4'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2020-10-23T01:03:29+00:00</updated>
<entry>
<title>Fix thinko.</title>
<updated>2020-10-23T01:03:29+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-23T01:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=efcc4a1f6aa8207a5d89c0900f28c216e5d93cb0'/>
<id>urn:sha1:efcc4a1f6aa8207a5d89c0900f28c216e5d93cb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies</title>
<updated>2020-10-23T00:48:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-23T00:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=660e6a384d8c7b32a8486a0aeb31f75939a99b75'/>
<id>urn:sha1:660e6a384d8c7b32a8486a0aeb31f75939a99b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Three trivial code cleanups and a comment tweak.</title>
<updated>2020-10-15T20:57:26+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-15T20:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0b18e14e80a5627f67eb093c556bf2fa5014718c'/>
<id>urn:sha1:0b18e14e80a5627f67eb093c556bf2fa5014718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nitpicky cleanup.</title>
<updated>2020-10-15T20:49:26+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-15T20:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=85e7f1671c28bb4808b0eb46aab9152ca2bb4bff'/>
<id>urn:sha1:85e7f1671c28bb4808b0eb46aab9152ca2bb4bff</id>
<content type='text'>
We need to *name = 0 explicitly for the !name &amp;&amp; !statless case, so don't
need the +1 in memset that was only zeroing in the !name &amp;&amp; statless case.
</content>
</entry>
<entry>
<title>dirtree_path: always honor size request.</title>
<updated>2020-10-15T20:47:06+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2020-10-14T20:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6a5b8bf6cb7a5f481c3bab6fb285d977851e4e2f'/>
<id>urn:sha1:6a5b8bf6cb7a5f481c3bab6fb285d977851e4e2f</id>
<content type='text'>
tar asks dirtree_path() to reserve space for a trailing '/', but recent
changes broke that for the case that was resolving to just a strdup().

Caught by `export ASAN=1` and `make test_tar`.
</content>
</entry>
<entry>
<title>Fix bug introduced last commit: the if (name) else case needs to zero it.</title>
<updated>2020-10-13T03:43:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-13T03:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b61876564c2977a2d776b26dc7a2dcf28ed00bb7'/>
<id>urn:sha1:b61876564c2977a2d776b26dc7a2dcf28ed00bb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toysh: more variable/wildcard plumbing and tests.</title>
<updated>2020-10-11T07:59:54+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-11T07:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=67bd0be1a4ed817954c9dcededf9bd9cb8c2f431'/>
<id>urn:sha1:67bd0be1a4ed817954c9dcededf9bd9cb8c2f431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The non-recursive dirtree_path wasn't stripping a trailing / from initial path.</title>
<updated>2020-10-06T20:50:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-06T20:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0f2658c806586190be3aca21826e77fff9e50f1b'/>
<id>urn:sha1:0f2658c806586190be3aca21826e77fff9e50f1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return empty string for dirtree_path() of "" (instead of NULL).</title>
<updated>2020-10-03T07:34:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-03T07:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=07c316a2bbf0ad0f41229ca668def609a5f50f2c'/>
<id>urn:sha1:07c316a2bbf0ad0f41229ca668def609a5f50f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Non-recursive dirtree_path() needs to return start of allocation</title>
<updated>2020-10-03T05:26:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-03T05:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=424632aaa30e85e069678da8c413a35c4d321cf6'/>
<id>urn:sha1:424632aaa30e85e069678da8c413a35c4d321cf6</id>
<content type='text'>
when passed in extra allocation length or else free() gets very unhappy.
</content>
</entry>
</feed>
