<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.7.4</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.4</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.4'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2017-06-06T18:21:03+00:00</updated>
<entry>
<title>Add comment explaining strend()</title>
<updated>2017-06-06T18:21:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-06-06T18:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e1ee741930349a4daaada29bd6ff4cbc0e313641'/>
<id>urn:sha1:e1ee741930349a4daaada29bd6ff4cbc0e313641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Have help_exit() give a brief "See %s --help" message instead of the</title>
<updated>2017-06-06T02:22:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-06-06T02:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ab33097058b05a173113832fcca6b8d6c3b6143d'/>
<id>urn:sha1:ab33097058b05a173113832fcca6b8d6c3b6143d</id>
<content type='text'>
full help text, and put it back in the args constraint failures.
</content>
</entry>
<entry>
<title>Add and use xmmap.</title>
<updated>2017-05-25T00:56:58+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-05-24T00:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=12f0744f340746b3a1c1accfdf993d6548f33e56'/>
<id>urn:sha1:12f0744f340746b3a1c1accfdf993d6548f33e56</id>
<content type='text'>
Everyone forgets that mmap returns MAP_FAILED rather than NULL on failure.
Every use of mmap in toybox was either doing the wrong check, or no check
at all (including the two I personally added).
</content>
</entry>
<entry>
<title>Add minof/maxof macros that autodetect type. Make xzcat use them.</title>
<updated>2017-05-23T20:48:26+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-05-23T20:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5a159cceb35fe08e444bd5a1771f8059888b03ff'/>
<id>urn:sha1:5a159cceb35fe08e444bd5a1771f8059888b03ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaup chrt</title>
<updated>2017-05-21T18:11:42+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-05-21T18:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f86f2f4e9a20d235b24ea86e4dddd0485165306f'/>
<id>urn:sha1:f86f2f4e9a20d235b24ea86e4dddd0485165306f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move strend() to lib/lib.c</title>
<updated>2017-05-09T04:01:06+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-05-09T04:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d74b562f508475192b6783b0b2d4dae4e5c2fa93'/>
<id>urn:sha1:d74b562f508475192b6783b0b2d4dae4e5c2fa93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old uClibc compatibility glue. It's been 5 years since the last release.</title>
<updated>2017-05-09T03:09:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-05-09T03:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=71921dc74d051fb352bbb65dc92c3416e219dbb9'/>
<id>urn:sha1:71921dc74d051fb352bbb65dc92c3416e219dbb9</id>
<content type='text'>
See http://lists.busybox.net/pipermail/buildroot/2016-December/180102.html
for a full post-mortem on the project.
</content>
</entry>
<entry>
<title>Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol.</title>
<updated>2017-04-30T07:46:36+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-04-30T07:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=be3e318a591be62e8f670b8d78a0a2716eb78510'/>
<id>urn:sha1:be3e318a591be62e8f670b8d78a0a2716eb78510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that just about everything has --help, don't output help for argument errors</title>
<updated>2017-03-23T16:35:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-03-23T16:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d3267c60ee484fb357c096a0130efd7d7be30a8f'/>
<id>urn:sha1:d3267c60ee484fb357c096a0130efd7d7be30a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,</title>
<updated>2017-03-20T17:41:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-03-20T17:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cb8e5ad6c5b9c79cce1a6baf10041f90cf491711'/>
<id>urn:sha1:cb8e5ad6c5b9c79cce1a6baf10041f90cf491711</id>
<content type='text'>
and make uptime use it.
</content>
</entry>
</feed>
