<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.6.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.6.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.6.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2015-11-02T14:32:21+00:00</updated>
<entry>
<title>Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian</title>
<updated>2015-11-02T14:32:21+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-11-02T14:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d20b9ff3ee0f1014a740baed908dc0a08c646fb6'/>
<id>urn:sha1:d20b9ff3ee0f1014a740baed908dc0a08c646fb6</id>
<content type='text'>
seldom ends well). Instead add -DBUILD_FOR_HOST to $HOSTCC and wrap #ifdefs
around problematic (smack) includes from toys.h.
</content>
</entry>
<entry>
<title>If chomp() needs to test it found \n, should also test it's at end of string.</title>
<updated>2015-11-02T07:34:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-11-02T07:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=45e0acc110465175afc678ee103f2f5c4e6b270f'/>
<id>urn:sha1:45e0acc110465175afc678ee103f2f5c4e6b270f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ps -Z.</title>
<updated>2015-11-02T07:34:11+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-10-31T19:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=11d6079ed3cb067dc66a795a1c7565c13afd5a00'/>
<id>urn:sha1:11d6079ed3cb067dc66a795a1c7565c13afd5a00</id>
<content type='text'>
As with ls, it doesn't seem like -Z should be guarded behind LSM
availability. On a non-SELinux system, the label is always "unconfined".
</content>
</entry>
<entry>
<title>Oops, forgot to check in the header file change for ps.c.</title>
<updated>2015-10-29T04:31:30+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-10-29T04:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=da646636382e5830650e725592d10cec587081f7'/>
<id>urn:sha1:da646636382e5830650e725592d10cec587081f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF)</title>
<updated>2015-10-27T10:58:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-10-27T10:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d4c17cdaf1f72a872dcbe12952412f02810c29b5'/>
<id>urn:sha1:d4c17cdaf1f72a872dcbe12952412f02810c29b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add xcount_cpus()</title>
<updated>2015-10-25T21:50:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-10-25T21:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=eb1bbc245dd6554a8fbe879a4efb903f6e7788cb'/>
<id>urn:sha1:eb1bbc245dd6554a8fbe879a4efb903f6e7788cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>help_exit() tweak.</title>
<updated>2015-09-29T10:32:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-09-29T10:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8941e5fef58025591b7441372d486cf5de46dd39'/>
<id>urn:sha1:8941e5fef58025591b7441372d486cf5de46dd39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make defconfig build for nommu.</title>
<updated>2015-09-29T10:09:46+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-09-29T10:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7d6af77804adc069a83e8566250f868a6cb9786e'/>
<id>urn:sha1:7d6af77804adc069a83e8566250f868a6cb9786e</id>
<content type='text'>
Adds XVFORK() macro, teaches xpopen_both() to call /proc/self/exe with NULL
argv (and converts cpio -p to use that), adds TOYBOX_FORK guards to some
unconverted commands.
</content>
</entry>
<entry>
<title>Another chunk of nommu support, replacing toys.recursion with toys.stacktop.</title>
<updated>2015-09-27T14:03:41+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-09-27T14:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3b51a07e478d64a84e40b3a7c026b2f8566b194b'/>
<id>urn:sha1:3b51a07e478d64a84e40b3a7c026b2f8566b194b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add xvfork() as a static inline and use it from various places.</title>
<updated>2015-09-24T03:18:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-09-24T03:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=847bcb63b541e4fbbfa3dccfe3022745cbe9a06a'/>
<id>urn:sha1:847bcb63b541e4fbbfa3dccfe3022745cbe9a06a</id>
<content type='text'>
Note: vfork(), like fork(), can return -1 if too many processes, and
we should notice and fail loudly.
</content>
</entry>
</feed>
