<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.4.9</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.9</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.9'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2014-06-29T01:02:01+00:00</updated>
<entry>
<title>Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants the salt raw, no $ at the beginning).</title>
<updated>2014-06-29T01:02:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-29T01:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c0e5ff3c9755503016581a2ed3ae91caaf785366'/>
<id>urn:sha1:c0e5ff3c9755503016581a2ed3ae91caaf785366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup pass on mkpasswd.c</title>
<updated>2014-06-26T03:54:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-26T03:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6d15f0d33fbc422689f92fbbf4dc65d3ab1fb970'/>
<id>urn:sha1:6d15f0d33fbc422689f92fbbf4dc65d3ab1fb970</id>
<content type='text'>
</content>
</entry>
<entry>
<title>find_in_path() is supposed to work with a NULL path, but didn't. Fix it.</title>
<updated>2014-06-24T13:19:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-24T13:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0aad9e4395c3077ed82c58981e9495586d6c8a01'/>
<id>urn:sha1:0aad9e4395c3077ed82c58981e9495586d6c8a01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgot to check in strstart().</title>
<updated>2014-06-09T12:12:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-09T12:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8115fc121c0ee0b11ba2752438ff500cce48e347'/>
<id>urn:sha1:8115fc121c0ee0b11ba2752438ff500cce48e347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mount: start on option parsing, implement loopback and bind mount autodetection.</title>
<updated>2014-06-03T11:27:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-06-03T11:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=44e68a1bec9b342c01e2f4e6ccf9f1e7a3ee8081'/>
<id>urn:sha1:44e68a1bec9b342c01e2f4e6ccf9f1e7a3ee8081</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127.</title>
<updated>2014-05-31T17:33:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-31T17:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d8872c43b48eae5501998a4e5a84337017d8fbe6'/>
<id>urn:sha1:d8872c43b48eae5501998a4e5a84337017d8fbe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction.</title>
<updated>2014-05-29T10:22:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-29T10:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=dc640259adff6007d195fd4cc78dcf9829e5e6ee'/>
<id>urn:sha1:dc640259adff6007d195fd4cc78dcf9829e5e6ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mount options to data getmountlist collects.</title>
<updated>2014-05-27T12:56:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-27T12:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=55e9f35223e40f455b80671f25b412072d9af678'/>
<id>urn:sha1:55e9f35223e40f455b80671f25b412072d9af678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), and posix-2008 doesn't say if fflush() covers ferror() (or can return success when the stream's error state is set), so call both.</title>
<updated>2014-05-26T17:25:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-26T17:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ddbaa718dbe3370786eae97000f4c1e8bb259a61'/>
<id>urn:sha1:ddbaa718dbe3370786eae97000f4c1e8bb259a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>patch from ashwini sharma: treat 0 length read at the start of password read as EOF.</title>
<updated>2014-05-24T17:48:32+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-05-24T17:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a17c5f22632b74aa17b1e395c0b175d7c1f52ab9'/>
<id>urn:sha1:a17c5f22632b74aa17b1e395c0b175d7c1f52ab9</id>
<content type='text'>
</content>
</entry>
</feed>
