CVS commit: src/sys/net/npf

2018-04-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 7 09:06:27 UTC 2018 Modified Files: src/sys/net/npf: npf_inet.c Log Message: Rewrite npf_fetch_tcpopts: * Instead of doing several nbuf_advance/nbuf_ensure_contig and playing with gotos, fetch the TCP options only once

CVS commit: src/sys/net/npf

2018-04-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 7 09:20:25 UTC 2018 Modified Files: src/sys/net/npf: npf_ext_normalize.c Log Message: Fix an inverted logic. nbuf_cksum_barrier returns true when the direction is PFIL_OUT and TSO is active; that is to say, it returns true

CVS commit: src/tests/net

2018-04-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Apr 7 12:36:58 UTC 2018 Modified Files: src/tests/net: net_common.sh Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/net/net_common.sh Please note that diffs are not public do

CVS commit: src/sys/miscfs/procfs

2018-04-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 7 13:42:42 UTC 2018 Modified Files: src/sys/miscfs/procfs: procfs_vnops.c Log Message: Lock the target cwdi and take an additional reference to the vnode we are interested in to prevent it from disappearing before getcwd

CVS commit: src/sys/netinet

2018-04-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 7 13:48:50 UTC 2018 Modified Files: src/sys/netinet: tcp_fsm.h tcp_usrreq.c Log Message: Remove dead code. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/netinet/tcp_fsm.h cvs rdiff -u -r1.217 -r1.2

CVS commit: src/lib/libpam/modules/pam_ssh

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 13:57:12 UTC 2018 Modified Files: src/lib/libpam/modules/pam_ssh: pam_ssh.c Log Message: function grew an extra argument now. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libpam/modules/pam_

CVS import: src/sys/external/bsd/acpica/dist

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 14:12:53 UTC 2018 Update of /cvsroot/src/sys/external/bsd/acpica/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28436 Log Message: 13 March 2018. Summary of changes for version 201

CVS commit: src

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 15:49:52 UTC 2018 Modified Files: src/external/bsd/acpica/bin/iasl: Makefile src/sys/dev/acpi: acpi.c acpi_i2c.c acpi_pci.c acpi_verbose.c src/sys/external/bsd/acpica/dist/common: dmtbdump.c dmtbinfo.c

CVS commit: src/doc

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 15:50:58 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new acpica To generate a diff of this commit: cvs rdiff -u -r1.1512 -r1.1513 src/doc/3RDPARTY cvs rdiff -u -r1.2373 -r1.2374 src/doc/CHANGES

CVS commit: src/sys/dev/fdt

2018-04-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 7 18:05:08 UTC 2018 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Allow to remove entries from the fdt, either by handle or by compatible string. Proposed on tech-kern and port-arm, ok jmcneill@ To gen

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

2018-04-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 7 18:06:27 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: Handle 'console=serial' passed from the bootargs. ok jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/

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

2018-04-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 7 18:09:34 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_debe.c sunxi_dep.c sunxi_display.h sunxi_tcon.c Log Message: Allow the graphic driver to be the kernel's console. Match either from the allwinn

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

2018-04-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 7 18:12:51 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: SUNXI Log Message: Enable the display engine devices. Note that even if they attaches, they will be active only if a proper display engine pipeline entry is pr

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

2018-04-07 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Apr 7 18:35:01 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: SUNXI Log Message: Move sunxidep to pass5, it has to attach before simplefb To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/evbarm

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:09:12 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNSDebug.h Log Message: Allow overriding checking for debug functions To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:13:27 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNS.c Log Message: When we advertise interfaces, don't skip if we are not autotargetting services yet. It is the chicken and the egg

CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:18:44 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile Log Message: show how to turn on debugging. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/extern

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:18:16 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSUNP.c Log Message: put back handling for SIOCGIFAFLAG_IN -- should not matter. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libpam/modules/pam_ssh

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:28:32 UTC 2018 Modified Files: src/lib/libpam/modules/pam_ssh: pam_ssh.c Log Message: fix and use the macro. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libpam/modules/pam_ssh/pam_ssh.c

CVS commit: src

2018-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 7 19:38:06 UTC 2018 Modified Files: src/share/man/man4: options.4 src/sys/arch/amd64/conf: GENERIC Makefile.amd64 files.amd64 src/sys/arch/i386/conf: GENERIC Makefile.i386 files.i386 Log Message: add an SPECT

CVS commit: src/sys/arch

2018-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 7 19:39:19 UTC 2018 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: actually do what the previous change said: don't turn on the new 'SPECTRE_V2_GCC_MITIGATION' option ye

CVS import: src/external/bsd/dhcp/dist

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 20:44:31 UTC 2018 Update of /cvsroot/src/external/bsd/dhcp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv6127 Log Message: Internet Systems Consortium DHCP Distribution Version

CVS commit: src/external/bsd/dhcp

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 21:19:32 UTC 2018 Modified Files: src/external/bsd/dhcp/bin/client: Makefile src/external/bsd/dhcp/dist/client: client_tables.c dhc6.c dhclient.8 dhclient.c src/external/bsd/dhcp/dist/common

CVS commit: src/doc

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 21:20:45 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new dhcp To generate a diff of this commit: cvs rdiff -u -r1.1513 -r1.1514 src/doc/3RDPARTY cvs rdiff -u -r1.2374 -r1.2375 src/doc/CHANGES Pl

CVS commit: src/share/mk

2018-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 7 21:38:30 UTC 2018 Modified Files: src/share/mk: bsd.own.mk Log Message: switch vax to GCC 6. thanks to Krister and Maya for the fixes. it now appears as disfunctional as GCC 5 for vax. ok ragge@. this was the final GCC

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2018-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 7 22:17:52 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: fix the grep pattern for inside a makefile. fixes build issue reported by thorpej on tech-toolchain - we both found the same

CVS commit: src/external/bsd/bind

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:23:27 UTC 2018 Modified Files: src/external/bsd/bind: binclude4netbsd src/external/bsd/bind/dist: CHANGES Makefile.in README acconfig.h config.h.in configure configure.in srcid version sr

CVS commit: src/external/mpl/dhcp

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:31:38 UTC 2018 Added Files: src/external/mpl/dhcp: Makefile Makefile.inc dhcp2netbsd src/external/mpl/dhcp/bin: Makefile Makefile.inc src/external/mpl/dhcp/bin/client: Makefile src/external/m

CVS import: src/external/mpl/dhcp/dist

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:34:28 UTC 2018 Update of /cvsroot/src/external/mpl/dhcp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27708 Log Message: import dhcp-4.4.1 Status: Vendor Tag: ISC Release Tags: DHCP4_4_1 N src/

CVS commit: src/external/mpl/dhcp

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:34:51 UTC 2018 Modified Files: src/external/mpl/dhcp: dhcp2netbsd Log Message: now mpl To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mpl/dhcp/dhcp2netbsd Please note that diffs are not

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

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:37:30 UTC 2018 Modified Files: src/external/mpl/dhcp/dist: config.guess config.sub src/external/mpl/dhcp/dist/client: client_tables.c clparse.c dhc6.c dhclient-script.8 dhclient.8 dhclient.c dhcl

CVS commit: src/external/bsd

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:40:00 UTC 2018 Modified Files: src/external/bsd: Makefile Removed Files: src/external/bsd/dhcp: Makefile Makefile.inc dhcp2netbsd src/external/bsd/dhcp/bin: Makefile Makefile.inc src/external

CVS commit: src/external

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:39:31 UTC 2018 Modified Files: src/external: Makefile README Log Message: add mpl To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/Makefile cvs rdiff -u -r1.15 -r1.16 src/external/README

CVS commit: src/doc

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 22:41:55 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: update bind and dhcp To generate a diff of this commit: cvs rdiff -u -r1.1514 -r1.1515 src/doc/3RDPARTY cvs rdiff -u -r1.2375 -r1.2376 src/doc

CVS commit: src/sys/arch

2018-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 8 00:52:38 UTC 2018 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: turn on GCC spectre v2 mitigation options. XXX: amd64 ALL doesn't build for me right now To

CVS commit: src/external/mpl

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 8 01:30:01 UTC 2018 Added Files: src/external/mpl: Makefile Log Message: add a Makefile To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/mpl/Makefile Please note that diffs are not public domain

CVS commit: src/sys/net/npf

2018-04-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Apr 8 05:51:46 UTC 2018 Modified Files: src/sys/net/npf: npf_inet.c Log Message: Fix bug I introduced in previous commit. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/net/npf/npf_inet.c Please note t

CVS commit: [netbsd-8] src/external/gpl3/binutils/dist/bfd

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 05:54:40 UTC 2018 Modified Files: src/external/gpl3/binutils/dist/bfd [netbsd-8]: elflink.c Log Message: Pull up following revision(s) (requested by joerg in ticket #698): external/gpl3/binutils/dist/bfd/elflink.c:

CVS commit: src/bin/ed

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:01:04 UTC 2018 Modified Files: src/bin/ed: ed.1 Log Message: fix date To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/ed/ed.1 Please note that diffs are not public domain; they are subject to th

CVS commit: [netbsd-8] src

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:04:09 UTC 2018 Modified Files: src/bin/ed [netbsd-8]: ed.1 main.c src/usr.bin/patch [netbsd-8]: pch.c Log Message: Pull up following revision(s) (requested by christos in ticket #699): bin/ed/ed.1: 1.32-

CVS commit: [netbsd-8] src/sys/dev/acpi

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:06:07 UTC 2018 Modified Files: src/sys/dev/acpi [netbsd-8]: acpi_mcfg.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #700): sys/dev/acpi/acpi_mcfg.c: 1.6 Change the iteration, to mak

CVS commit: [netbsd-8] src

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:09:12 UTC 2018 Modified Files: src/sys/netinet [netbsd-8]: in.c src/sys/netinet6 [netbsd-8]: in6.c src/tests/net/arp [netbsd-8]: t_arp.sh Log Message: Pull up following revision(s) (requested by ozaki-r

CVS commit: [netbsd-8] src/sys/miscfs/procfs

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:10:24 UTC 2018 Modified Files: src/sys/miscfs/procfs [netbsd-8]: procfs_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #702): sys/miscfs/procfs/procfs_vnops.c: 1.203 Lock the

CVS commit: [netbsd-8] src/sys/dev/scsipi

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:11:41 UTC 2018 Modified Files: src/sys/dev/scsipi [netbsd-8]: st.c stvar.h Log Message: Pull up following revision(s) (requested by mlelstv in ticket #703): sys/dev/scsipi/st.c: 1.234 sys/dev/scsipi/stva

CVS commit: [netbsd-8] src/sys/arch/evbarm/rpi

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:12:53 UTC 2018 Modified Files: src/sys/arch/evbarm/rpi [netbsd-8]: rpi_machdep.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #704): sys/arch/evbarm/rpi/rpi_machdep.c: 1.81 Firmware

CVS commit: [netbsd-8] src/sys/arch/amd64/amd64

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:14:18 UTC 2018 Modified Files: src/sys/arch/amd64/amd64 [netbsd-8]: trap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #705): sys/arch/amd64/amd64/trap.c: 1.113 Mmh. We shouldn't read

CVS commit: [netbsd-8] src/doc

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:22:03 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: tickets 698-705 To generate a diff of this commit: cvs rdiff -u -r1.1.2.165 -r1.1.2.166 src/doc/CHANGES-8.0 Please note that diffs are not p