Re: [Toybox] Regression: commit da029c11e6b1 broke toybox xargs.

2017-11-15 Thread enh
On Sun, Nov 5, 2017 at 12:46 PM, Linus Torvalds wrote: > On Sat, Nov 4, 2017 at 5:39 PM, Rob Landley wrote: >> On 11/03/2017 08:07 PM, Linus Torvalds wrote: But it boils down to "got the limit wrong, the exec failed after the

[Toybox] [PATCH] Add "df -i".

2017-11-15 Thread enh
Also switch to u64 for calculations. Some FUSE file systems have inode counts large enough to overflow s64. --- toys/posix/df.c | 69 +++-- 1 file changed, 47 insertions(+), 22 deletions(-) From a79e67ab7846bc5f2f3b2389806230e4c13f2e2d Mon Sep