<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.4.7</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.7</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.7'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2013-11-18T13:42:48+00:00</updated>
<entry>
<title>Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in.</title>
<updated>2013-11-18T13:42:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-18T13:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=75cb924bbd82d00173038128947cc323dac524e9'/>
<id>urn:sha1:75cb924bbd82d00173038128947cc323dac524e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support -F, and ignore -u since that's what we do anyway.</title>
<updated>2013-11-16T16:37:49+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>ibid.ag@gmail.com</email>
</author>
<published>2013-11-16T16:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=59272f2019b6f1a5b984fa2bbf36f9c0174b4dcb'/>
<id>urn:sha1:59272f2019b6f1a5b984fa2bbf36f9c0174b4dcb</id>
<content type='text'>
(Really, checking the original file date is the Right Thing, but I
haven't written it yet.)
</content>
</entry>
<entry>
<title>fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific programs not yet in toybox.)</title>
<updated>2013-11-11T00:38:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-11T00:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9dff9f250830f97fb033c50344ed5519fe166f05'/>
<id>urn:sha1:9dff9f250830f97fb033c50344ed5519fe166f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dumpleases (for dhcpd) submitted by Ashwini Sharma.</title>
<updated>2013-11-11T00:25:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-11T00:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=78af19df5138759bbd008aeb8a332b21da0bc8b1'/>
<id>urn:sha1:78af19df5138759bbd008aeb8a332b21da0bc8b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>du from Ashwini Sharma.</title>
<updated>2013-11-11T00:23:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-11T00:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=35b40be7aa6597fc37be3016483df88a2c7cc93c'/>
<id>urn:sha1:35b40be7aa6597fc37be3016483df88a2c7cc93c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stuff in pending should default n until cleaned up.</title>
<updated>2013-11-10T21:49:21+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-10T21:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f467297736e8edfa0fee9099243d167074595ab8'/>
<id>urn:sha1:f467297736e8edfa0fee9099243d167074595ab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tftpd</title>
<updated>2013-11-10T20:16:31+00:00</updated>
<author>
<name>Ashwini Sharma</name>
<email>ak.ashwini@gmail.com</email>
</author>
<published>2013-11-10T20:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9531f299079699193ea4534144420462f980f4fa'/>
<id>urn:sha1:9531f299079699193ea4534144420462f980f4fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grep doesn't allocate enough space</title>
<updated>2013-11-10T01:37:41+00:00</updated>
<author>
<name>William Haddon</name>
<email>william@haddonthethird.net</email>
</author>
<published>2013-11-10T01:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3ad73e1344afa7812671d08456591b8cde952775'/>
<id>urn:sha1:3ad73e1344afa7812671d08456591b8cde952775</id>
<content type='text'>
Grep miscalculates the amount of memory it needs to allocate when "converting
strings to one big regex" when the -e flag is not specified. Since in this case
"\|" is inserted between strings rather than "|", two extra bytes rather than
one need to be provided for each string. I noticed this because it caused grep
to seg-fault on musl when a regex of exactly seven characters is provided.
</content>
</entry>
<entry>
<title>Sceond cleanup pass on vconfig</title>
<updated>2013-11-02T20:10:55+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-02T20:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=599a13b177962615fa4a2de9c30f169659831307'/>
<id>urn:sha1:599a13b177962615fa4a2de9c30f169659831307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.</title>
<updated>2013-11-02T19:24:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-11-02T19:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=98c322e881c6ab8d4f54c23feb1a106c23673640'/>
<id>urn:sha1:98c322e881c6ab8d4f54c23feb1a106c23673640</id>
<content type='text'>
</content>
</entry>
</feed>
