[Toybox] Regression: commit da029c11e6b1 broke toybox xargs.

2017-11-01 Thread Rob Landley
Toybox has been trying to figure out how big an xargs is allowed to be for a while: http://lists.landley.net/pipermail/toybox-landley.net/2017-October/009186.html We're trying to avoid the case where you can run something from the command line, but not through xargs. In theory this limit is sysc

[Toybox] [PATCH] file(1): add ogg, TrueType font, LLVM bitcode, PEM certs, and PE executables.

2017-11-01 Thread enh
More of the files encountered on the Android system image (plus PE executables, which we build but which shouldn't actually make it to the system image!). --- toys/posix/file.c | 43 +++ 1 file changed, 43 insertions(+) From 6fd1cf99b2bfff67f756d95b060074a5a

Re: [Toybox] Yes, I'm aware dreamhost has deleted the mailing list web archive again.

2017-11-01 Thread enh
https://github.com/landley/toybox/commit/2d893a4077c12732238f5a9fc9c31fda8bcc3ed9 fixes the cut and chmod tests for me. thanks! On Tue, Oct 17, 2017 at 11:19 AM, enh wrote: > On Wed, Oct 11, 2017 at 1:58 PM, Rob Landley wrote: >> >> On 10/11/2017 12:36 PM, enh wrote: >>> On Sep 28, 2017 22:47, "

Re: [Toybox] ps -T

2017-11-01 Thread enh
On Wed, Nov 1, 2017 at 1:57 AM, Rob Landley wrote: > On 10/19/2017 06:13 PM, enh wrote >>> On 09/20/2017 05:08 PM, enh wrote: ps -T doesn't really work if you have any filters. so ps -AT is fine, but ps -p -T only shows the main thread. >>> >>> Alas, I don't personally use threads much

Re: [Toybox] ps -T

2017-11-01 Thread Rob Landley
On 10/19/2017 06:13 PM, enh wrote >> On 09/20/2017 05:08 PM, enh wrote: >>> ps -T doesn't really work if you have any filters. so ps -AT is fine, >>> but ps -p -T only shows the main thread. >> >> Alas, I don't personally use threads much so basically never test this. >> >>> why? because slots[SLO