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

2014-12-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 15 08:17:15 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm2835_emmc.c Log Message: Don't pipeline any DMA writes to eMMC. Fixes PR/49463. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.bin/config

2014-12-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Dec 15 10:10:24 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: config(1): Fix build of old tree (bin/49389) Define the default, empty build_kernel target, so that old source trees, whose

CVS commit: src/sys/dev/ic

2014-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 15 11:02:33 UTC 2014 Modified Files: src/sys/dev/ic: oosiop.c Log Message: Load the right xfer address into cb[i].xferdma. Fixes disk detection on my hp715/50. Hi Taylor. To generate a diff of this commit: cvs rdiff -u

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

2014-12-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 15 11:51:51 UTC 2014 Modified Files: src/sys/dev/ic [netbsd-7]: oosiop.c Log Message: Pull up following revision(s) (requested by skrll in ticket #327): sys/dev/ic/oosiop.c: revision 1.15 Load the right xfer

CVS commit: [netbsd-7] src/sys/arch/arm/broadcom

2014-12-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 15 11:53:58 UTC 2014 Modified Files: src/sys/arch/arm/broadcom [netbsd-7]: bcm2835_emmc.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #328): sys/arch/arm/broadcom/bcm2835_emmc.c:

CVS commit: [netbsd-7] src/doc

2014-12-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 15 11:57:50 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets #327 and #328 To generate a diff of this commit: cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-7.0 Please note that diffs

CVS commit: src/sys/dev/pci

2014-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 15 12:48:42 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: Change Intel 0x0434 entry: - Rename DH89XX_QA to DH89XXCC_IQIA - Modify the description to DH89xxCC PCIe Endpoint and QuickAssist (include typo

CVS commit: src/sys/dev/pci

2014-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 15 13:13:17 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Rename DH89xxCC's names from DH89XX_ to DH89XXCC_. - Add some DH89xxCC's devices. - Add DH89XXCL's devices. To generate a diff of this

CVS commit: src/sys/dev/pci

2014-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 15 13:16:42 UTC 2014 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: - Rename PCI_PRODUCT_INTEL_DH89XX_SMB to PCI_PRODUCT_INTEL_DH89XXCC_SMB - Add PCI_PRODUCT_INTEL_DH89XXCL_SMB To generate a diff of this

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

2014-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 15 13:29:43 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add DH89xxC[CL] LPC devices. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/x86/pci/ichlpcib.c Please note

CVS commit: src/external/gpl3/gdb/dist/gdb

2014-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 15 13:43:24 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: Allow i386 binary debugging on amd64 hosts. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2014-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 15 13:48:51 UTC 2014 Modified Files: src/sys/arch/xen/conf: files.xen Log Message: there is no ibcs2 in amd64 [yet?] To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/arch/xen/conf/files.xen

CVS commit: src/sys/kern

2014-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 15 13:50:10 UTC 2014 Modified Files: src/sys/kern: kern_ksyms.c Log Message: Don't hard code crap we have perfectly good constants for. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/usr.bin/config

2014-12-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Dec 15 15:41:18 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: config(1): Fix build of old trees (bin/49389) (take 2) Look into sys/conf/Makefile.kern.inc to check if build_kernel .USE target is

CVS commit: src/usr.bin/config

2014-12-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Dec 15 15:49:25 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Revert debug code. Simplify. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/config/mkmakefile.c Please

CVS commit: src/external/bsd/cron/dist

2014-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 15 16:45:26 UTC 2014 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: - Don't allow bypassing file size limits with crontabs from stdin. - Allow signals while reading the user crontab file; doing

CVS commit: src/usr.sbin/cpuctl

2014-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 16 04:07:40 UTC 2014 Modified Files: src/usr.sbin/cpuctl: cpuctl.c Log Message: Fix a bug that an unknown command is printed as (null). Reported by Fredrik Pettai. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/usr.sbin/postinstall

2014-12-15 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue Dec 16 05:30:40 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: add powerpc variants to the list of potentially obsolete modules to check To generate a diff of this commit: cvs rdiff -u -r1.186

CVS import: xsrc/external/mit/glw/dist

2014-12-15 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Dec 16 06:01:16 UTC 2014 Update of /cvsroot/xsrc/external/mit/glw/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16454 Log Message: initial import of glw-8.0.0 Status: Vendor Tag: xorg Release Tags: glw-8-0-0

CVS import: xsrc/external/mit/glu/dist

2014-12-15 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Dec 16 06:01:15 UTC 2014 Update of /cvsroot/xsrc/external/mit/glu/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8956 Log Message: initial import of glu-9.0.0 Status: Vendor Tag: xorg Release Tags: glu-9-0-0

CVS import: xsrc/external/mit/mesa-demos/dist

2014-12-15 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Dec 16 06:01:20 UTC 2014 Update of /cvsroot/xsrc/external/mit/mesa-demos/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27795 Log Message: initial import of mesa-demos-8.2.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: src/share/mk

2014-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 16 06:04:10 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: add X11SRCDIR entries for the new separated mesa components. To generate a diff of this commit: cvs rdiff -u -r1.837 -r1.838

CVS commit: src/external/mit/xorg/lib/libGLU

2014-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 16 06:10:12 UTC 2014 Modified Files: src/external/mit/xorg/lib/libGLU: Makefile Log Message: switch over to the separate glu sources. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16