<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.7.2</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.2</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-10-21T03:32:21+00:00</updated>
<entry>
<title>Nothing in pending should "default y".</title>
<updated>2016-10-21T03:32:21+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-21T03:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3c399afd39730640be7d939928127dd39d74e8a9'/>
<id>urn:sha1:3c399afd39730640be7d939928127dd39d74e8a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nothing in pending should "default y".</title>
<updated>2016-10-21T03:30:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-21T03:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c1a1c952628532ac15491a356ebff44d7a7300b3'/>
<id>urn:sha1:c1a1c952628532ac15491a356ebff44d7a7300b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Close to cutting a release and I don't want to have setfattr in defconfig</title>
<updated>2016-10-21T03:29:10+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-21T03:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5913da6ea5c15960cef54f2c7f080123330aa72d'/>
<id>urn:sha1:5913da6ea5c15960cef54f2c7f080123330aa72d</id>
<content type='text'>
without getfattr, so I'm putting it back in pending for now.
</content>
</entry>
<entry>
<title>Add special "touch -" behavior and require an argument.</title>
<updated>2016-10-20T21:35:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-20T21:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9c0ad3248ff89dc9c9dc9eed193ce6fd378d85fa'/>
<id>urn:sha1:9c0ad3248ff89dc9c9dc9eed193ce6fd378d85fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show driver for interface in ifconfig output.</title>
<updated>2016-10-20T20:30:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-20T20:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d5e0ab8715eff1c16dedb3f60fa32c480153db69'/>
<id>urn:sha1:d5e0ab8715eff1c16dedb3f60fa32c480153db69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More touch tests, and a fix found by one. (The three -t formats can only</title>
<updated>2016-10-20T01:51:28+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-20T01:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=354ff6831412eb88c64e9f497a382d926dc7b9bd'/>
<id>urn:sha1:354ff6831412eb88c64e9f497a382d926dc7b9bd</id>
<content type='text'>
reliably be distinguished by checking length, because %H amd %m and such
can match different numbers of digits.)
</content>
</entry>
<entry>
<title>Unify touch -t and -d handling, allow posix's underspecified "time designator"</title>
<updated>2016-10-18T09:10:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-18T09:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9f3d8aa80fa4d7216106610b077b6d6e4e6dbed4'/>
<id>urn:sha1:9f3d8aa80fa4d7216106610b077b6d6e4e6dbed4</id>
<content type='text'>
T to be a space instead (because the posix says so, no idea why), initialize
default values reliably including zeroing daylight savings time field (which is
handled inconsistently by libc and just screws stuff up).
</content>
</entry>
<entry>
<title>Stop renaming the ADDR field to PC on Android.</title>
<updated>2016-10-12T21:16:01+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-10-11T20:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3a6d31707720cd51c03a722e057acab6c1b959d6'/>
<id>urn:sha1:3a6d31707720cd51c03a722e057acab6c1b959d6</id>
<content type='text'>
It's causing confusion, and it's not obvious that anyone's relying on
it (and even if they are, let's try to find and fix them first).
</content>
</entry>
<entry>
<title>Make netcat work with nommu and factor out poll() loop into net/net.c.</title>
<updated>2016-10-11T13:19:41+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-11T13:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4e867b8a352744eb10aa7032936c96b762f4c144'/>
<id>urn:sha1:4e867b8a352744eb10aa7032936c96b762f4c144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Izabera pointed out that ls defaults to -q when output is a tty.</title>
<updated>2016-10-09T20:35:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-10-09T20:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=48c75324f758e77ca3ba64072a48a7407e765570'/>
<id>urn:sha1:48c75324f758e77ca3ba64072a48a7407e765570</id>
<content type='text'>
</content>
</entry>
</feed>
