<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.7.6</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.6</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.6'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-02-09T19:06:58+00:00</updated>
<entry>
<title>Fix the pidof comm and cmdline tests.</title>
<updated>2018-02-09T19:06:58+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-02-09T06:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2530d54f1145a7bf6b634f630344ed42adf388e5'/>
<id>urn:sha1:2530d54f1145a7bf6b634f630344ed42adf388e5</id>
<content type='text'>
If we have a 15-byte name, we don't know whether comm actually matches
or is a truncated form of a longer name that has a common prefix.

For example, with "this-is-a-very-long-name-that-is-too-long", we shouldn't
match "this-is-a-very-" (but the old code would).

The cmdline code was also broken on Android because it used basename(3)
rather than getbasename. This doesn't affect glibc because there's a
workaround in portability.h to ensure that we get the non-POSIX basename(3)
with glibc but then a non-glibc section that ensures everyone else gets
POSIX basename(3). That should probably be removed (and maybe `basename`
poisoned) to prevent similar mistakes in future.

Bug: http://b/73123244
</content>
</entry>
<entry>
<title>Basic ping support.</title>
<updated>2018-01-31T00:44:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-01-31T00:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1498c2fc3d0a9b72232e7aee2d973f15e82cb5b4'/>
<id>urn:sha1:1498c2fc3d0a9b72232e7aee2d973f15e82cb5b4</id>
<content type='text'>
Requires echo 0 $((1&lt;&lt;30)) &gt; /proc/sys/net/ipv4/ping_group_range (as root)
</content>
</entry>
<entry>
<title>Switch xgettty() -&gt; tty_fd() (returning -1 instead of erroring out if none).</title>
<updated>2018-01-15T05:15:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-01-15T05:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4577605121fa441e5a28c32ce2c33be4c48df89b'/>
<id>urn:sha1:4577605121fa441e5a28c32ce2c33be4c48df89b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move millitime() into lib.c.</title>
<updated>2018-01-06T21:43:17+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-01-06T21:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b432aee484bfca4d53cdce13343e6ee5c850d0f3'/>
<id>urn:sha1:b432aee484bfca4d53cdce13343e6ee5c850d0f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES</title>
<updated>2018-01-01T22:25:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-01-01T22:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=359888abf649ed3292210e3518aa669dac1480b9'/>
<id>urn:sha1:359888abf649ed3292210e3518aa669dac1480b9</id>
<content type='text'>
stuff syslog.h does into lib.c and portability.h
</content>
</entry>
<entry>
<title>xphung on github said: "config2help currently doesn't work on OS X, it</title>
<updated>2018-01-01T17:24:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-01-01T17:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3ba0a289a8c77bc5f103520d8227c0f6695702fb'/>
<id>urn:sha1:3ba0a289a8c77bc5f103520d8227c0f6695702fb</id>
<content type='text'>
terminates parsing of Config.in at first blank line. This is because
getdelim() in portability.c returns -1 whenever the line comprises only
a single linefeed character. Fixing this was a trivial change to two lines
(see below), and config2help now works on OS X but I haven't regression
tested this on any other commands which rely on getdelim()"
</content>
</entry>
<entry>
<title>Redo namestopid to handle more cases.</title>
<updated>2017-12-22T20:56:37+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-12-22T20:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=17bcad9d44600d3f9f62d88e5a53cd037c8dec13'/>
<id>urn:sha1:17bcad9d44600d3f9f62d88e5a53cd037c8dec13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>killall should kill scripts too.</title>
<updated>2017-12-19T20:49:25+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-12-13T19:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9356adb28dd8d541a67270e202c7bf6f5a67fc82'/>
<id>urn:sha1:9356adb28dd8d541a67270e202c7bf6f5a67fc82</id>
<content type='text'>
Found running LTP file system tests on Android.

Bug: http://b/70627145
</content>
</entry>
<entry>
<title>Don't capitalize in the middle of a sentence.</title>
<updated>2017-12-03T07:27:32+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-11-17T00:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7ce9c2d1f60cb36a2a33dcf420f62d220b28edb2'/>
<id>urn:sha1:7ce9c2d1f60cb36a2a33dcf420f62d220b28edb2</id>
<content type='text'>
Before:
  toy: Unknown option p (See "toy --help")

After:
  toy: Unknown option p (see "toy --help")
</content>
</entry>
<entry>
<title>Tweak help_exit() to show "See %s --help" message on the same line.</title>
<updated>2017-10-10T23:16:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-10-10T23:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=46d2cda500242caae2ccf7cee71200d4bfe7c7a5'/>
<id>urn:sha1:46d2cda500242caae2ccf7cee71200d4bfe7c7a5</id>
<content type='text'>
</content>
</entry>
</feed>
