Re: [Toybox] [PATCH] Implement "insmod -".

2016-02-19 Thread enh
early to ping, i know, but should i wait for this to go in before doing my weekly sync, or catch it next week? On Thu, Feb 18, 2016 at 4:30 PM, enh wrote: > Also use finit_module if available. Given that "insmod -" requires > init_module, maybe this isn't a worthwhile

Re: [Toybox] [PATCH] Add xxd -p and -r.

2016-02-19 Thread dmccunney
On Fri, Feb 19, 2016 at 12:53 PM, Rob Landley wrote: > Why does posix even bother having od if nobody seems to use it? I've used od, though not in some time. > (Why does posix still maintain its standard documents in SCCS? > Seriously, sccs->rcs->cvs->svn->bk->git means it's

Re: [Toybox] [PATCH] Add xxd -p and -r.

2016-02-19 Thread enh
On Fri, Feb 19, 2016 at 10:00 AM, enh wrote: > On Fri, Feb 19, 2016 at 9:53 AM, Rob Landley wrote: >> On Thu, Feb 18, 2016 at 11:33 PM, enh wrote: >>> SELinux denials include hex-encoded paths in the log messages; xxd -r -p is >>> a convenient

Re: [Toybox] [PATCH] Add xxd -p and -r.

2016-02-19 Thread enh
On Fri, Feb 19, 2016 at 9:53 AM, Rob Landley wrote: > On Thu, Feb 18, 2016 at 11:33 PM, enh wrote: >> SELinux denials include hex-encoded paths in the log messages; xxd -r -p is >> a convenient way to decode them. >> >> The heuristics are a little weird to my

Re: [Toybox] [PATCH] Add xxd -p and -r.

2016-02-19 Thread Rob Landley
On Thu, Feb 18, 2016 at 11:33 PM, enh wrote: > SELinux denials include hex-encoded paths in the log messages; xxd -r -p is > a convenient way to decode them. > > The heuristics are a little weird to my mind, but match the documentation > and observed behavior. I'm guessing

Re: [Toybox] testing a single command?

2016-02-19 Thread enh
On Fri, Feb 19, 2016 at 9:49 AM, Rob Landley wrote: > On Thu, Feb 18, 2016 at 11:48 PM, enh wrote: >> On Thu, Feb 18, 2016 at 8:18 PM, Isaac Dunham wrote: >>> On Thu, Feb 18, 2016 at 08:09:08PM -0800, enh wrote: On Thu, Feb 18, 2016 at

Re: [Toybox] testing a single command?

2016-02-19 Thread Rob Landley
On Thu, Feb 18, 2016 at 11:48 PM, enh wrote: > On Thu, Feb 18, 2016 at 8:18 PM, Isaac Dunham wrote: >> On Thu, Feb 18, 2016 at 08:09:08PM -0800, enh wrote: >>> On Thu, Feb 18, 2016 at 8:06 PM, Isaac Dunham wrote: >>> > On Wed, Feb 17, 2016

Re: [Toybox] Implement wget

2016-02-19 Thread Felix Janda
Lipi C. H. Lee wrote: > implement simple 'wget' and port name can be specified in URL if default > port 80 is not used. > It may be added to toys/pending directory. Thanks for your submission! Some comments below. In general, try simplifying the error messages:

[Toybox] Implement wget

2016-02-19 Thread Lipi C. H. Lee
implement simple 'wget' and port name can be specified in URL if default port 80 is not used. It may be added to toys/pending directory. /* wget.c - Simple downloader to get the resource file in HTTP server * * Copyright 2016 Lipi C.H. Lee * USE_WGET(NEWTOY(wget, "f:",