Re: [Toybox] depmod & modprobe?

2020-05-29 Thread scsijon
?and poked again (please), as i can't see anything in 0.83 's status page. many thanks scsijon On 6/3/20 5:23 am, Rob Landley wrote: On 3/5/20 12:11 AM, scsijon wrote: On 05/03/20 14:29, Rob Landley wrote: On 3/4/20 12:28 AM, scsijon wrote: I was wondering, since you've added most of the

Re: [Toybox] Project progress for 0.8.3.

2020-05-29 Thread enh via Toybox
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 actively _wrong_), but > their "Project progress" section explains that "in 2015"... which was 5 years >

Re: [Toybox] Ok, I've given myself a headache trying to understand this one.

2020-05-29 Thread Chet Ramey
On 5/29/20 11:22 AM, Rob Landley wrote: > Running a mkroot build, it went: > > Compile toyboxscripts/make.sh: line 34: echo: write error: Resource > temporarily unavailable > ...scripts/make.sh: line 34: echo: write error: Resource temporarily > unavailable > scripts/make.sh:

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

2020-05-29 Thread Chet Ramey
On 5/29/20 2:09 PM, Chet Ramey wrote: >>> Bash-5.1 will change the way it does $SECONDS to use gettimeofday(), btw. >> >> Meanwhile, I'm fielding: >> >> https://github.com/landley/toybox/pull/210 > > Ironically, gettimeofday() is more portable. Whoops, I sent that too early:

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

2020-05-29 Thread Chet Ramey
On 5/28/20 6:41 PM, Rob Landley wrote: >> If you support job control IDs, you're already supporting `%' as a special >> prefix. What's the difference? > > I meant we've resolved that % is one prefix and %? is another prefix with > similar but distinct meaning. I.E. %? is, itself, a special

[Toybox] [PATCH] sed: add -s to the synopsis too.

2020-05-29 Thread enh via Toybox
--- toys/posix/sed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From 89f54a172fd35e3fe52f6e7b533dc6af9bc5ef81 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 29 May 2020 11:06:06 -0700 Subject: [PATCH] sed: add -s to the synopsis too. --- toys/posix/sed.c | 2 +- 1 file

[Toybox] Ok, I've given myself a headache trying to understand this one.

2020-05-29 Thread Rob Landley
Running a mkroot build, it went: Compile toyboxscripts/make.sh: line 34: echo: write error: Resource temporarily unavailable ...scripts/make.sh: line 34: echo: write error: Resource temporarily unavailable scripts/make.sh: line 34: echo: write error: Resource temporarily