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

2015-12-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec  4 11:01:35 UTC 2015

Modified Files:
src/sys/arch/evbarm/odroid: odroid_start.S

Log Message:
Shave another whole instruction when KERNEL_BASE_VOFFSET == 0


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/odroid/odroid_start.S

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/odroid

2015-12-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec  4 11:09:54 UTC 2015

Modified Files:
src/sys/arch/evbarm/odroid: odroid_start.S

Log Message:
Use tabs instead of spaces


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/odroid/odroid_start.S

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/odroid

2015-12-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec  4 11:14:14 UTC 2015

Modified Files:
src/sys/arch/evbarm/odroid: odroid_start.S

Log Message:
Update comments to reflect reality


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/odroid/odroid_start.S

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



CVS import: src/external/gpl2/dtc/dist

2015-12-04 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Dec  4 12:30:06 UTC 2015

Update of /cvsroot/src/external/gpl2/dtc/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv5077

Log Message:
initial import of Device Tree Compiler and related tools

Status:

Vendor Tag: DTC
Release Tags:   dtc-1-4-1

N src/external/gpl2/dtc/dist/.gitignore
N src/external/gpl2/dtc/dist/.travis.yml
N src/external/gpl2/dtc/dist/GPL
N src/external/gpl2/dtc/dist/Makefile
N src/external/gpl2/dtc/dist/Makefile.convert-dtsv0
N src/external/gpl2/dtc/dist/Makefile.dtc
N src/external/gpl2/dtc/dist/Makefile.utils
N src/external/gpl2/dtc/dist/README
N src/external/gpl2/dtc/dist/README.license
N src/external/gpl2/dtc/dist/TODO
N src/external/gpl2/dtc/dist/checks.c
N src/external/gpl2/dtc/dist/convert-dtsv0-lexer.l
N src/external/gpl2/dtc/dist/data.c
N src/external/gpl2/dtc/dist/dtc-lexer.l
N src/external/gpl2/dtc/dist/dtc-parser.y
N src/external/gpl2/dtc/dist/dtc.c
N src/external/gpl2/dtc/dist/dtc.h
N src/external/gpl2/dtc/dist/dtdiff
N src/external/gpl2/dtc/dist/fdtdump.c
N src/external/gpl2/dtc/dist/fdtget.c
N src/external/gpl2/dtc/dist/fdtput.c
N src/external/gpl2/dtc/dist/flattree.c
N src/external/gpl2/dtc/dist/fstree.c
N src/external/gpl2/dtc/dist/livetree.c
N src/external/gpl2/dtc/dist/srcpos.c
N src/external/gpl2/dtc/dist/srcpos.h
N src/external/gpl2/dtc/dist/treesource.c
N src/external/gpl2/dtc/dist/util.c
N src/external/gpl2/dtc/dist/util.h
I src/external/gpl2/dtc/dist/.git
N src/external/gpl2/dtc/dist/Documentation/dtc-paper.bib
N src/external/gpl2/dtc/dist/Documentation/dtc-paper.tex
N src/external/gpl2/dtc/dist/Documentation/dts-format.txt
N src/external/gpl2/dtc/dist/Documentation/manual.txt
N src/external/gpl2/dtc/dist/libfdt/Makefile.libfdt
N src/external/gpl2/dtc/dist/libfdt/TODO
N src/external/gpl2/dtc/dist/libfdt/fdt.c
N src/external/gpl2/dtc/dist/libfdt/fdt.h
N src/external/gpl2/dtc/dist/libfdt/fdt_addresses.c
N src/external/gpl2/dtc/dist/libfdt/fdt_empty_tree.c
N src/external/gpl2/dtc/dist/libfdt/fdt_ro.c
N src/external/gpl2/dtc/dist/libfdt/fdt_rw.c
N src/external/gpl2/dtc/dist/libfdt/fdt_strerror.c
N src/external/gpl2/dtc/dist/libfdt/fdt_sw.c
N src/external/gpl2/dtc/dist/libfdt/fdt_wip.c
N src/external/gpl2/dtc/dist/libfdt/libfdt.h
N src/external/gpl2/dtc/dist/libfdt/libfdt_env.h
N src/external/gpl2/dtc/dist/libfdt/libfdt_internal.h
N src/external/gpl2/dtc/dist/libfdt/version.lds
N src/external/gpl2/dtc/dist/scripts/kup-dtc
N src/external/gpl2/dtc/dist/scripts/setlocalversion
N src/external/gpl2/dtc/dist/tests/.gitignore
N src/external/gpl2/dtc/dist/tests/Makefile.tests
N src/external/gpl2/dtc/dist/tests/add_subnode_with_nops.c
N src/external/gpl2/dtc/dist/tests/addr_size_cells.c
N src/external/gpl2/dtc/dist/tests/addresses.dts
N src/external/gpl2/dtc/dist/tests/aliases.dts
N src/external/gpl2/dtc/dist/tests/appendprop.dts
N src/external/gpl2/dtc/dist/tests/appendprop1.c
N src/external/gpl2/dtc/dist/tests/appendprop2.c
N src/external/gpl2/dtc/dist/tests/asm_tree_dump.c
N src/external/gpl2/dtc/dist/tests/bad-empty-ranges.dts
N src/external/gpl2/dtc/dist/tests/bad-name-property.dts
N src/external/gpl2/dtc/dist/tests/bad-ncells.dts
N src/external/gpl2/dtc/dist/tests/bad-reg-ranges.dts
N src/external/gpl2/dtc/dist/tests/bad-size-cells.dts
N src/external/gpl2/dtc/dist/tests/bad-string-props.dts
N src/external/gpl2/dtc/dist/tests/base01.asm
N src/external/gpl2/dtc/dist/tests/base01.cmd
N src/external/gpl2/dtc/dist/tests/base01.dts
N src/external/gpl2/dtc/dist/tests/base01.stderr
N src/external/gpl2/dtc/dist/tests/boot-cpuid.c
N src/external/gpl2/dtc/dist/tests/boot-cpuid.dts
N src/external/gpl2/dtc/dist/tests/char_literal.c
N src/external/gpl2/dtc/dist/tests/char_literal.dts
N src/external/gpl2/dtc/dist/tests/comments-cmp.dts
N src/external/gpl2/dtc/dist/tests/comments.dts
N src/external/gpl2/dtc/dist/tests/data.S
N src/external/gpl2/dtc/dist/tests/default-addr-size.dts
N src/external/gpl2/dtc/dist/tests/del_node.c
N src/external/gpl2/dtc/dist/tests/del_property.c
N src/external/gpl2/dtc/dist/tests/delete_reinstate_multilabel.dts
N src/external/gpl2/dtc/dist/tests/delete_reinstate_multilabel_ref.dts
N src/external/gpl2/dtc/dist/tests/dependencies.cmp
N src/external/gpl2/dtc/dist/tests/dependencies.dts
N src/external/gpl2/dtc/dist/tests/deps_inc1.dtsi
N src/external/gpl2/dtc/dist/tests/deps_inc2.dtsi
N src/external/gpl2/dtc/dist/tests/dtb_reverse.c
N src/external/gpl2/dtc/dist/tests/dtbs_equal_ordered.c
N src/external/gpl2/dtc/dist/tests/dtbs_equal_unordered.c
N src/external/gpl2/dtc/dist/tests/dtc-checkfails.sh
N src/external/gpl2/dtc/dist/tests/dtc-fails.sh
N src/external/gpl2/dtc/dist/tests/dtc-fatal.sh
N src/external/gpl2/dtc/dist/tests/dumptrees.c
N src/external/gpl2/dtc/dist/tests/dup-nodename.dts
N src/external/gpl2/dtc/dist/tests/dup-phandle.dts
N src/external/gpl2/dtc/dist/tests/dup-propname.dts
N src/external/gpl2/dtc/dist/tests/embedded_nul.dts
N src/external/gpl2/dtc/dist/tests/embe

CVS commit: src/sbin/gpt

2015-12-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 16:54:28 UTC 2015

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

Log Message:
Kill newline


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sbin/gpt/resize.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

2015-12-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 16:46:24 UTC 2015

Modified Files:
src/sbin/gpt: gpt.c gpt.h recover.c resizedisk.c

Log Message:
Fix resizedisk.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.29 -r1.30 src/sbin/gpt/gpt.h
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/recover.c
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/resizedisk.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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 16:59:39 UTC 2015

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

Log Message:
Add resize test.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/sbin/gpt/Makefile
cvs rdiff -u -r1.4 -r1.5 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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 16:59:57 UTC 2015

Added Files:
src/tests/sbin/gpt: gpt.resizedisk.show.normal
gpt.resizepart.show.normal

Log Message:
Add resize data files


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/sbin/gpt/gpt.resizedisk.show.normal \
src/tests/sbin/gpt/gpt.resizepart.show.normal

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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 17:15:21 UTC 2015

Modified Files:
src/tests/sbin/gpt: Makefile t_gpt.sh
Added Files:
src/tests/sbin/gpt: gpt.2part.show.label

Log Message:
Add label change tests


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/sbin/gpt/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/sbin/gpt/gpt.2part.show.label
cvs rdiff -u -r1.5 -r1.6 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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 17:15:39 UTC 2015

Added Files:
src/tests/sbin/gpt: gpt.removepart.show.normal

Log Message:
Add remove partition data file


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/sbin/gpt/gpt.removepart.show.normal

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



CVS commit: src/etc/mtree

2015-12-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 17:20:12 UTC 2015

Modified Files:
src/etc/mtree: NetBSD.dist.tests

Log Message:
Add gpt tests


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/etc/mtree/NetBSD.dist.tests

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



CVS commit: src/tests/sbin

2015-12-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 17:20:38 UTC 2015

Modified Files:
src/tests/sbin: Makefile

Log Message:
Add gpt tests


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

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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 17:19:33 UTC 2015

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

Log Message:
Add gpt tests


To generate a diff of this commit:
cvs rdiff -u -r1.654 -r1.655 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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 18:53:35 UTC 2015

Removed Files:
src/tests/sbin/gpt: gpt.2disk.show.guid

Log Message:
remove extra


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/tests/sbin/gpt/gpt.2disk.show.guid

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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 19:36:53 UTC 2015

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

Log Message:
add gpt directory


To generate a diff of this commit:
cvs rdiff -u -r1.655 -r1.656 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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 20:16:23 UTC 2015

Modified Files:
src/tests/sbin/gpt: Makefile

Log Message:
Oops +


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

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-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 21:39:18 UTC 2015

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

Log Message:
type confusion


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/gpt/resizedisk.c

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



CVS commit: src/sys/miscfs/specfs

2015-12-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 23:54:06 UTC 2015

Modified Files:
src/sys/miscfs/specfs: spec_vnops.c

Log Message:
Use DIOCGMEDIASIZE instead of DIOCGPART so that we are not limited to 2G.
XXX: All DIOCGPART code needs to be removed...
XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/miscfs/specfs/spec_vnops.c

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



CVS commit: src/sys/kern

2015-12-04 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec  5 00:51:43 UTC 2015

Modified Files:
src/sys/kern: sysv_ipc.c

Log Message:
When unloading the module, clear the address of the kauth_listener
after removing the listener.  This enables the module to (attempt to)
initialize again without hitting the KASSERT() is sysvipc_init().

XXX This will allow standard kernels to boot successfully.  However,
XXX module initializtion is still broken.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/kern/sysv_ipc.c

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



CVS commit: src/sys/compat/common

2015-12-04 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec  5 01:59:51 UTC 2015

Modified Files:
src/sys/compat/common: compat_mod.c

Log Message:
The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, so
don't install syscall function pointers from the compat module.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/compat_mod.c

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



CVS commit: src/sys/kern

2015-12-04 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Dec  5 05:23:35 UTC 2015

Modified Files:
src/sys/kern: vfs_cache.c

Log Message:
Fix lying comment.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/kern/vfs_cache.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

2015-12-04 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sat Dec  5 06:36:12 UTC 2015

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

Log Message:
Calculated CRC is for bytes from 0 to 125 on DDR4. Now we can attach spdmem
driver for DDR4.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/spdmem.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

2015-12-04 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec  5 06:54:22 UTC 2015

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

Log Message:
Use the DDR4 rows and columns fields when printing DDR4 data


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/spdmem.c

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



CVS commit: src/sys/miscfs/specfs

2015-12-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Dec  5 07:59:34 UTC 2015

Modified Files:
src/sys/miscfs/specfs: spec_vnops.c

Log Message:
messing with uninitialized structs is a bad thing


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/miscfs/specfs/spec_vnops.c

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