Re: Byte range implementation for httpd(8)

2015-05-02 Thread Florian Obser
Sorry for the very late reply, I'm currently very busy :/ On Fri, Apr 17, 2015 at 05:04:01AM +0200, Sunil Nimmagadda wrote: Range requests as defined in RFC7233 is required for resuming interrupted http(s) downloads for example: ftp -C http://foo.bar/install57.iso With this diff, httpd

[PATCH] Man pages: usbd_open_pipe(9), usbd_close_pipe(9)

2015-05-02 Thread attila
Hi tech@, This patch adds man pages for usbd_open_pipe, usbd_open_pipe_intr, usbd_close_pipe and usbd_abort_pipe, done as two files: usbd_open_pipe.9 and usbd_close_pipe.9. It also adds these two new .9 files to the appropriate Makefile and tweaks usbd_transfer(9) to refer to usbd_open_pipe(9).

PATCH: iked SA cleanup on shutdown

2015-05-02 Thread Vincent Gross
Hi folks, this patch makes iked clean its SAs on shutdown: for each existing IKE SA, all of their Child SAs will be removed from the kernel, and a IKE DELETE notification payload will be sent to the peer. Comments ? Cheers, -- Vincent / dermiste Index: iked.h

PATCH: bring crypto(9) up to speed with crypto/cryptodev.h

2015-05-02 Thread Vincent Gross
Hi folks, crypto(9) describes functions and constants that are not part of crypto/cryptodev.h anymore (see 1.58 - 1.60), this patch fixes that. Cheers, -- Vincent / dermiste Index: crypto.9 === RCS file:

Re: bridge(4) and ether_input_mbuf()

2015-05-02 Thread mxb
Applied. I don’t see any regressions so far. I use bridge+vether. //mxb On 28 apr 2015, at 23:06, Martin Pieuchot m...@openbsd.org wrote: On 21/04/15(Tue) 12:35, Martin Pieuchot wrote: This diff adds the necessary glue to bridge(4) to be able to convert other pseudo-drivers to if_input().

Re: [patch] rtl8188eu support for urtwn(4)

2015-05-02 Thread Brendan MacDonell
Just wanted to report that this works with my TL-WN723N v3.0. With both patches applied the adapter is able to saturate my DSL connection. Brendan MacDonell On Sun, Apr 26, 2015 at 4:46 PM, Mikhail mp39...@gmail.com wrote: On 21:22 26-Apr 2015 Mikhail wrote: On 20:20 26-Apr 2015 Stefan

Re: [ping] dump -U by default

2015-05-02 Thread Philip Guenther
On Wed, Apr 15, 2015 at 10:14 AM, Philip Guenther guent...@gmail.com wrote: On Wed, Apr 15, 2015 at 5:48 AM, Manuel Giraud man...@ledu-giraud.fr wrote: Here is a patch that eliminate the -U flag for dump and make usage of DUID in /etc/dumpdates the default. It also correct old style entries so