Re: [Toybox] speaking of /usr/bin...

2019-01-25 Thread Rob Landley
On 1/25/19 5:08 PM, enh via Toybox wrote: > i hadn't heard of this until today, when it broke something: > > https://wiki.debian.org/UsrMerge I did a corrected version of that last link one of the times that old busybox post made the rounds, and an online magazine asked me if they could reprint

Re: [Toybox] [PATCH] hostname: fix behavior when in jail.

2019-01-25 Thread Rob Landley
On 1/25/19 5:06 PM, enh wrote: > On Sun, Jan 20, 2019 at 10:06 PM Rob Landley wrote: >> >> On 1/20/19 4:20 PM, enh wrote: >>> the link in the roadmap (the checked-in copy; the web site is too old) >>> is, for better or worse, a link to the current status: >>>

Re: [Toybox] [PATCH] hostname: fix behavior when in jail.

2019-01-25 Thread Rob Landley
On 1/25/19 4:56 PM, enh wrote: > On Sun, Jan 20, 2019 at 11:07 PM Rob Landley wrote: >> >> On 1/20/19 4:20 PM, enh wrote: >>> or that just isn't started yet (like hexdump), patch is probably in >>> the worst state: that will need fuzz support (which POSIX describes in >>> more detail than i

[Toybox] speaking of /usr/bin...

2019-01-25 Thread enh via Toybox
i hadn't heard of this until today, when it broke something: https://wiki.debian.org/UsrMerge ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] [PATCH] hostname: fix behavior when in jail.

2019-01-25 Thread enh via Toybox
On Sun, Jan 20, 2019 at 10:06 PM Rob Landley wrote: > > On 1/20/19 4:20 PM, enh wrote: > > the link in the roadmap (the checked-in copy; the web site is too old) > > is, for better or worse, a link to the current status: > >

Re: [Toybox] [PATCH] patch: add -s to the synopsis line and fix typos.

2019-01-25 Thread enh via Toybox
On Sat, Jan 12, 2019 at 1:46 PM Rob Landley wrote: > > On 1/12/19 3:03 PM, enh wrote: > > On Sat, Jan 12, 2019 at 11:24 AM Rob Landley wrote: > >> > >> On 1/12/19 11:05 AM, enh via Toybox wrote: > >>> --- > >>> toys/posix/patch.c | 8 > >>> 1 file changed, 4 insertions(+), 4

Re: [Toybox] [PATCH] hostname: fix behavior when in jail.

2019-01-25 Thread enh via Toybox
On Sun, Jan 20, 2019 at 9:01 PM Rob Landley wrote: > > On 1/20/19 4:20 PM, enh wrote: > > On Sat, Jan 19, 2019 at 12:43 PM Rob Landley wrote: > >> > >> On 1/19/19 1:41 PM, enh via Toybox wrote: > >>> Only -d and -f should cause a DNS lookup. The rest should just act > >>> directly on the result

Re: [Toybox] [PATCH] nc: allow immediate reuse of ports

2019-01-25 Thread Josh Gao via Toybox
Whoops, missed that. Another patch attached. On Fri, Jan 25, 2019 at 6:49 AM Rob Landley wrote: > On 1/24/19 7:38 PM, Josh Gao via Toybox wrote: > > Set SO_REUSEADDR when listening so that we can immediately reuse ports > > that are no longer being listened upon, instead of having to wait 60 >

Re: [Toybox] [PATCH] Whitespace: remove tabs from indentation.

2019-01-25 Thread Rob Landley
On 1/25/19 2:26 AM, Reverend Homer wrote: > Well, I could give clang-format a try and prepare the patchset with its config > and fixes as an RFC, if Rob doesn't mind. I'd rather not just now, thanks. Rob ___ Toybox mailing list Toybox@lists.landley.net

Re: [Toybox] [PATCH] nc: allow immediate reuse of ports

2019-01-25 Thread Rob Landley
On 1/24/19 7:38 PM, Josh Gao via Toybox wrote: > Set SO_REUSEADDR when listening so that we can immediately reuse ports > that are no longer being listened upon, instead of having to wait 60 > seconds for the socket to be shutdown after being closed (even on > localhost!). This only applies to

Re: [Toybox] Alternatives to github?

2019-01-25 Thread Reverend Homer
Hi, Take a look at the new project sr.ht: https://lwn.net/Articles/775963/ Maybe you'll find it useful. R.H. On 04/06/2018 04:06, Rob Landley wrote: If Microsoft acquires github, where should I publish releases instead? Rob ___ Toybox mailing list

Re: [Toybox] [PATCH] Whitespace: remove tabs from indentation.

2019-01-25 Thread Reverend Homer
Well, I could give clang-format a try and prepare the patchset with its config and fixes as an RFC, if Rob doesn't mind. R.H. On 24/01/2019 19:02, enh wrote: that's what i meant about "you have to learn to give up control over every last space or tab". many Google and Android projects use