libpcap: pcap_set_immediate_mode

2016-10-08 Thread Lawrence Teo
This imports pcap_set_immediate_mode() from mainline libpcap, which allows a libpcap-based program to process packets as soon as they arrive. ok? Index: pcap-bpf.c === RCS file: /cvs/src/lib/libpcap/pcap-bpf.c,v retrieving revision

Re: add MCS support to radiotap

2016-10-08 Thread Mark Kettenis
> Date: Sat, 8 Oct 2016 13:06:53 +0200 (CEST) > From: Mark Kettenis > > > Date: Fri, 7 Oct 2016 18:59:52 +0200 > > From: Stefan Sperling > > > > On Fri, Oct 07, 2016 at 03:28:19PM +0200, Stefan Sperling wrote: > > > Currently tcpdump shows "0 Mbit/s"

Re: libGLw/libexpoy: generate pkg-config files during build

2016-10-08 Thread Martin Natano
On Sat, Oct 08, 2016 at 04:16:47PM +0200, Matthieu Herrb wrote: > > I would prefer to swith them to use the bsd.xorg.mk support for > pkg-config files like that: Yeah, that's much nicer. OK. See two comments below. > > Index: lib/libGLw/Makefile >

Re: UPDATE: xkeyboard-config 2.19

2016-10-08 Thread Matthieu Herrb
On Mon, Oct 03, 2016 at 04:02:43PM +0500, Alexandr Shadchin wrote: > Hi, > > This diff updates xkeyboard-config to the latest release. > > Test: > * ftp http://devio.us/~koba/distfiles/xkeyboard-config-2.19.diff (or attach) > * cd /path/to/xenocara > * patch < /path/to/xkeyboard-config-2.19.diff

bring two libc malloc features to ld.so's own malloc

2016-10-08 Thread Otto Moerbeek
Hi, Canaries and chunk validation on delayed free, OK? -Otto Index: malloc.c === RCS file: /cvs/src/libexec/ld.so/malloc.c,v retrieving revision 1.12 diff -u -p -r1.12 malloc.c --- malloc.c18 Sep 2016 13:54:58 -

optimization for chunk canaries

2016-10-08 Thread Otto Moerbeek
Hi, avoid recomping the offset by storing it in the chunk info, ok? -Otto Index: stdlib/malloc.c === RCS file: /cvs/src/lib/libc/stdlib/malloc.c,v retrieving revision 1.199 diff -u -p -r1.199 malloc.c --- stdlib/malloc.c

remove Italian list from www/mail.html

2016-10-08 Thread Davide Gerhard
Hello tech@, as the Italian list was removed in 2010 as stated on this [1] we can remove it from the page www/mail.html In attachment the patch. I also detect that the French list page [2] redirect to a thanksgiving page and the domain openbsd-france.org doesn't have an mx record. Someone in list

Re: libGLw/libexpoy: generate pkg-config files during build

2016-10-08 Thread Matthieu Herrb
On Fri, Oct 07, 2016 at 09:02:38PM +0200, Martin Natano wrote: > Generate the pkg-config files at build time, otherwise we might run into > permission issues with noperm release builds. While there properly clean > up glw.pc. Ok? > Hi I would prefer to swith them to use the bsd.xorg.mk support

Re: add MCS support to radiotap

2016-10-08 Thread Mark Kettenis
> Date: Fri, 7 Oct 2016 18:59:52 +0200 > From: Stefan Sperling > > On Fri, Oct 07, 2016 at 03:28:19PM +0200, Stefan Sperling wrote: > > Currently tcpdump shows "0 Mbit/s" for any frame sent with 11n HT MCS. > > To make progress easier, I'd like to see which MCS are used on the

Re: add MCS support to radiotap

2016-10-08 Thread Mark Kettenis
> Date: Fri, 7 Oct 2016 15:28:19 +0200 > From: Stefan Sperling > > Currently tcpdump shows "0 Mbit/s" for any frame sent with 11n HT MCS. > To make progress easier, I'd like to see which MCS are used on the air, > by any device. > > The change below matches what FreeBSD did to

Re: iwm ack rate mapping

2016-10-08 Thread Mark Kettenis
> Date: Fri, 7 Oct 2016 14:01:27 +0200 > From: Stefan Sperling > > Imre Vadasz pointed out that rate sets managed by net80211 are sorted > by effective data rate speed, while the iwm_rates array sorts CCK rates > (1 - 11 Mbit/s) before OFDM rates (6Mbit/s - 54Mbit/s). > > rate

Re: athn: allow lower tx retry rates with RTS

2016-10-08 Thread Mark Kettenis
> Date: Fri, 7 Oct 2016 08:33:06 +0200 > From: Stefan Sperling > > On Thu, Oct 06, 2016 at 06:51:04PM +0200, Stefan Sperling wrote: > > athn(4) has a hack which disables lower Tx retry rates if RTS is used. > > > > I don't understand why this was added. Perhaps the assumption

Re: iwm(4): Improve iwm_rx_addbuf() error handling.

2016-10-08 Thread Mark Kettenis
> Date: Thu, 6 Oct 2016 12:56:37 +0200 > From: Stefan Sperling > > On Thu, Oct 06, 2016 at 10:49:21AM +0200, Imre Vadasz wrote: > > Hi, > > This patch improves the error handling iwm_rx_addbuf(), specifically in > > out-of-memory and mbuf exhaustion cases. > > > > Keep an

Re: hide iwn firmware error log

2016-10-08 Thread Mark Kettenis
> Date: Thu, 6 Oct 2016 12:46:21 +0200 > From: Stefan Sperling > > Disable the detailed fatal firmware error log in iwn(4) by default. You're the best judge on how useful this information is. ok kettenis@ > Index: if_iwn.c >

Re: libGLw/libexpoy: generate pkg-config files during build

2016-10-08 Thread Jonathan Gray
On Fri, Oct 07, 2016 at 09:02:38PM +0200, Martin Natano wrote: > Generate the pkg-config files at build time, otherwise we might run into > permission issues with noperm release builds. While there properly clean > up glw.pc. Ok? Matches the changes you made to libz etc a few weeks ago so should

Re: Fix boundary issue in chacha code

2016-10-08 Thread Otto Moerbeek
On Fri, Oct 07, 2016 at 03:06:28PM -0500, Brent Cook wrote: > > > On Oct 7, 2016, at 2:52 PM, Otto Moerbeek wrote: > > > > On Fri, Oct 07, 2016 at 02:33:13PM -0500, Brent Cook wrote: > > > >> > >>> On Oct 7, 2016, at 12:18 PM, Ted Unangst wrote: > >>> >