Re: 11n support for athn(4)

2017-03-05 Thread Timo Myyrä
Stefan Sperling writes: > On Tue, Jan 31, 2017 at 07:10:04AM +0200, Timo Myyrä wrote: >> 11g: Client->AP: ~15Mbps, AP->Client: ~5Mbps >> 11n: Client->AP: ~3Mbps, AP->Client: ~5Mbps > > I just committed a change which makes RTS optional in 11n mode. > The AP starts out with RTS enabled. Every 30 s

Re: 61.html - document resolver(3) support for EDNS0 and DNSSEC

2017-03-05 Thread Kirill Miazine
fat fingers... resolver(3), not resolver(8) Index: 61.html === RCS file: /cvs/www/61.html,v retrieving revision 1.10 diff -u -p -r1.10 61.html --- 61.html 5 Mar 2017 15:39:51 - 1.10 +++ 61.html 5 Mar 2017 23:11:05 -

61.html - document resolver(3) support for EDNS0 and DNSSEC

2017-03-05 Thread Kirill Miazine
Index: 61.html === RCS file: /cvs/www/61.html,v retrieving revision 1.10 diff -u -p -r1.10 61.html --- 61.html 5 Mar 2017 15:39:51 - 1.10 +++ 61.html 5 Mar 2017 23:11:05 - @@ -98,6 +98,8 @@ to 6.1. http://man

Re: exuart(4) diff

2017-03-05 Thread Mark Kettenis
> Date: Sun, 5 Mar 2017 13:05:24 +0100 > From: Patrick Wildt > > On Sun, Mar 05, 2017 at 12:33:57PM +0100, Mark Kettenis wrote: > > Diff below makes the console on the odroid-xu4 actually work. I don't > > completely understand the current code. It doesn't check whether a > > character can be w

Re: signify and hardcoded 42 rounds (patch)

2017-03-05 Thread Theo de Raadt
> I wanted to wait longer when creating new keys so here is a simple > diff to add an argument to be able to set rounds to something larger > than a hardcoded 42. If you want it to take longer why not sleep 5 && signify ...

Re: signify and hardcoded 42 rounds (patch)

2017-03-05 Thread Ted Unangst
Gabriel Kihlman wrote: > > I wanted to wait longer when creating new keys so here is a simple > diff to add an argument to be able to set rounds to something larger > than a hardcoded 42. > > Below that it is another diff instead using a copy (slightly modified) > of_bcrypt_autorounds() from libc

Re: signify and hardcoded 42 rounds (patch)

2017-03-05 Thread Gabriel Kihlman
Gabriel Kihlman writes: > I wanted to wait longer when creating new keys so here is a simple > diff to add an argument to be able to set rounds to something larger > than a hardcoded 42. ..and this time calling errx with the errstr from strtonum as one should. Index: signify.c =

signify and hardcoded 42 rounds (patch)

2017-03-05 Thread Gabriel Kihlman
I wanted to wait longer when creating new keys so here is a simple diff to add an argument to be able to set rounds to something larger than a hardcoded 42. Below that it is another diff instead using a copy (slightly modified) of_bcrypt_autorounds() from libc (only ifndef VERIFYONLY). Index: si

Re: exuart(4) diff

2017-03-05 Thread Patrick Wildt
On Sun, Mar 05, 2017 at 12:33:57PM +0100, Mark Kettenis wrote: > Diff below makes the console on the odroid-xu4 actually work. I don't > completely understand the current code. It doesn't check whether a > character can be written before doing so. Instead it tries to make > sure the transmission

exuart(4) diff

2017-03-05 Thread Mark Kettenis
Diff below makes the console on the odroid-xu4 actually work. I don't completely understand the current code. It doesn't check whether a character can be written before doing so. Instead it tries to make sure the transmission of the character completes. But that seems to fail, possibly because

Re: route_output M_WAITOK

2017-03-05 Thread Claudio Jeker
On Fri, Mar 03, 2017 at 08:16:43AM +0100, Martin Pieuchot wrote: > On 03/03/17(Fri) 01:40, Alexander Bluhm wrote: > > On Thu, Mar 02, 2017 at 10:55:41AM +0100, Martin Pieuchot wrote: > > > Actually the malloc(9) could be converted to M_WAIT like the one in > > > rt_report() that claudio@ commented

Re: take PRU_ATTACH out of usrreq

2017-03-05 Thread Claudio Jeker
On Tue, Feb 28, 2017 at 10:37:42AM +0100, Claudio Jeker wrote: > On Tue, Feb 28, 2017 at 10:33:53AM +0100, Martin Pieuchot wrote: > > On 28/02/17(Tue) 07:15, Claudio Jeker wrote: > > > On Mon, Feb 27, 2017 at 10:22:03PM +0100, Alexander Bluhm wrote: > > > [...] > > > > > +int > > > > > +pfkey_atta