CVS: cvs.openbsd.org: src

2018-09-14 Thread Ricardo Mestre
CVSROOT:/cvs Module name:src Changes by: mes...@cvs.openbsd.org 2018/09/14 17:40:10 Modified files: sys/netinet: ipsec_input.c ipsec_output.c Log message: Initialize the TDB to NULL in ipsec_common_input() and ipsec_{input,output}_cb() so that in the case of sending

CVS: cvs.openbsd.org: src

2018-09-14 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/09/14 12:17:46 Modified files: usr.bin/nohup : nohup.c Log message: Do not leak a file descriptor when opening nohup.out. Make sure that stdout and stderr are not closed. from Nan Xiao

CVS: cvs.openbsd.org: src

2018-09-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/09/14 07:58:20 Modified files: sys/arch/alpha/include: param.h sys/arch/arm/include: param.h sys/arch/arm64/include: param.h sys/arch/hppa/include: param.h sys/arch/m88

CVS: cvs.openbsd.org: src

2018-09-14 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2018/09/14 07:54:57 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add interoperability test mode for regress appstest.sh - test s_server and s_client between different version by

CVS: cvs.openbsd.org: src

2018-09-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2018/09/14 07:49:01 Modified files: sys/arch/arm64/conf: Makefile.arm64 sys/arch/armv7/conf: Makefile.armv7 sys/arch/loongson/conf: Makefile.loongson sys/arch/octeon/conf: Makefile.o

CVS: cvs.openbsd.org: src

2018-09-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2018/09/14 07:44:18 Modified files: gnu/gcc/gcc/config/i386: openbsd64.h openbsdelf.h Log message: Pass -L/usr/lib to the linker in preparation for switching to lld, which does not have a default search path

CVS: cvs.openbsd.org: src

2018-09-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2018/09/14 07:37:52 Modified files: gnu/lib/libiberty: Makefile.bsd-wrapper gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper gnu/usr.bin/cvs

CVS: cvs.openbsd.org: src

2018-09-14 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/09/14 06:55:17 Modified files: sys/netinet: in_pcb.c in_pcb.h Log message: In general it is a bad idea to use one random secret for two things. The inet PCB uses one hash with local and foreign addr

CVS: cvs.openbsd.org: src

2018-09-14 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2018/09/14 04:28:55 Removed files: usr.bin/bgplg/ping6: Makefile Log message: No longer needed since the ping/ping6 unification. Pointed out by Clemens Goessnitzer (clemens AT goessnitzer.info), thanks!

CVS: cvs.openbsd.org: src

2018-09-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/09/14 04:23:42 Modified files: regress/usr.sbin/bgpd/unittests: rde_sets_test.c Log message: Adjust and extend unit test for as_set after last bgpd commit OK benno@

CVS: cvs.openbsd.org: src

2018-09-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/09/14 04:22:55 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Adjust the dummy as_set_match function to new prototype after last bgpd commit OK benno@

CVS: cvs.openbsd.org: src

2018-09-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2018/09/14 04:22:11 Modified files: usr.sbin/bgpd : bgpd.h parse.y rde.c rde_sets.c util.c Log message: Extend as_set to allow for different sized objects to be added. The only requirement is that the first

CVS: cvs.openbsd.org: src

2018-09-14 Thread Michael Mikonos
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/09/14 02:45:46 Modified files: sys/dev/pci: auich.c Log message: ansify auich_trigger_input() and remove #ifdef around DPRINTF(); ok ratchov@

CVS: cvs.openbsd.org: src

2018-09-14 Thread Michael Mikonos
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/09/14 02:37:34 Modified files: sys/dev/pci: auich.c auvia.c cmpci.c eap.c esa.c Log message: mark some suspend/resume functions always returning zero as void; ok ratchov@

CVS: cvs.openbsd.org: src

2018-09-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/09/14 01:25:02 Modified files: sys/netinet: in_pcb.h Log message: unbreak userland uses of in_pcb.h by including sys/refcnt.h ok visa@