CVS commit: src/doc

2014-09-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Sep 29 05:58:48 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
note addition of type subcommand to gpt(8)


To generate a diff of this commit:
cvs rdiff -u -r1.1986 -r1.1987 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Sep 29 05:56:43 UTC 2014

Modified Files:
src/sbin/gpt: biosboot.c gpt.8 label.c remove.c type.c

Log Message:
PR/47990 - Dr. Wolfgang Stukenbrock -- add "-L " as selector option


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/biosboot.c
cvs rdiff -u -r1.31 -r1.32 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/label.c
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/remove.c
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/type.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-28 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sun Sep 28 18:59:43 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_io.h

Log Message:
Remove never used usb locators


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/samsung/exynos_io.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-28 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Sep 28 15:39:36 UTC 2014

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
make global variables static
also, make cursor test pattern red/green to highlight RGB vs. BGR


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/rpi/rpi_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-28 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Sep 28 14:38:29 UTC 2014

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c vcprop.h
Added Files:
src/sys/arch/evbarm/rpi: vcprop_subr.c

Log Message:
add hardware cursor support


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbarm/rpi/rpi_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/rpi/vcprop.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/rpi/vcprop_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-28 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Sep 28 12:57:22 UTC 2014

Modified Files:
src/sys/arch/evbarm/rpi: vcprop.h

Log Message:
the RPi wiki had the values for VCPROPTAG_SET_CURSOR_INFO and
VCPROPTAG_SET_CURSOR_STATE swapped - now they actually work
thanks jmcneill@ for having the right idea


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/rpi/vcprop.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2014-09-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep 28 11:27:01 UTC 2014

Modified Files:
src/sys/dev/ic: mpt_netbsd.c

Log Message:
for BIOCDISK_NOVOL, when setting bd_disknovol=false, also set bv_volid


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/mpt_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2014-09-28 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Sep 28 11:20:23 UTC 2014

Modified Files:
src/sys/dev/ic: mpt_netbsd.c

Log Message:
for BIOCDISK_NOVOL, set bd_disknovol=true for any disk not associated with a 
volume


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/mpt_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Sep 28 08:14:51 UTC 2014

Modified Files:
src/sbin/gpt: Makefile gpt.8 gpt.c gpt.h
Added Files:
src/sbin/gpt: type.c

Log Message:
PR/44218 - David Young -- add "type" subcommand to change a partition type


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/Makefile
cvs rdiff -u -r1.30 -r1.31 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.29 -r1.30 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/gpt.h
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/type.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.