CVS commit: src/tests/net/net

2018-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 06:23:33 UTC 2018 Modified Files: src/tests/net/net: t_ping6_opts.sh Log Message: Remove ping6_opts_hops, "-g" does not exist anymore (RH0 removed). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/

CVS commit: [pgoyette-compat] src/doc

2018-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 26 01:58:25 UTC 2018 Modified Files: src/doc [pgoyette-compat]: COMPAT-branch-notes Log Message: Remove note about syscall #148 (old quotactl) - it was wrong. Add comment about there being some few platforms with MD COM

CVS commit: xsrc/external/mit/xkeyboard-config/dist/symbols

2018-04-25 Thread Kamil Rytarowski
Module Name:xsrc Committed By: kamil Date: Wed Apr 25 18:55:19 UTC 2018 Modified Files: xsrc/external/mit/xkeyboard-config/dist/symbols: pl Log Message: Fix the Polish keymap in xkeyboard-config Cherry-pick a patch from upstream BugZilla Bug 104904 - Polish symbols file

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

2018-04-25 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Apr 25 11:12:55 UTC 2018 Modified Files: src/sys/arch/vax/conf: GENERIC INSTALL VAX780 Log Message: Enable CPU_IN_CKSUM. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/sys/arch/vax/conf/GENERIC cvs rdiff

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

2018-04-25 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Apr 25 11:08:21 UTC 2018 Modified Files: src/sys/arch/vax/conf: files.vax Log Message: Add cpu_in_cksum.S. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/arch/vax/conf/files.vax Please note that diff

CVS commit: src/sys/arch/vax/vax

2018-04-25 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Apr 25 11:06:49 UTC 2018 Added Files: src/sys/arch/vax/vax: cpu_in_cksum.S Log Message: VAX version of cpu_in_checksum(). Increases network performance significantly. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/vax/vax

2018-04-25 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Apr 25 09:28:42 UTC 2018 Modified Files: src/sys/arch/vax/vax: genassym.cf Log Message: Extract M_DATA, M_LEN, M_NEXT. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/vax/vax/genassym.cf Please not

CVS commit: src/sys/arch/vax/include

2018-04-25 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Apr 25 09:23:01 UTC 2018 Modified Files: src/sys/arch/vax/include: asm.h Log Message: Add __KERNEL_RCSID() macro. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/vax/include/asm.h Please note that

CVS commit: src/sys/dev/pci/ixgbe

2018-04-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 25 08:46:19 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.h ixgbe_netbsd.c ixgbe_netbsd.h ixgbe_osdep.h Log Message: Don't free and reallocate bus_dmamem when it's not required. Currently, t

CVS commit: src/sys/dev/isa

2018-04-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Apr 25 08:29:45 UTC 2018 Modified Files: src/sys/dev/isa: wbsio.c Log Message: Use spin mutex to fix a panic The GPIO part of wbsio(4) has a lock to keep the register access order. In addition to the lock, gpio(4) has a lo