CVS commit: src/share/doc/usd/20.meref

2015-12-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  5 08:11:42 UTC 2015

Modified Files:
src/share/doc/usd/20.meref: ref.me

Log Message:
Fix a date to make this more reproducible.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/doc/usd/20.meref/ref.me

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



CVS commit: othersrc/external/bsd/arfe

2015-12-05 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Sat Dec  5 08:47:24 UTC 2015

Modified Files:
othersrc/external/bsd/arfe/dt: dt.c
othersrc/external/bsd/arfe/it: it.c
othersrc/external/bsd/arfe/tt: tt.c

Log Message:
Sprinkle __attribute__((__noreturn__)) to fix build on 7.99.23 with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 othersrc/external/bsd/arfe/dt/dt.c
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/arfe/it/it.c
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/arfe/tt/tt.c

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



CVS commit: othersrc/external/bsd/arfe/dt

2015-12-05 Thread Thomas Klausner
Module Name:othersrc
Committed By:   wiz
Date:   Sat Dec  5 08:44:10 UTC 2015

Modified Files:
othersrc/external/bsd/arfe/dt: core.c

Log Message:
ifdef out unused variables to fix build on NetBSD 7.99.23/amd64 with gcc


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/arfe/dt/core.c

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



CVS commit: src/sys

2015-12-05 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Dec  5 13:31:07 UTC 2015

Modified Files:
src/sys/conf: files
Added Files:
src/sys/dev/clk: clk.c clk.h clk_backend.h files.clk

Log Message:
Add basic clock device infrastructure.


To generate a diff of this commit:
cvs rdiff -u -r1.1150 -r1.1151 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/dev/clk/clk.c src/sys/dev/clk/clk.h \
src/sys/dev/clk/clk_backend.h src/sys/dev/clk/files.clk

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



CVS commit: src/tests/sbin/gpt

2015-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  5 14:23:41 UTC 2015

Modified Files:
src/tests/sbin/gpt: t_gpt.sh

Log Message:
Add biosboot test


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/sbin/gpt/t_gpt.sh

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

2015-12-05 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Dec  5 13:32:27 UTC 2015

Modified Files:
src/sys/arch/arm/samsung: exynos5_loc.c files.exynos
Added Files:
src/sys/arch/arm/samsung: exynos5422_clock.c exynos_clock.h
files.exynos5422

Log Message:
Add clock controller backend for Exynos5422. Work in progress.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/samsung/exynos5422_clock.c \
src/sys/arch/arm/samsung/exynos_clock.h \
src/sys/arch/arm/samsung/files.exynos5422
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/samsung/exynos5_loc.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/files.exynos

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

2015-12-05 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Dec  5 18:29:22 UTC 2015

Modified Files:
src/sys/arch/arm/samsung: exynos5422_clock.c

Log Message:
fix div clk set/get


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos5422_clock.c

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



CVS commit: src/tests/sbin/gpt

2015-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  5 18:45:35 UTC 2015

Modified Files:
src/tests/sbin/gpt: Makefile t_gpt.sh
Added Files:
src/tests/sbin/gpt: disklabel gpt.disklabel

Log Message:
Add a migration test


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/sbin/gpt/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/sbin/gpt/disklabel \
src/tests/sbin/gpt/gpt.disklabel
cvs rdiff -u -r1.7 -r1.8 src/tests/sbin/gpt/t_gpt.sh

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



CVS commit: src/sbin/gpt

2015-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  5 18:46:08 UTC 2015

Modified Files:
src/sbin/gpt: migrate.c

Log Message:
Add debugging and more to migration


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/migrate.c

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



CVS commit: src/distrib/sets/lists/tests

2015-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  5 18:47:44 UTC 2015

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
new files


To generate a diff of this commit:
cvs rdiff -u -r1.656 -r1.657 src/distrib/sets/lists/tests/mi

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



CVS commit: src/tests/sbin/gpt

2015-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  5 18:52:11 UTC 2015

Modified Files:
src/tests/sbin/gpt: Makefile gpt.disklabel t_gpt.sh
Added Files:
src/tests/sbin/gpt: gpt.disklabel.show.normal
Removed Files:
src/tests/sbin/gpt: disklabel

Log Message:
file shuffling


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/sbin/gpt/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/sbin/gpt/disklabel
cvs rdiff -u -r1.1 -r1.2 src/tests/sbin/gpt/gpt.disklabel
cvs rdiff -u -r0 -r1.1 src/tests/sbin/gpt/gpt.disklabel.show.normal
cvs rdiff -u -r1.8 -r1.9 src/tests/sbin/gpt/t_gpt.sh

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



CVS commit: src/tests/sbin/gpt

2015-12-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec  5 18:53:29 UTC 2015

Modified Files:
src/tests/sbin/gpt: t_gpt.sh

Log Message:
more variables


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/sbin/gpt/t_gpt.sh

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