Re: socket splicing for UDP

2013-01-08 Thread Alexander Bluhm
Hi, I have discovered a bad interaction between the pf.statekey in the mbuf header and UDP socket splicing. When the packet gets spliced, it uses this key in ip_output() although it went through two sockets in the meantime. To avoid this, I reset the pf.statekey in the mbuf after udp_input() has

Re: editline(3): el_source() and .editrc file

2013-01-08 Thread Jason McIntyre
On Thu, Jan 03, 2013 at 04:19:25PM +0100, LEVAI Daniel wrote: > Hi! > > It seems that the editline(3) man page didn't get updated after > el.c r1.7 (some twelve years ago :) ). > > > Index: editline.3 > === > RCS file: /cvs/src/lib/

Remove unnecessary dependencies for distrib/special/kbd

2013-01-08 Thread Alexandr Shadchin
for distrib/special/kbd defined NOKVM and library kvm does not need OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/src/distrib/special/kbd/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile

Sync bgpd pftable name length

2013-01-08 Thread Peter Hessler
Almost exactly 10 years ago, we updated the name length of PF tables to 32. Bump the length in bgpd, so we can use longer names. Index: usr.sbin/bgpd/bgpd.h === RCS file: /cvs/openbsd/src/usr.sbin/bgpd/bgpd.h,v retrieving revision