CVS commit: src

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 07:03:57 UTC 2018 Modified Files: src/share/man/man4: udp.4 src/sys/netinet: in_pcb.h udp_usrreq.c src/sys/netipsec: ipsec_output.c ipsecif.c Log Message: Remove support for non-IKE markers in the kernel.

CVS commit: src/lib/libipsec

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 07:16:17 UTC 2018 Modified Files: src/lib/libipsec: config.h Log Message: Disable draft_00 in racoon, discussed on tech-net@ and now in PR/53334. While here clarify the comments, no #undef. No need to increase the librar

CVS commit: src/share/man/man4

2018-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 31 07:36:25 UTC 2018 Modified Files: src/share/man/man4: envsys.4 Log Message: Fix a typo in the example properties To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/share/man/man4/envsys.4 Please note

CVS commit: src/share/man/man4

2018-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 31 07:37:45 UTC 2018 Modified Files: src/share/man/man4: envsys.4 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/share/man/man4/envsys.4 Please note that diffs are not

CVS commit: src

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 09:08:26 UTC 2018 Modified Files: src/external/bsd/acpica/bin/iasl: Makefile src/external/bsd/libpcap/lib: Makefile src/external/bsd/unbound/sbin: Makefile.inc src/external/gpl2/dtc/usr.bin/dtc: Make

CVS commit: src/external/mit/xorg/share/fonts

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 09:09:32 UTC 2018 Modified Files: src/external/mit/xorg/share/fonts: Makefile Log Message: remove unused include. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/share/fonts/Makefile Pl

CVS commit: src/sys/dev/pci

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 09:11:47 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: add a bunch of nvidia devices from various generations. To generate a diff of this commit: cvs rdiff -u -r1.1338 -r1.1339 src/sys/dev/pci/pcidevs P

CVS commit: src/sys/dev/pci

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 09:12:12 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1329 -r1.1330 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1328 -r1.1329 s

CVS commit: src/sys/external/bsd/drm2/nouveau

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 09:18:31 UTC 2018 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: disable matching nouveau on pascal and the second generation of maxwell cards that are not supported by this version of drm.

CVS commit: src/external/bsd/top/dist

2018-05-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu May 31 09:20:05 UTC 2018 Modified Files: src/external/bsd/top/dist: top.c Log Message: Fix unitialized signal mask passed to sigaction(2) in top(1) Detected with Memory Sanitizer during the integration of sanitizers with the N

CVS commit: src/external/mit/xorg

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 09:31:39 UTC 2018 Modified Files: src/external/mit/xorg: xorg-pkg-ver.mk Log Message: fix XORG_PKG_PACKAGE_NAME to not include multiple quotes for PACKAGE_NAME, and add a XORG_PKG_RELEASE_DATE to define RELEASE_DATE. To

CVS commit: src/sys/arch/aarch64/aarch64

2018-05-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu May 31 09:37:16 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: implement properly branch_taken() and inst_unconditional_flow_transfer(). To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/external/bsd/top/dist/machine

2018-05-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu May 31 10:14:21 UTC 2018 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: Fix read of unitialized array elements in top(1) The cp_old array is allocated with malloc(3) and its pointer is passed to per

CVS commit: src/sys/netinet

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 13:51:57 UTC 2018 Modified Files: src/sys/netinet: udp_usrreq.c Log Message: Remove the non-IKE part of the computation, too. To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/sys/netinet/udp_usrreq.c

CVS commit: src/sys/netipsec

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 15:06:45 UTC 2018 Modified Files: src/sys/netipsec: ipsec_output.c Log Message: Adapt rev1.75, suggested by Alexander Bluhm. Relax the checks to allow protocols smaller than two bytes (only IPPROTO_NONE). While here style

CVS commit: src/sys/netipsec

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 15:34:25 UTC 2018 Modified Files: src/sys/netipsec: ipsec_mbuf.c Log Message: Clarify, remove superfluous things. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/netipsec/ipsec_mbuf.c Please note

CVS commit: src/sys/compat/svr4

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 15:41:11 UTC 2018 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: Add XXX for NULL deref. Not sure how to fix it, not sure we care either... To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/arch/arm/sunxi

2018-05-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 31 20:52:53 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_gpio.c Log Message: sunxi_gpio_release: hold lock around call to sunxi_gpio_ctl To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/a

CVS commit: src/sys/arch

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 22:26:37 UTC 2018 Modified Files: src/sys/arch/mips/include: vmparam.h src/sys/arch/riscv/include: vmparam.h Log Message: it's called VM_MAXUSER_ADDRESS32 not VM_MAXUSER32_ADDRESS. fixes mips64 builds, and likely

CVS commit: src/sys/arch/sparc/sparc

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 22:44:13 UTC 2018 Modified Files: src/sys/arch/sparc/sparc: locore.s Log Message: convert Lfp_null_fpstate (which is invoked if savefpstate() is called with NULL) into a panic for DIAGNOSTIC kernels. To generate a diff o

CVS commit: src/sys/arch

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 23:22:50 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_reboot.c src/sys/arch/arm/arm32: arm32_reboot.c Log Message: docpureset() doesn't return anything, so mark it void. (probably could also be __

CVS commit: src/sys/external/bsd/drm2/nouveau

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 31 23:46:59 UTC 2018 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: the previous change doubled the check for pascal. fix it so that we only check for later maxwell and pascal once each, as int

CVS commit: src/external/mpl/dhcp/dist/common

2018-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 1 00:42:49 UTC 2018 Modified Files: src/external/mpl/dhcp/dist/common: bpf.c Log Message: PR/50893: Bruce Lilly: Handle carp interfaces. XXX: pullup-8 (in src/external/bsd/dhcp/dist/common/bpf.c) To generate a diff o

CVS commit: src/external/cddl/osnet/sys/sys

2018-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 1 00:56:19 UTC 2018 Modified Files: src/external/cddl/osnet/sys/sys: opentypes.h time.h types.h Log Message: Avoid duplicate typedefs so these headers can be used as part of tools build, when the base system compiler does no

CVS commit: src/sys/arch/sun2/conf

2018-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 1 01:19:06 UTC 2018 Modified Files: src/sys/arch/sun2/conf: FOURMEG Log Message: disable a few more things and return another 1% of memory. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sun2/co

CVS commit: src/external/mit/xorg/lib/xkeyboard-config

2018-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 1 01:21:02 UTC 2018 Modified Files: src/external/mit/xorg/lib/xkeyboard-config: Makefile.xkbdata src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile Log Message: Generate xml files properly. Noted by your

CVS commit: src/tests/lib/libc/sys

2018-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 1 05:48:29 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: 80 column police. Some KNF and whitespace corrections (until I got bored...) NFCI. To generate a diff of this commit: cvs rdiff -u