<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.7.8</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.8</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.8'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-10-28T17:02:54+00:00</updated>
<entry>
<title>Rename interestingtimes.c to tty.c. (It's the "not curses" code.)</title>
<updated>2018-10-28T17:02:54+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-28T17:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=85c1c26b69a8b6d90930d79d6b1944fa5024a738'/>
<id>urn:sha1:85c1c26b69a8b6d90930d79d6b1944fa5024a738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dirtree shouldn't put a "No" in front of filename for "permission denied".</title>
<updated>2018-10-27T19:04:44+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-27T19:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6998ba2359fe06b3bb7a00130a381002aced0143'/>
<id>urn:sha1:6998ba2359fe06b3bb7a00130a381002aced0143</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't call TIOCGWINSZ on non-ttys</title>
<updated>2018-10-22T15:18:14+00:00</updated>
<author>
<name>Nick Kralevich</name>
<email>nnk@google.com</email>
</author>
<published>2018-10-22T15:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ad1f2685eb2768dbc2b52a9962d6279aa90a343d'/>
<id>urn:sha1:ad1f2685eb2768dbc2b52a9962d6279aa90a343d</id>
<content type='text'>
Prior to calling TIOCGWINSZ on stdin/stdout/stderr, check to see if the
file descriptor is a tty. Calling TIOCGWINSZ on a non-tty doesn't make
any sense.

Calling TIOCGWINSZ on a non-tty is mildly problematic for systems like
Android where strict ioctl filtering is in place, and generates SELinux
audit noise.

Strict ioctl filtering for non-filesystem fifo_files (eg pipe() or
pipe2() generated pipes) was enabled in Android in commit
https://android-review.googlesource.com/c/platform/system/sepolicy/+/792599
</content>
</entry>
<entry>
<title>Make ./top -d .1234567890m work.</title>
<updated>2018-10-22T02:48:29+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-22T02:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f80065b3b45192ccbca5c15bf8015b709876ed43'/>
<id>urn:sha1:f80065b3b45192ccbca5c15bf8015b709876ed43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo</title>
<updated>2018-10-22T02:36:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-22T02:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=07a3b9192001369c7bf74cd4f096dc49703b24e9'/>
<id>urn:sha1:07a3b9192001369c7bf74cd4f096dc49703b24e9</id>
<content type='text'>
xparsetime() not to need floating point, adjust callers.
</content>
</entry>
<entry>
<title>Move start_redraw() to lib/ and have ps.c (top) use it.</title>
<updated>2018-10-21T18:05:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-21T18:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3e0b077ec236aa26bfeb290f3cd7973ec3fbcb7d'/>
<id>urn:sha1:3e0b077ec236aa26bfeb290f3cd7973ec3fbcb7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The static NDK fix broke the dynamic NDK build.</title>
<updated>2018-10-20T19:40:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-20T19:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3727bafda4093dffaec93a9f679f997c3df8bf70'/>
<id>urn:sha1:3727bafda4093dffaec93a9f679f997c3df8bf70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix static Android NDK build.</title>
<updated>2018-10-10T23:18:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-10T23:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b123b11608260218df29acdff8016908e7d213f2'/>
<id>urn:sha1:b123b11608260218df29acdff8016908e7d213f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite of watch.</title>
<updated>2018-10-10T11:36:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-10T11:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9492c7fce507cd5cd5172d6e2bf2b86573198806'/>
<id>urn:sha1:9492c7fce507cd5cd5172d6e2bf2b86573198806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trivial speedup to format_iso_time(), teach parsetime() leading garbage != 0.</title>
<updated>2018-10-10T10:28:06+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-10T10:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c349e6f2e19281903fd8666cfeafe2f081fef66a'/>
<id>urn:sha1:c349e6f2e19281903fd8666cfeafe2f081fef66a</id>
<content type='text'>
</content>
</entry>
</feed>
