Re: [Toybox] [PATCH] Introducing toys/pending/watchdog.c

2020-08-24 Thread Rob Landley
On 8/22/20 1:22 PM, Chris Sarra via Toybox wrote: > This patch introduces a simple watchdog implementation for toybox. We > send the appropriate ioctls to set the relevant timeouts, and intercept > signals to safely shut down if required. > --- > toys/pending/watchdog.c | 128

Re: [Toybox] [PATCH] Introducing toys/pending/watchdog.c

2020-08-24 Thread Rob Landley
On 8/22/20 3:05 PM, enh via Toybox wrote: > On Sat, Aug 22, 2020 at 11:22 AM Chris Sarra via Toybox > mailto:toybox@lists.landley.net>> wrote: > > This patch introduces a simple watchdog implementation for toybox. We > send the appropriate ioctls to set the relevant timeouts, and

Re: [Toybox] [PATCH] tar: add -I (--use-compress-program) support.

2020-08-24 Thread Rob Landley
On 8/22/20 2:45 PM, enh via Toybox wrote: > This also changes the other compression options (such as -j) so that we > pass no arguments for compression and just -d for decompression, which > is what -I does to its filter and which appears sufficient. (I think I > used -dc before just out of habit,

Re: [Toybox] Android binaries?

2020-08-24 Thread Rich Felker
On Sun, Aug 23, 2020 at 11:54:12PM -0500, Rob Landley wrote: > On 8/21/20 6:36 PM, enh wrote: > > I'm writing a "reporting bugs" FAQ entry because of the recent github > > thread. > > > > I've also had a todo item to salvage todo entries I wrote for busybox > > forever > > ago,

Re: [Toybox] Android binaries?

2020-08-24 Thread enh via Toybox
On Mon, Aug 24, 2020 at 9:53 AM Rich Felker wrote: > On Sun, Aug 23, 2020 at 11:54:12PM -0500, Rob Landley wrote: > > On 8/21/20 6:36 PM, enh wrote: > > > I'm writing a "reporting bugs" FAQ entry because of the recent > github thread. > > > > > > I've also had a todo item to salvage todo

Re: [Toybox] [PATCH] Introducing toys/pending/watchdog.c

2020-08-24 Thread Chris Sarra via Toybox
+Chris On Mon, Aug 24, 2020 at 9:56 AM enh wrote: > > > On Sun, Aug 23, 2020 at 11:59 PM Rob Landley wrote: > >> On 8/22/20 3:05 PM, enh via Toybox wrote: >> > On Sat, Aug 22, 2020 at 11:22 AM Chris Sarra via Toybox >> > mailto:toybox@lists.landley.net>> wrote: >> > >> > This patch

Re: [Toybox] [PATCH] Introducing toys/pending/watchdog.c

2020-08-24 Thread enh via Toybox
On Sun, Aug 23, 2020 at 11:59 PM Rob Landley wrote: > On 8/22/20 3:05 PM, enh via Toybox wrote: > > On Sat, Aug 22, 2020 at 11:22 AM Chris Sarra via Toybox > > mailto:toybox@lists.landley.net>> wrote: > > > > This patch introduces a simple watchdog implementation for toybox. We > > send

Re: [Toybox] Android binaries?

2020-08-24 Thread enh via Toybox
On Sun, Aug 23, 2020 at 9:45 PM Rob Landley wrote: > On 8/21/20 6:36 PM, enh wrote: > > > > > > On Thu, Aug 20, 2020 at 3:57 AM Rob Landley > > wrote: > > > > You said way back when that you were thinking of putting up > downloadable current > > toybox

Re: [Toybox] Android binaries?

2020-08-24 Thread Rich Felker
On Mon, Aug 24, 2020 at 10:03:11AM -0700, enh wrote: > On Mon, Aug 24, 2020 at 9:53 AM Rich Felker wrote: > > > > musl supports running on kernels back to 2.6.0, and historically uses > > the earliest/simplest syscall that can provide the needed > > functionality for the function being called.

Re: [Toybox] [PATCH] tar: add -I (--use-compress-program) support.

2020-08-24 Thread enh via Toybox
On Sun, Aug 23, 2020 at 11:28 PM Rob Landley wrote: > On 8/22/20 2:45 PM, enh via Toybox wrote: > > This also changes the other compression options (such as -j) so that we > > pass no arguments for compression and just -d for decompression, which > > is what -I does to its filter and which