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

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 12:52:16 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: files.sunxi Added Files: src/sys/arch/arm/sunxi: sunxi_debe.c sunxi_debereg.h sunxi_dep.c sunxi_display.h sunxi_hdmi.c sunxi_hdmireg.h

CVS commit: src/sys

2018-04-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Apr 3 09:03:59 UTC 2018 Modified Files: src/sys/netinet: tcp_input.c src/sys/netipsec: ipsec.c ipsec.h Log Message: Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, since we used only

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

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 12:56:21 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: SUNXI Log Message: Add commented out entries for the display drivers. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/sys/netinet

2018-04-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Apr 3 08:46:01 UTC 2018 Modified Files: src/sys/netinet: ip_var.h Log Message: Remove unused fields and outdated comment. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/netinet/ip_var.h Please note

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

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 10:10:17 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun4i_a10_gpio.c sun7i_a20_gpio.c Log Message: external interrupt functions are named "eint" in the sunxi_gpio_pins[] arrays, while sunxi_gpio_establish() looks

CVS commit: src/sys/dev/fdt

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 12:40:20 UTC 2018 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: connector_fdt.c connector_fdt.h fdt_port.c fdt_port.h panel_fdt.c panel_fdt.h Log Message: Add connector

CVS commit: src/sys/arch

2018-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 3 07:20:52 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: db_interface.c vector.S src/sys/arch/i386/i386: db_interface.c machdep.c vector.S src/sys/arch/x86/x86: lapic.c Log Message: Rename the DDB

CVS commit: src/doc

2018-04-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Apr 3 06:11:14 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: openssh-7.7 out To generate a diff of this commit: cvs rdiff -u -r1.1507 -r1.1508 src/doc/3RDPARTY Please note that diffs are not public domain; they are

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

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 13:38:13 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_debe.c sunxi_dep.c sunxi_hdmi.c sunxi_tcon.c Log Message: A10 and A20 should have the same display hardware, so consistenly support sun4i-a10

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

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 16:01:25 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun4i_a10_gpio.c sun50i_a64_gpio.c sun50i_h6_gpio.c sun5i_a13_gpio.c sun6i_a31_gpio.c sun7i_a20_gpio.c sun8i_a83t_gpio.c sun8i_h3_gpio.c

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

2018-04-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 3 16:17:59 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_debe.c sunxi_hdmi.c sunxi_tcon.c Log Message: disable all clocks at end of attach function, and re-enable ahb and mod only in activate function. enable

CVS commit: src/distrib/sets/lists/debug

2018-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 3 18:03:16 UTC 2018 Modified Files: src/distrib/sets/lists/debug: mi Log Message: the zombie test is not a rump test. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/distrib/sets/lists/debug/mi

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting

2018-04-03 Thread Ryo Shimizu
Module Name:xsrc Committed By: ryo Date: Tue Apr 3 19:53:57 UTC 2018 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting: driver.h present.c vblank.c Log Message: Fix compile error on evbarm-aarch64. (incompatible pointer types

CVS commit: src/libexec/ld.elf_so

2018-04-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 3 21:10:28 UTC 2018 Modified Files: src/libexec/ld.elf_so: reloc.c rtld.c rtld.h src/libexec/ld.elf_so/arch/arm: Makefile.inc mdreloc.c src/libexec/ld.elf_so/arch/i386: Makefile.inc mdreloc.c

CVS commit: src/crypto/external/bsd/netpgp/dist/src

2018-04-03 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 3 21:57:15 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 src/crypto/external/bsd/netpgp/dist/src/libbn: libnetpgpbn.3 src/crypto/external/bsd/netpgp/dist/src/libmj:

CVS commit: src/sys/netinet

2018-04-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Apr 3 08:02:34 UTC 2018 Modified Files: src/sys/netinet: tcp_output.c Log Message: bcopy -> memcpy, it's obvious the areas don't overlap. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

CVS commit: src/external/mit/xorg/lib/libxcb/dri3

2018-04-03 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Tue Apr 3 08:18:11 UTC 2018 Modified Files: src/external/mit/xorg/lib/libxcb/dri3: Makefile Log Message: Fix build with "USE_SSP=yes". To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: [pgoyette-compat] src

2018-04-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 3 08:29:44 UTC 2018 Modified Files: src/doc [pgoyette-compat]: COMPAT-branch-notes src/lib/libc/sys [pgoyette-compat]: modctl.2 src/sbin/modstat [pgoyette-compat]: main.c src/sys/compat/common

CVS commit: src

2018-04-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Apr 4 04:43:46 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libutil: Makefile opendisk.3 Log Message: Document opendisk1() - it has been around long enough. (pity about the name...) XXX pullup-8