CVS commit: src/sys/ufs/lfs

2015-10-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 04:22:18 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Set the legacy ulfs fstype field to ULFS2 when mounting lfs64. Oops. To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349 src/s

CVS commit: src/sys/ufs/lfs

2015-10-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 04:22:28 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h Log Message: fix stupid typo in the 64-bit branch of the d_namlen accessor To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ufs

CVS commit: src/sys/ufs/lfs

2015-10-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 04:21:48 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h lfs_segment.c Log Message: improve some panic messages To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/ufs/lfs/lfs_accessors.h

CVS commit: src/usr.sbin/cpuctl/arch

2015-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 19 02:47:05 UTC 2015 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Add 6th gen Core, Xeon E3-1500 v5 and Xeon D-1500 from the latest Intel SDM. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1

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

2015-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 19 02:45:26 UTC 2015 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Add some TLB entries from the latest Intel SDM. This change might incorrect because the document itself is very strange. To genera

CVS commit: src/lib/libedit

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 00:36:27 UTC 2015 Modified Files: src/lib/libedit: vi.c Log Message: make sure we have space for NUL and NUL terminate buffer array (Jilles Tjoelker) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src

CVS commit: src/sys/net/npf

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 00:29:57 UTC 2015 Modified Files: src/sys/net/npf: npf.c Log Message: Fix the code so that it works in all 3 cases: non-modular, modular/builtin, modular/filesystem. In the non-modular case we initialize through attac

CVS commit: src/sys/net/npf

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 20:39:53 UTC 2015 Modified Files: src/sys/net/npf: npf.c Log Message: Defer initialization of built-in npf module until other pseudo-devices are initialized. MODULE_CLASS_DRIVER modules are now initialized before auto

CVS commit: src/sys/net/npf

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 18:48:01 UTC 2015 Modified Files: src/sys/net/npf: npf.c Log Message: needs to be driver, otherwise it will not load! To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/net/npf/npf.c Please note

CVS commit: src/tests/net/in_cksum

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 18:27:25 UTC 2015 Modified Files: src/tests/net/in_cksum: in_cksum.c Log Message: remove debugging test To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/net/in_cksum/in_cksum.c Please note that

CVS commit: src/tests/net/in_cksum

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 18:26:55 UTC 2015 Modified Files: src/tests/net/in_cksum: in_cksum.c Log Message: add code to dump the mbuf contents To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/net/in_cksum/in_cksum.c Ple

CVS commit: src/sys/arch

2015-10-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 18 17:13:33 UTC 2015 Modified Files: src/sys/arch/hppa/hppa: machdep.c src/sys/arch/m68k/m68k: db_trace.c Log Message: Add some {} when the meaning is too ambiguous. From Brainy. To generate a diff of this commit:

CVS commit: src/sys/arch

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 17:07:36 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_nouveau.c src/sys/arch/evbarm/tegra: tegra_machdep.c Log Message: support passing nouveau.config= and nouveau.debug= on the kernel cmdline To

CVS commit: src/sys/compat

2015-10-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 18 16:59:19 UTC 2015 Modified Files: src/sys/compat/linux/common: linux_exec_aout.c src/sys/compat/sunos: sunos_exec_aout.c src/sys/compat/sunos32: sunos32_exec_aout.c Log Message: Make sure we have space for

CVS commit: src/sys/kern

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:58:23 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: add the pty ioctls to pass through. To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/sys/kern/tty.c Please note that diffs are n

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 15:42:00 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: Makefile src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device: nouveau_engine_device_nve0.c src/sys/ext

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 15:34:08 UTC 2015 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: implement _bus_dmamap_load_raw, ok skrll@ To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/arm/arm32/bus_dma

CVS commit: src/sys/kern

2015-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:14:50 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: handle the hardware layer tty ioctls directly so that we don't need to load the compat module for normal operations. To generate a diff of this comm

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:49:24 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/core: nouveau_core_object.c Log Message: fix non-debug build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:31:34 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_nouveau.c Log Message: fill in bus space tag, dma tag for drm device too To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:20:22 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_nouveau.c Log Message: defer DRM initialization until after the root file-system is loaded, so we can read necessary firmware files To generate a dif

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:05:58 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc: nouveau_subdev_mc_base.c Log Message: _nouveau_mc_dtor: only pci_intr_disestablish if the device is pci To gen

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

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:04:32 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_nouveau.c Log Message: provide dma tag and copy of our struct device (eww) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ar

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:04:04 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: platform_device.h Log Message: add dma tag to struct platform_device To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/s

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 18 14:03:20 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: mm.h Log Message: add get_num_physpages To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/include/linux/

CVS commit: src/sys/dev/usb

2015-10-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Oct 18 09:37:14 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.694 -r1.695 src

CVS commit: src/sys/dev/usb

2015-10-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Oct 18 09:36:11 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add ELECOM WDC-433SU2M2. To generate a diff of this commit: cvs rdiff -u -r1.701 -r1.702 src/sys/dev/usb/usbdevs Please note that diffs are not

CVS commit: src/usr.sbin/sysinst

2015-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 09:21:55 UTC 2015 Modified Files: src/usr.sbin/sysinst: target.c Log Message: PR 50342: if there is no current partition manage, assume we are running from an already installed system. To generate a diff of this commi

CVS commit: [netbsd-7] src/doc

2015-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 09:06:04 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Update #869 after additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.1 Please note

CVS commit: [netbsd-7] src/sys/dev/usb

2015-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 09:03:22 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-7]: usbdevs.h usbdevs_data.h Log Message: regen (ticket #869) To generate a diff of this commit: cvs rdiff -u -r1.672.2.3 -r1.672.2.4 src/sys/dev/usb/usbdevs.h

CVS commit: [netbsd-7] src/sys/dev/usb

2015-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 09:01:58 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-7]: usbdevs Log Message: Pull up rev 1.696 for ticket #869: Add Apple "Magic Trackpad" device id (bluetooth device) To generate a diff of this commit: cvs rdi