Re: [Toybox] Project progress for 0.8.3.

2020-06-01 Thread enh via Toybox
On Sat, May 30, 2020 at 5:52 AM Rob Landley wrote: > > On 5/29/20 2:00 PM, enh wrote: > > On Sun, May 24, 2020 at 1:55 PM Rob Landley wrote: > >> > >> Two weeks since the release and Wikipedia[citation needed] hasn't noticed > >> yet, > >> which is fine and normal (I just don't want them to be

[Toybox] [PATCH 2/4] Cleanup setRoute and resolve warnings about alignment and NULL args

2020-06-01 Thread Eric Molitor
--- toys/pending/route.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index 9c95d996..b37d3ecd 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -290,20 +290,17 @@ static void setroute(sa_family_t

[Toybox] [PATCH 1/4] Implement hostname lookups in display_routes

2020-06-01 Thread Eric Molitor
--- toys/pending/route.c | 46 +++- 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index 39ba160b..9c95d996 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -94,6 +94,18 @@ void

[Toybox] [PATCH 3/4] Autodetect if IPv6 address is used and display warning

2020-06-01 Thread Eric Molitor
--- toys/pending/route.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index b37d3ecd..f7592312 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -2,10 +2,10 @@ * * Copyright 2012 Ranjan Kumar *

[Toybox] [PATCH 4/4] Fix AF_INET6 hostlookups

2020-06-01 Thread Eric Molitor
--- toys/pending/route.c | 49 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index f7592312..99ba946e 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -94,19 +94,14 @@ void

Re: [Toybox] Would someone please explain what bash is doing here?

2020-06-01 Thread Chet Ramey
On 5/31/20 1:54 AM, Rob Landley wrote: > I can do various forms of cleanup, yes. But individual whack-a-mole will > always > have something else it misses (you can sing "a signal won't always kill > zombies" > to the tune of "my bonnie lies over the ocean"), so I want more systematic >