CVS: cvs.openbsd.org: src

2017-11-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/20 03:16:25 Modified files: sys/net: if.c Log message: Do not fail if an interface is DOWN when calling ifpromisc(). As soon as the interface will be brough UP, its device driver will

CVS: cvs.openbsd.org: src

2017-11-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/20 03:17:40 Modified files: sys/net: if_bridge.c if_switch.c Log message: Remove duplicated code working around the fact that ifpromisc() required a DOWN interface. ok visa@

CVS: cvs.openbsd.org: src

2017-11-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/20 03:35:24 Modified files: sys/net: if_etherip.c if_gif.c if_pfsync.c if_vxlan.c pf.c pipex.c sys/netinet: igmp.c in.h ip_carp.c ip_ether.c ip_gre.c

CVS: cvs.openbsd.org: src

2017-11-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/11/20 08:52:25 Modified files: regress/sys/net/loop: Makefile Log message: Skip the test and print a warning if pf does not process packets on additional loopback devices.

CVS: cvs.openbsd.org: src

2017-11-20 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2017/11/20 10:26:39 Modified files: usr.bin/sndiod : fdpass.c Log message: Free memory in the error code-path, when we run out of descriptors during initialization. From Michael W. Bombardieri, thanks.

CVS: cvs.openbsd.org: www

2017-11-20 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/11/20 15:08:53 Modified files: faq: faq10.html Log message: fix link to group(5) from julien steinhauser, thanks

CVS: cvs.openbsd.org: src

2017-11-20 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/11/20 13:49:14 Modified files: sys/dev/fdt: sxiccmu_clocks.h Log message: Add Allwinner A10 EMAC clock. >From Artturi Alm.

CVS: cvs.openbsd.org: src

2017-11-20 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2017/11/20 20:01:58 Modified files: gnu/llvm/lib/Target/X86: X86RegisterInfo.td Log message: The compiler is generally free to allocate general purpose registers in whatever order it chooses.

CVS: cvs.openbsd.org: src

2017-11-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/11/20 05:49:56 Modified files: regress/sys/kern/pledge/sockopt: Makefile Log message: Now pledge("inet") allows socket option IPV6_V6ONLY. Adapt test.

CVS: cvs.openbsd.org: src

2017-11-20 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2017/11/20 06:33:58 Modified files: sbin/dhclient : dhclient.c Log message: Wnen purging dhclient.leases and when looking for unexpired offers to use, always recalculate offer expiry time based on the

CVS: cvs.openbsd.org: src

2017-11-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/20 03:51:24 Modified files: sbin/ipsecctl : ipsecctl.8 ipsecctl.c ipsecctl.h Log message: Support collapsing flow outputs. Makes it easier to check live status of complex setups. ok hshoexer@

CVS: cvs.openbsd.org: src

2017-11-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/20 03:56:52 Modified files: sys/net: pfkeyv2.c pfkeyv2.h sys/netinet: ip_spd.c Log message: Flush flows using the radix-tree instead of a global list. This will allows us to

CVS: cvs.openbsd.org: src

2017-11-20 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/20 07:14:26 Modified files: sys/netinet: ip_ipsp.h Log message: Keep kernel defines under #ifdef _KERNEL. ok bluhm@

CVS: cvs.openbsd.org: src

2017-11-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/11/20 07:21:29 Modified files: sys/net: if_etherip.h Log message: Remove #if'0ed decls Stop pretending that we will migrate the content of this file to if_etherip.h. Those declarations are

CVS: cvs.openbsd.org: src

2017-11-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/11/20 08:13:09 Modified files: sys/arch/octeon/dev: cn30xxgmx.c cn30xxsmi.c octrtc.c sys/arch/octeon/include: octeonvar.h Log message: Fix the product code of the Unifi Security Gateway.

CVS: cvs.openbsd.org: src

2017-11-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/11/20 08:20:03 Modified files: sys/arch/octeon/dev: octrtc.c sys/arch/octeon/include: octeonvar.h Log message: Add the board ID of the Unifi Security Gateway PRO-4. Not tested with the

CVS: cvs.openbsd.org: www

2017-11-20 Thread Visa Hankala
CVSROOT:/cvs Module name:www Changes by: v...@cvs.openbsd.org2017/11/20 08:26:39 Modified files: . : octeon.html Log message: Add the Unifi Security Gateway to the list of supported machines. System usability confirmed by Justin Hibbits. Also mention