Re: [DIFF] /etc/rc: gracefully shut down base daemons too

2015-02-20 Thread Craig Skinner
On 2015-02-20 Fri 18:12 PM |, Ingo Schwarze wrote: > Craig Skinner wrote on Fri, Feb 20, 2015 at 04:41:17PM +: > > > Changed to skip pflogd, syslogd & check /var/run/rc.d/ > > No, we don't want it, and we have given reasons > > Which problem are you trying to solve? > OpenBSD runs great In

Re: libtls documentation

2015-02-20 Thread Martin Brandenburg
> I'd have to say no. There are structures used but not documented and the > one line description of some of the functions could be open to > interpretation. Sample usage is never amiss in my estimation. If we are thinking of the same structures they are not supposed to be documented. Notice even

Re: [DIFF] /etc/rc: gracefully shut down base daemons too

2015-02-20 Thread Adam Thompson
On 2015-02-20 11:12 AM, Ingo Schwarze wrote: Hi Craig, Craig Skinner wrote on Fri, Feb 20, 2015 at 04:41:17PM +: Changed to skip pflogd, syslogd & check /var/run/rc.d/ No, we don't want it, and we have given reasons: It makes the code longer, more fragile, and provides no known benefit wh

fix stuck cancelled ehci xfers (ehci_idone: ex=%p is done!)

2015-02-20 Thread Stefan Sperling
In the following configuration I can pretty easily trigger endless screenfulls of scrolling "ehci_idone: ex=%p is done!" messages, where %p is to a constant pointer value (same in each message). [ehci host]<--[usb extension cable (hub 1)]<--[usb keyboard (hub 2)]<--[usb mouse] So there's a USB e

Re: libtls documentation

2015-02-20 Thread Ted Unangst
Greg Martin wrote: > > I'd have to say no. There are structures used but not documented and the > one line description of some of the functions could be open to > interpretation. Sample usage is never amiss in my estimation. I'd appreciate knowing what you found missing. I know it's pretty barren

Re: libtls documentation

2015-02-20 Thread Greg Martin
On Fri, 2015-02-20 at 12:25 -0600, Constantine A. Murenin wrote: > On 20 February 2015 at 10:36, Greg Martin wrote: > > Hi, > > I just build libressl on Linux 3.13.0-44-generic. I haven't installed it > > yet but it was a clean build. > > > > I'm interested in trying libssl but the only documentat

Re: libtls documentation

2015-02-20 Thread Brent Cook
> On Feb 20, 2015, at 10:36 AM, Greg Martin wrote: > > Hi, > I just build libressl on Linux 3.13.0-44-generic. I haven't installed it > yet but it was a clean build. > > I'm interested in trying libssl but the only documentation I've found is > a single manpage (tls_int). Are there some example

Re: libtls documentation

2015-02-20 Thread trondd
libtls? What are you trying to do with it? There are several examples in the OpenBSD source code (relayd, ftp), but if you are compiling for linux, maybe you aren't an obsd user with the code handy. I incorporated it into links+ (links2): https://github.com/trondd555/links-plus/blob/master/conne

Re: libtls documentation

2015-02-20 Thread Constantine A. Murenin
On 20 February 2015 at 10:36, Greg Martin wrote: > Hi, > I just build libressl on Linux 3.13.0-44-generic. I haven't installed it > yet but it was a clean build. > > I'm interested in trying libssl but the only documentation I've found is > a single manpage (tls_int). Are there some example progra

libtls documentation

2015-02-20 Thread Greg Martin
Hi, I just build libressl on Linux 3.13.0-44-generic. I haven't installed it yet but it was a clean build. I'm interested in trying libssl but the only documentation I've found is a single manpage (tls_int). Are there some example programs somewhere or more comprehensive documentation? Thanks, Gr

Re: [DIFF] /etc/rc: gracefully shut down base daemons too

2015-02-20 Thread Ingo Schwarze
Hi Craig, Craig Skinner wrote on Fri, Feb 20, 2015 at 04:41:17PM +: > Changed to skip pflogd, syslogd & check /var/run/rc.d/ No, we don't want it, and we have given reasons: It makes the code longer, more fragile, and provides no known benefit whatsoever. Fixing the most blatant downsides do

Re: [DIFF] /etc/rc: gracefully shut down base daemons too

2015-02-20 Thread Craig Skinner
On 2015-02-17 Tue 14:24 PM |, Antoine Jacoutot wrote: > On Tue, Feb 17, 2015 at 01:20:03PM +, Craig Skinner wrote: > > Produces (on 5.6 release) - with start up order reversed: > > > > # halt -p > > stopping package daemons: greyscanner postfix sshguard. > > stopping base daemons: cron spamlog

Re: enable jumbos on newer re(4) devices

2015-02-20 Thread David Gwynne
> On 20 Feb 2015, at 10:52 pm, Stuart Henderson wrote: > > On 2015/02/18 11:57, Jim Smith wrote: >> On Fri, Jan 23, 2015 at 11:26:53AM +1000, David Gwynne wrote: >>> a compromise could be to advertise checksum offload to the stack, >>> pass it on to the hardware for small frames but have the dri

Re: enable jumbos on newer re(4) devices

2015-02-20 Thread Stuart Henderson
On 2015/02/18 11:57, Jim Smith wrote: > On Fri, Jan 23, 2015 at 11:26:53AM +1000, David Gwynne wrote: > > a compromise could be to advertise checksum offload to the stack, > > pass it on to the hardware for small frames but have the driver do > > it in software for the big ones? > > greetings, >

Re: ksh version lies

2015-02-20 Thread Theo de Raadt
>Jérémie Courrèges-Anglas wrote: >> "Ted Unangst" writes: >> >> > Jérémie Courrèges-Anglas wrote: >> >> Tristan Le Guern writes: >> >> >> >> > On 02/16/2015 05:22 PM, Todd C. Miller wrote: >> >> >> There are scripts that use KSH_VERSION to determine whether they >> >> >> are being run und