[patch] Fix resource leak in netcat

2018-09-29 Thread Nan Xiao
Hi tech@, The following patch fixed the resource leak when netcat works as a TLS server. Sorry if I am wrong, thanks! Index: netcat.c === RCS file: /cvs/src/usr.bin/nc/netcat.c,v retrieving revision 1.194 diff -u -p -r1.194

[PATCH] bgpd: expose ROA origin validation state in show rib

2018-09-29 Thread Job Snijders
Dear all, This small patch exposes the origin validation state in 'bgpctl show rib' and 'bgpctl show rib detail'. This will help debugging, and draw attention to routing problems. I know we're weary of spending horizontal space, but I think spending 3 chars to show the OV state (and as such make

tcpdump: remove #ifdef INET6

2018-09-29 Thread Klemens Nanni
The build is broken with `-U INET6' anyway and I see no reason to disable IPv6 support. Removing these macro guards leaves NSD and Unbound as last remaining programs in base to have them. This diff also fixes an empty redefine for IPPROTO_IPV6 in print-ip.c. No object change on amd64 and

Re: vmd losing VMs

2018-09-29 Thread Greg Steuck
Another one bit the dust, ci-openbsd-main-0 this time. ci-openbsd$ vmctl status ID PID VCPUS MAXMEM CURMEM TTYOWNER NAME 390 35277 12.0G474M ttyp2syzkaller ci-openbsd-main-2 1 - 1512M - -syzkaller syzkaller ci-openbsd$ ps axu

ifconfig(8) to deny non-contiguous netmask

2018-09-29 Thread Denis Fondras
Makes ifconfig(8) deny non-contiguous netmask. Index: ifconfig.c === RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.378 diff -u -p -r1.378 ifconfig.c --- ifconfig.c 9 Sep 2018 20:32:55 - 1.378 +++

Re: tcpdump: zap dead code

2018-09-29 Thread Denis Fondras
On Sat, Sep 29, 2018 at 04:47:54PM +0200, Klemens Nanni wrote: > There since > > revision 1.10 > date: 2000/01/16 12:07:29; author: jakob; state: Exp; lines: +106 -1; > INET6 address resolution (from KAME) > > OK? OK denis@ > > Index: addrtoname.c >

Re: tcpdump: IPv6 flow labels: remove obsolete/dead code

2018-09-29 Thread Denis Fondras
On Sat, Sep 29, 2018 at 05:36:06PM +0200, Klemens Nanni wrote: > Flow labels used to be 24-bit back in 1995 until the IPv6 header format > changed in 1998 in which the field siz was reduced to 20-bit. > > https://tools.ietf.org/html/rfc1883#section-6 >

tcpdump: IPv6 flow labels: remove obsolete/dead code

2018-09-29 Thread Klemens Nanni
Flow labels used to be 24-bit back in 1995 until the IPv6 header format changed in 1998 in which the field siz was reduced to 20-bit. https://tools.ietf.org/html/rfc1883#section-6 https://tools.ietf.org/html/rfc2460#section-6 There since import at 26.10.2000. OK? Index: print-ip6.c

tcpdump: zap dead code

2018-09-29 Thread Klemens Nanni
There since revision 1.10 date: 2000/01/16 12:07:29; author: jakob; state: Exp; lines: +106 -1; INET6 address resolution (from KAME) OK? Index: addrtoname.c === RCS file:

distrib/notes/arm64/hardware mention SMP

2018-09-29 Thread Artturi Alm
Hi, subject is a bit misleading, sorry about that, but another user on IRC was wondering why there was no option to choose SMP .mp kernel during installation for another arch when i noticed some of these missing(?). I don't have a sparc64, nor remember whether the automagics would cover it too,

Re: ral(4): add RT3290 support

2018-09-29 Thread Mark Kettenis
> Date: Mon, 17 Sep 2018 21:34:06 -0400 > From: James Hastings > > Ported from original vendor driver. > RT3290 is similar to RT5390 but integrates WLAN + Bluetooth on single chip. > Bluetooth not supported. > > New 4kb firmware at /etc/firmware/ral-rt3290 for this chip only. > New routines to

Re: bgpd, withdraws and stuck routes

2018-09-29 Thread Denis Fondras
On Thu, Sep 27, 2018 at 06:12:43PM +0200, Claudio Jeker wrote: > On Thu, Sep 27, 2018 at 04:41:22PM +0200, Claudio Jeker wrote: > > Some people noticed that routes get stuck or to be more precise that > > withdraws are not sent to peers in some cases. Until now bgpd did not > > really track what

update libxcb to 1.13.1

2018-09-29 Thread Matthieu Herrb
Hi, libxcb 1.13.1 is a bug fix release to handle a corner case in X11 event handling. to test, apply in /usr/xenocara and rebuild xenocara as per release(8). ok? Index: dist/libxcb/ChangeLog === RCS file: