CVS: cvs.openbsd.org: src

2019-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/26 00:15:36 Modified files: distrib/sets/lists/game: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/26 00:14:35 Modified files: games/robots : Makefile Log message: g/c unused robots_roll file. >From Randy Hartman

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 23:26:17 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: i forgot to commit a regen after fixing some bcm entries

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 21:04:30 Modified files: sys/dev/pci: if_ix.c Log message: don't let rxr completely fill the rxr ring. at the moment there are 256 slots on the right. if rxr raises the high watermark to 256,

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:57:55 Modified files: sbin/ifconfig : ifconfig.c Log message: get rid of the mpw goop this reduces the output that mpw interfaces generate from 3 lines to the one generic mpls and pwe3 line.

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:44:50 Modified files: sys/net: if_mpw.c Log message: don't check the pseudowire type in tx and rx paths. whether the mpw interface is advertising "ethernet" or "ethernet- tagged" is so

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:26:50 Modified files: sbin/ifconfig : ifconfig.c Log message: implement support for pwe3 ioctls this allows individual configuration of the use of control words, flow aware tranport labels, a

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:23:04 Modified files: sys/net: if_mpe.c Log message: use NET_LOCK to coordinate destroying a cloned interface.

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:22:36 Modified files: sys/net: if_mpw.c Log message: add support for the new pwe3 ioctls. the existing mpw ioctl is still available for ldpd to use for a (short) while. discussed with

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:20:08 Modified files: sys/net: if.c Log message: check for root on mpls and pwe3 ioctls part of a larger diff ok mpi@

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:19:11 Modified files: sys/sys: sockio.h Log message: add some generic ioctls for configuring mpls pseudowire parameters. these will replace the monstor mpw ioctl, and will be used by a

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:17:18 Modified files: sys/dev/pci: if_ixl.c Log message: put the rx buffer at the end of the cluster. makes m_prepend later less likely to allocate a new mbuf.

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:12:34 Modified files: sys/dev/pci: if_ixl.c Log message: avoid a deadlock in ixl_down when calling ifq_barrier. this is particularly noticable on sparc64 when you reboot. ok jmatthew@

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 20:09:50 Modified files: sys/dev/pci: if_ix.c Log message: put the rx buffer at the end of the mbuf this should give a bit of space if the packet needs an m_pullup. care is taken to ensure th

CVS: cvs.openbsd.org: src

2019-02-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/02/25 15:22:39 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/02/25 15:03:56 Modified files: share/man/man9 : rwlock.9 Log message: create a RETURN VALUES section and put things that return in there. hopefully it is a bit more obvious that what rw_enter returns c

CVS: cvs.openbsd.org: src

2019-02-25 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/02/25 14:21:45 Modified files: share/misc : airport Log message: Macau is MFM

CVS: cvs.openbsd.org: src

2019-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/25 12:44:04 Modified files: lib/libssl : tls13_internal.h Log message: Fix gcc3 compilation error by using a forward declaration instead of a repeated typedef. Found the hard way by aoyama who al

CVS: cvs.openbsd.org: src

2019-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/02/25 12:40:05 Modified files: lib/libssl : ssl_locl.h tls13_internal.h Log message: revert "Move struct ssl_handshake_tls13_st definition", i.e., move SSL_HANDSHAKE_TLS13 back to ssl_locl.h. discu

CVS: cvs.openbsd.org: xenocara

2019-02-25 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/25 11:07:48 Modified files: app/cwm: calmwm.c cwm.1 Log message: Add a configtest flag (-n). based on a diff from Sascha Paunovic.

CVS: cvs.openbsd.org: src

2019-02-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/02/25 09:52:34 Modified files: lib/libssl : tls13_record_layer.c Log message: Correctly handle oversize writes. If the record layer is asked to write more than fits in a plaintext record, cap the a

CVS: cvs.openbsd.org: src

2019-02-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/02/25 09:46:17 Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h Log message: Add a handshake action sent handler and use it for client finishe

CVS: cvs.openbsd.org: xenocara

2019-02-25 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/02/25 09:40:49 Modified files: app/cwm: calmwm.h conf.c cwmrc.5 group.c kbfunc.c Log message: Add 'group-close-[n]' action to close all windows within specified group. heavily based on a d

CVS: cvs.openbsd.org: src

2019-02-25 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/02/25 09:39:14 Modified files: lib/libssl : tls13_client.c Log message: Correct a few error returns.

CVS: cvs.openbsd.org: src

2019-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/02/25 07:40:16 Modified files: gnu/usr.bin/clang/libLLVMCore: Makefile gnu/usr.bin/clang/libLLVMExecutionEngine: Makefile gnu/usr.bin/clang/libLLVMScalarOpts: Makefile gnu/usr.b

CVS: cvs.openbsd.org: src

2019-02-25 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/02/25 07:36:25 Modified files: lib/libssl : ssl_locl.h tls13_internal.h Log message: Move struct ssl_handshake_tls13_st definition This solves build error on luna88k with gcc3. ok aoyama@

CVS: cvs.openbsd.org: xenocara

2019-02-25 Thread Raphael Graf
CVSROOT:/cvs Module name:xenocara Changes by: ra...@cvs.openbsd.org 2019/02/25 05:34:35 Modified files: app/video : video.1 video.c Log message: Add support for yv12 encoding to video(1). Frame data is converted to yv12 if Xv(3) does not support yuy2 and uyvy. OK

CVS: cvs.openbsd.org: src

2019-02-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/02/25 04:51:58 Modified files: usr.sbin/bgpctl: bgpctl.c mrtparser.c mrtparser.h Log message: Use struct bgpd_addr instead of a union of sockaddrs to store addresses in the mrt dump structs. This is mor

CVS: cvs.openbsd.org: src

2019-02-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/02/25 04:29:30 Modified files: sys/arch/luna88k/dev: siotty.c Log message: Typo in comment spotted by miod