<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.5.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.5.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.5.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2014-10-02T00:57:34+00:00</updated>
<entry>
<title>Bugfix from Ashwini Sharma: Z timezone required by posix for touch but not for libc, so we have to implement it here.</title>
<updated>2014-10-02T00:57:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-10-02T00:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=76678fa5730dfced54c95696e77fdbc6c9c9e839'/>
<id>urn:sha1:76678fa5730dfced54c95696e77fdbc6c9c9e839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated version, having complete support for ip _link_, _addr_, _rule_, _route_ and _tunnel_ options.</title>
<updated>2014-09-29T00:34:53+00:00</updated>
<author>
<name>Ashwini Sharma</name>
<email>ak.ashwini1981@gmail.com</email>
</author>
<published>2014-09-29T00:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9588d289ef381ee7dd68ef35990362ebf70366e4'/>
<id>urn:sha1:9588d289ef381ee7dd68ef35990362ebf70366e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two mount bugs: 1) Don't skip a filesystem type when setting up loopback mount, 2) Don't stop checking filesystem types due to EBUSY, it may mean already mounted by another filesystem type you haven't tried yet.</title>
<updated>2014-09-28T23:22:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-28T23:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4f0c3de1bf0b6755ea5b5c9c6ae1db9651784794'/>
<id>urn:sha1:4f0c3de1bf0b6755ea5b5c9c6ae1db9651784794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mount: terminate list so unknown user mount attempts don't endlessly loop, add better error reporting.</title>
<updated>2014-09-28T18:15:41+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-28T18:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=679a21d674cf487992c0ccabc8666c417e59d390'/>
<id>urn:sha1:679a21d674cf487992c0ccabc8666c417e59d390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup pass on groupdel.</title>
<updated>2014-09-28T02:04:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-28T02:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5e2fb272225e549587273940b4d8036771b3a238'/>
<id>urn:sha1:5e2fb272225e549587273940b4d8036771b3a238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Untangle id/groups/logname so single.sh can build each one standalone.</title>
<updated>2014-09-28T01:28:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-28T01:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=30de5eff5976ac9e6dc5e4c4f05aeee5adce5650'/>
<id>urn:sha1:30de5eff5976ac9e6dc5e4c4f05aeee5adce5650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator).</title>
<updated>2014-09-26T23:49:44+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-26T23:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e0d8009d76b3a2451cb6c6ed2b241c7eff06ed60'/>
<id>urn:sha1:e0d8009d76b3a2451cb6c6ed2b241c7eff06ed60</id>
<content type='text'>
Restricting usernames to the legacy posix character allowed set (for filenames,
so the $HOME directory is creatable on VFAT and similar) means you can't have
UTF-8 usernames. Linux allows any character but / and NUL in filenames.
Since root is creating these entries, we assume root knows what it's doing.
</content>
</entry>
<entry>
<title>Separate more commands so single.sh can build them standalone.</title>
<updated>2014-09-26T23:42:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-26T23:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e1fa787be8d0d66c9860c86dcb80fd6e096f74e0'/>
<id>urn:sha1:e1fa787be8d0d66c9860c86dcb80fd6e096f74e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When killall was invoked without arguments, there appeared segmentation fault</title>
<updated>2014-09-22T13:32:21+00:00</updated>
<author>
<name>?ukasz Szpakowski</name>
<email>luckboy@vp.pl</email>
</author>
<published>2014-09-22T13:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=08ac30d8606934a7bd8107312b0b2f3beeb315f5'/>
<id>urn:sha1:08ac30d8606934a7bd8107312b0b2f3beeb315f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start on ping.c.</title>
<updated>2014-09-22T03:44:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-09-22T03:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c611c39db47324b9fa6e5cd0f602b3aa3f957ffe'/>
<id>urn:sha1:c611c39db47324b9fa6e5cd0f602b3aa3f957ffe</id>
<content type='text'>
</content>
</entry>
</feed>
