CVS commit: src/sys/dev/pci

2015-10-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Oct 22 07:00:05 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: add CTASSERT and KNF. To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys

2015-10-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Oct 22 09:45:32 UTC 2015 Modified Files: src/sys/arch/x86/include: pci_machdep_common.h src/sys/dev/pci: pci_stub.c pcivar.h Log Message: add pci_intr_alloc related stubs to reduce ifdef from device drivers. To ge

CVS commit: src/sys/dev/pci

2015-10-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Oct 22 09:51:21 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm uses pci_intr_alloc stubs now. To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2015-10-22 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 22 10:51:16 UTC 2015 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Install dhcpcd.conf as root writeable. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/external/bsd/dhcpcd/sb

CVS commit: [nick-nhusb] src/sys

2015-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 22 11:15:42 UTC 2015 Modified Files: src/sys/arch/mips/adm5120/dev [nick-nhusb]: ahci.c src/sys/dev/ic [nick-nhusb]: sl811hs.c src/sys/dev/usb [nick-nhusb]: ehcivar.h motgvar.h ohcivar.h uhcivar.h

CVS commit: src/sys/ufs/ffs

2015-10-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Oct 22 11:31:31 UTC 2015 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Fix PR 50070. From hannken@. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/ufs/ffs/ffs_vfsops.c Please note that di

CVS commit: src/sys/kern

2015-10-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Oct 22 11:38:51 UTC 2015 Modified Files: src/sys/kern: exec_elf.c Log Message: Check the error code from es_setup_stack, and correctly free ep_emul_arg if it fails. That bug is harmless, since ep_setup_stack never fails. To g

CVS commit: src/sys/kern

2015-10-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Oct 22 11:48:02 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: Reset the PaX flags, make sure ep_emul_arg is NULL, and add a comment. To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/ker

CVS commit: [nick-nhusb] src/sys/external/bsd/dwc2

2015-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 22 12:07:48 UTC 2015 Modified Files: src/sys/external/bsd/dwc2 [nick-nhusb]: dwc2.c Log Message: Use __diagused To generate a diff of this commit: cvs rdiff -u -r1.32.2.13 -r1.32.2.14 src/sys/external/bsd/dwc2/dwc2.c Ple

CVS commit: src/sys/dev/pci

2015-10-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 22 13:17:56 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some entries from Intel 965 Express Chipset Family Datasheet. To generate a diff of this commit: cvs rdiff -u -r1.1238 -r1.1239 src/sys/dev

CVS commit: src/sys/dev/pci

2015-10-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 22 13:18:26 UTC 2015 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.1231 -r1.1232 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1230 -r1.12

CVS commit: xsrc/external/mit/xorg-server/dist/include

2015-10-22 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Oct 22 13:29:24 UTC 2015 Modified Files: xsrc/external/mit/xorg-server/dist/include: servermd.h Log Message: PR/50356: Rin Okuyama: Arm is not always little endian. To generate a diff of this commit: cvs rdiff -u -r1.6 -r

CVS commit: src/sys/compat/common

2015-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 22 15:18:25 UTC 2015 Modified Files: src/sys/compat/common: tty_60.c Log Message: Handle both ioctls in both places :-) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/compat/common/tty_60.c Please

CVS commit: src/sys/kern

2015-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 22 17:36:33 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: Add console-related ioctls. To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/sys/kern/tty.c Please note that diffs are not publi

CVS commit: src/sys/dev

2015-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 22 19:36:04 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: fix constant name To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/dksubr.c Please note that diffs are not public domain

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/core

2015-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 22:39:46 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev: vm.h src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm: nouveau_subdev_vm_base.c Log Messag

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb

2015-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 23:12:46 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb: nouveau_subdev_fb_ramgk20a.c Log Message: fix build on amd64 To generate a diff of this commit: cvs rdiff -u -

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

2015-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 23:16:23 UTC 2015 Modified Files: src/sys/external/bsd/drm2/nouveau: files.nouveau Log Message: sprinkle -Wno-missing-field-initializers To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/external

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc

2015-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 23:17:08 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc: nouveau_subdev_mc_base.c Log Message: Non-PCI IRQ support for Tegra. To generate a diff of this commit: cvs rd

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

2015-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 23:29:01 UTC 2015 Modified Files: src/sys/arch/evbarm/tegra: tegra_machdep.c Log Message: fix string copy for bootconf args To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/tegra/teg

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

2015-10-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 22 23:30:15 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_intr.h Log Message: add newline after group of intr defs, no functional change To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arc

CVS commit: src/sys/dev

2015-10-22 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Oct 23 00:33:13 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: fix build failure on i386. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/dksubr.c Please note that diffs are not pub

CVS commit: src/sys/dev

2015-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 23 01:06:20 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: fix this differently. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/dksubr.c Please note that diffs are not public do

CVS commit: src/sys/dev

2015-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 23 01:34:22 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: remove extra quote To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/dksubr.c Please note that diffs are not public domai

CVS commit: src/sys/kern

2015-10-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Oct 23 01:58:43 UTC 2015 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Fix typx in comment To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 src/sys/kern/kern_sysctl.c Please note that diffs are n