<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, 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-03T11:30:08+00:00</updated>
<entry>
<title>Version 0.6.1</title>
<updated>2015-11-03T11:30:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-11-03T11:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=87ede171eeaa90db3b76d2cb6230f947d2497e65'/>
<id>urn:sha1:87ede171eeaa90db3b76d2cb6230f947d2497e65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace and parentheses.</title>
<updated>2015-11-03T11:17:14+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-11-03T11:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=31cb5fc41086f5b2903f473f85e6305bf47cfa2c'/>
<id>urn:sha1:31cb5fc41086f5b2903f473f85e6305bf47cfa2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explain signals in oneit help text.</title>
<updated>2015-11-02T15:07:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-11-02T15:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=729401d267d6ce53443505210dd3dd9471056155'/>
<id>urn:sha1:729401d267d6ce53443505210dd3dd9471056155</id>
<content type='text'>
</content>
</entry>
<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>Add -P as short option for --ppid.</title>
<updated>2015-11-02T13:56:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-11-02T13:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=539f8c8b56729d1b6562ade260bf6c44d1f9637b'/>
<id>urn:sha1:539f8c8b56729d1b6562ade260bf6c44d1f9637b</id>
<content type='text'>
(The help infrastructure can collate and alphebetize short options,
long options haven't got a standardized help text format. Not a hard
requirement to have a short opt, but it's nice.)
</content>
</entry>
<entry>
<title>Fix the ps -o CMD vs COMM distinction.</title>
<updated>2015-11-02T07:40:46+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-10-31T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9d57762c921e77a7237981916d3109bbd3607891'/>
<id>urn:sha1:9d57762c921e77a7237981916d3109bbd3607891</id>
<content type='text'>
"comm" is the command name without arguments, and "cmd" the command
line including arguments. Confusingly, "command" is a synonym for
the *latter*, not the former.

This implementation of "comm" matches the GNU ps behavior where the
names are truncated, but Android historically used the full name
from /proc/pid/cmdline instead, so this patch isn't sufficient to
let us match the Android behavior.
</content>
</entry>
<entry>
<title>Make ps -o error reporting intelligible.</title>
<updated>2015-11-02T07:39:35+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-10-31T20:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3c0f6a19a271a7b85d62fc85d0ac1c6f661849f2'/>
<id>urn:sha1:3c0f6a19a271a7b85d62fc85d0ac1c6f661849f2</id>
<content type='text'>
I actually thought ps was segfaulting, and it wasn't until I was in gdb
that I even noticed there was an error message at all, and even then I
had to read the source to work out what it was trying to tell me.

Before:
  $ ps -o user,pid,ppid,vsize,rss,nice,wchan,addr,unknown,stat,cmd
  ps: -o 'user,pid,ppid,vsize,rss,nice,wchan,addr,unknown,stat,cmd'@41
  USER       PID  PPID    VSZ   RSS  NI WCHAN          ADDR$

After:
  $ ps -o user,pid,ppid,vsize,rss,nice,wchan,addr,unknown,stat,cmd
  ps: bad -o field 'user,pid,ppid,vsize,rss,nice,wchan,addr,unknown,stat,cmd'
                                                            ^
</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>Add ps --ppid.</title>
<updated>2015-11-02T07:31:04+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-10-31T18:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=71617b9ea00ed774c202346c9bf8ac2bf80dfc2e'/>
<id>urn:sha1:71617b9ea00ed774c202346c9bf8ac2bf80dfc2e</id>
<content type='text'>
Used by Android.
</content>
</entry>
</feed>
