CVS commit: src/sys

2017-12-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 6 07:40:16 UTC 2017 Modified Files: src/sys/net: if_bridge.c if_etherip.c if_faith.c if_loop.c if_tun.c if_vlan.c src/sys/net/agr: if_agr.c src/sys/netcan: if_canloop.c Log Message: Ensure to

CVS commit: src/sys/net

2017-12-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 6 05:59:59 UTC 2017 Modified Files: src/sys/net: if.c if.h if_vlan.c Log Message: Fix locking against myself on ifpromisc vlan_unconfig_locked could be called with holding if_ioctl_lock. To generate a diff of this

CVS commit: src/sys/net

2017-12-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 6 05:11:10 UTC 2017 Modified Files: src/sys/net: if.c if.h if_bridge.c if_vlan.c Log Message: Ensure to hold if_ioctl_lock when calling if_flags_set To generate a diff of this commit: cvs rdiff -u -r1.400 -r1.401

CVS commit: src/sys/net/agr

2017-12-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 6 04:37:00 UTC 2017 Modified Files: src/sys/net/agr: if_agr.c if_agrether.c if_agrsubr.c if_agrsubr.h Log Message: Simplify; share agr_vlan_add and agr_vlan_del (NFCI) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/iscsi

2017-12-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 6 04:29:58 UTC 2017 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/iscsi/iscsi_ioctl.c Please note that diffs are not

CVS commit: src/sys/compat/netbsd32

2017-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 6 04:12:25 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_60.c Log Message: don't forget to convert the timespec. XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2017-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 6 04:08:50 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_82599.h ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_dcb.c

CVS commit: src/sys/net

2017-12-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Dec 6 04:00:07 UTC 2017 Modified Files: src/sys/net: if_ethersubr.c Log Message: Use kmem_alloc instead of kmem_intr_alloc in ether_addmulti ether_addmulti is now not called in softint thanks to wqinput that pulled input

CVS commit: src/sys/conf

2017-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 6 02:08:03 UTC 2017 Modified Files: src/sys/conf: dts.mk Log Message: use -@ like bsd.klinks.mk To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/conf/dts.mk Please note that diffs are not public

CVS commit: src/share/mk

2017-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 6 02:06:45 UTC 2017 Modified Files: src/share/mk: bsd.klinks.mk Log Message: remove multiple copies of the same logic. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/mk/bsd.klinks.mk Please

CVS commit: src/games/fortune/datfiles

2017-12-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 5 22:51:59 UTC 2017 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Add new fortune entry with a quote from Jozef Pilsudski This quote is a longer form of "the dogs bark, but the caravan goes on" and

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

2017-12-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Dec 5 21:00:27 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Add missing wsbell, commented out with a note that it's apparently only a module by default. This way people making their own configs

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

2017-12-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Dec 5 20:32:24 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Sort the file system options by which fs they apply to. To generate a diff of this commit: cvs rdiff -u -r1.471 -r1.472

CVS commit: othersrc/external/bsd/agcre/dist

2017-12-05 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Dec 5 20:01:06 UTC 2017 Modified Files: othersrc/external/bsd/agcre/dist: exec.c othersrc/external/bsd/agcre/dist/tests: 85.expected Log Message: initialise the input counter prior to making the first mark - fixes

CVS commit: src/etc

2017-12-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 5 19:17:11 UTC 2017 Modified Files: src/etc: MAKEDEV.tmpl Log Message: make a few more drm nodes To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/etc/MAKEDEV.tmpl Please note that diffs are not

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

2017-12-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 5 19:13:53 UTC 2017 Modified Files: src/sys/external/bsd/drm2/drm: drm_drv.c Log Message: drm_stat: fix device minor calculation, ok riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/dev/pckbport

2017-12-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 5 18:04:21 UTC 2017 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Add hw.synaptics.movement_enable sysctl. Default value is 1, but if set to 0 disables movement events from the touchpad. While here,