CVS commit: src/sys/dev/usb

2014-10-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 3 11:05:36 UTC 2014 Modified Files: src/sys/dev/usb: xhci.c Log Message: Convert to USB_HIST. >From Takahiro HAYASHI with tweaks from me. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/xhc

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

2014-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 3 11:21:56 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h Log Message: add some more bit definitions To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/allwinner/awin_reg.h

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

2014-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 3 11:23:29 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_mmc.c Log Message: Use SDn_CLK_REG instead of MMC_CLKCR to setup bus clock; gives a nearly 2x boost in performance in HS mode. Also, make sure to set

CVS commit: src/sys/arch/evbarm

2014-10-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 3 11:40:55 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: RPI files.rpi src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Introduce RPI_HWCURSOR and default to off. The existing code causes problems with vchi

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc_s

2014-10-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 3 12:41:41 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile Log Message: Add space before "]" in "if [ ... ]" to fix usage error and test for existence of the correct file. To generate a diff of

CVS commit: src/sys/kern

2014-10-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 3 14:45:38 UTC 2014 Modified Files: src/sys/kern: vfs_vnode.c Log Message: When creating a vnode with vcache_get() mark the vnode VI_CHANGING until it is fully initialised. It may be on the specnode list before it is fu

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

2014-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 3 16:22:58 UTC 2014 Modified Files: src/sys/dev/wsfb [netbsd-7]: genfb.c Log Message: Pull up following revision(s) (requested by skrll in ticket #125): sys/dev/wsfb/genfb.c: revision 1.56 handle WSDISPLAYIO_GET_E

CVS commit: [netbsd-7] src/doc

2014-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 3 16:42:46 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket #125 To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-7.0 Please note that diffs are not publ

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

2014-10-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 3 17:57:48 UTC 2014 Modified Files: src/sys/arch/evbarm/rpi: vcprop_subr.c Log Message: Better error handling. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/rpi/vcprop_subr.c Please not

CVS commit: [netbsd-7] src/sys

2014-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 3 18:53:57 UTC 2014 Modified Files: src/sys/arch/arm/broadcom [netbsd-7]: bcm2835_dmac.c bcm2835_dmac.h bcm2835_emmc.c bcm2835reg.h files.bcm2835 src/sys/arch/evbarm/conf [netbsd-7]: RPI src/sys

CVS commit: [netbsd-7] src/doc

2014-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 3 18:55:37 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket #126 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-7.0 Please note that diffs are not publ

CVS commit: src/sbin/gpt

2014-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 3 20:30:06 UTC 2014 Modified Files: src/sbin/gpt: biosboot.c create.c gpt_uuid.c gpt_uuid.h migrate.c Log Message: provide a copy of the kernel uuid generator (with portable API calls) for tools. To generate a diff of

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

2014-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 3 20:56:24 UTC 2014 Modified Files: src/sys/arch/xen/xen: privcmd.c Log Message: correct error paths; still need to verify that the "didn't give us back..." case is correct. To generate a diff of this commit: cvs rdif

CVS commit: src/sbin/gpt

2014-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 4 01:00:42 UTC 2014 Modified Files: src/sbin/gpt: gpt.8 gpt.c Log Message: Allow specifying sector and media size on the command line. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/gpt.8 c