<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, branch 0.4.3</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.3</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.3'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2013-01-18T12:03:00+00:00</updated>
<entry>
<title>Adjust umask(0) for cp -p so mknod doesn't have to try to fchmodat() without the unsupported symlink nofollow flag.</title>
<updated>2013-01-18T12:03:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-18T12:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5ddc31287f78f3ca69d30e46dd1ec1a000f7dec7'/>
<id>urn:sha1:5ddc31287f78f3ca69d30e46dd1ec1a000f7dec7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch readlink on by default, and fill out readlink.test.</title>
<updated>2013-01-18T05:18:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-18T05:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3a99aef5072b6bdc50be26c23d49d5260042e385'/>
<id>urn:sha1:3a99aef5072b6bdc50be26c23d49d5260042e385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix xabspath() resolving symlink after .., and properly detecting failure for last entry after nondir.</title>
<updated>2013-01-18T05:16:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-18T05:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7c0e2803d2bff7022637fb418de571b470dee2f6'/>
<id>urn:sha1:7c0e2803d2bff7022637fb418de571b470dee2f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make "sudo cp -rp /dev/null blah" work. Still not happy with it, fchmodat(AT_SYMLINK_NOFOLLOW) doesn't work (there's a glibc bug open for this. It's really a missing kernel syscall, but glibc fails without ever making any syscall if you feed it that flag, which isn't helpful).</title>
<updated>2013-01-16T12:57:44+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-16T12:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6be5ac6a9287f4c48daf60d36eae44f04d7f9a80'/>
<id>urn:sha1:6be5ac6a9287f4c48daf60d36eae44f04d7f9a80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around more random uClibc-specific breakage.</title>
<updated>2013-01-15T18:33:46+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-15T18:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ae9243aa425458eda4e3e0b8bc7dd8f19fc8113a'/>
<id>urn:sha1:ae9243aa425458eda4e3e0b8bc7dd8f19fc8113a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence deeply stupid gcc warning. (First non-declaration line of function: if (file) ffd = open(); at end of of function: if (file) close(ffd); "file" is an argument to the function and nothing else assigns to it. gcc warning on that close, "ffd may be used uninitialized!" _HOW_?)</title>
<updated>2013-01-14T11:25:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-14T11:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1a33c6b07a20af27b23f62f5c88a422eb96e463c'/>
<id>urn:sha1:1a33c6b07a20af27b23f62f5c88a422eb96e463c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert some debug code accidentally checked in at commit 715.</title>
<updated>2013-01-13T19:48:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-13T19:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bccb6db20d59066455cb7bbcf14729bc71abbc71'/>
<id>urn:sha1:bccb6db20d59066455cb7bbcf14729bc71abbc71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update -p and -f to apply properly to various conditions. Still some bugs to squeeze out but this gets the infrastructure mostly right (and does away with the remaining gotos).</title>
<updated>2013-01-12T07:40:16+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-12T07:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ae6a84bbee8b051f817bd4d0464ec95d1d1355a6'/>
<id>urn:sha1:ae6a84bbee8b051f817bd4d0464ec95d1d1355a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach cp to do -n.</title>
<updated>2013-01-11T02:19:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-11T02:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8d84a9928089bef0b489b44e0738c05d6d547dd4'/>
<id>urn:sha1:8d84a9928089bef0b489b44e0738c05d6d547dd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach cp to do mknod.</title>
<updated>2013-01-09T11:16:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-09T11:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c428b543f8b7ca55fcd58c8fd090fc06ffebe7ce'/>
<id>urn:sha1:c428b543f8b7ca55fcd58c8fd090fc06ffebe7ce</id>
<content type='text'>
</content>
</entry>
</feed>
