[PATCH] /etc/netstart: run inet6 autoconf on CLI interfaces

2015-05-02 Thread Delan Azabani
Hi there, I've written a patch to ensure that /etc/netstart executes ifconfig inet6 autoconf, even when interfaces are specified as arguments. My apologies in advance if I've violated any etiquette, as this is my first patch. Before: http://puu.sh/hzAcR/23cb3347c6.png After: http://puu.sh/hzAdF/

Re: [ping] dump -U by default

2015-05-02 Thread Philip Guenther
On Wed, Apr 15, 2015 at 10:14 AM, Philip Guenther wrote: > On Wed, Apr 15, 2015 at 5:48 AM, Manuel Giraud 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 >> nothing has to be done for the a

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 wrote: > On 21:22 26-Apr 2015 Mikhail wrote: >> On 20:20 26-Apr 2015 Stefan Sperling wrote: >> > O

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 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(). This will

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: /cvs/src/share/man/man9/c

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 =

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).