CVS commit: src/sys/sys

2014-10-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 23 08:55:32 UTC 2014 Modified Files: src/sys/sys: exec_elf.h Log Message: Add standard size_t dance To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/sys/exec_elf.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2014-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 23 09:57:37 UTC 2014 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Add comment. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/pcireg.h Please note that diffs are not public

CVS commit: src/sys/dev/pci

2014-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 23 09:59:56 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/dev/pci/pci_subr.c Please note that diffs are

CVS commit: src/sys/arch

2014-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 23 10:01:53 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: db_disasm.c src/sys/arch/i386/i386: db_disasm.c Log Message: Add support for sysenter, sysexit, vmptrld, vmptrst and getsec. To generate a diff of

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 12:16:25 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Use libdplibs To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libasan/Makefile

CVS commit: src/sys/dev/pci

2014-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 23 13:40:15 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix a bug that the specification revision of the Power Management function was incorrectly printed in the output of capability list. The

CVS commit: src/sys/dev/pci

2014-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 23 13:44:37 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: - Cleanup pci_conf_print_caplist. Use table. The reason why it loops twice is that some capabilities appear multiple times (e.g.

CVS commit: src/sys/dev/pci

2014-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 23 13:45:41 UTC 2014 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Add some HyperTransport related defines. It's required for the MSI. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99

CVS commit: src/distrib/sets

2014-10-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 23 14:19:33 UTC 2014 Modified Files: src/distrib/sets: join.awk Log Message: Add vis() function, and canonicalise file names via vis(unvis($1)). XXX: The vis() function is very limited, due to the absence of ord() in

CVS commit: src/lib

2014-10-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 23 15:29:06 UTC 2014 Modified Files: src/lib: Makefile Log Message: Only visit libasan if ${HAVE_GCC} == 48 To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/lib/Makefile Please note that diffs are

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 17:50:08 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_placement_new.h Log Message: stop playing type games, and use the proper type for the placement new

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 17:50:24 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_netbsd.cc Log Message: use the appropriate unwind.h header To generate a diff of this commit: cvs

CVS commit: src/sys/lib/libunwind

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 17:51:22 UTC 2014 Modified Files: src/sys/lib/libunwind: Makefile.inc Log Message: prefer our own unwind.h To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libunwind/Makefile.inc Please

CVS commit: src/lib/libc/time

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 18:45:58 UTC 2014 Modified Files: src/lib/libc/time: Makefile NEWS asctime.c localtime.c private.h tz-art.htm tz-link.htm tzset.3 zdump.8 zdump.c Log Message: merge 2014i To generate a diff of this

CVS commit: src/doc

2014-10-23 Thread Christos Zoulas
: This file does not mention every change made to the NetBSD source tree. @@ -79,3 +79,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: resolvconf(8): Import openresolv-3.6.0 [roy 20141020] gcc: Support -fsanitize=address zoneinfo: Import tzdata2014i. [apb 20141023] + libc: Update to tzcode2014i

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 19:03:38 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc Log Message: make alpha compile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/sys/arch/sh3/include

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 19:39:43 UTC 2014 Modified Files: src/sys/arch/sh3/include: elf_machdep.h Log Message: instead of bitching about the missing endianness, get it. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 20:08:27 UTC 2014 Modified Files: src/distrib/sets/lists/xdebug: md.hpcsh Log Message: fix (add missing, remove dups, sort) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/bin/sh

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 21:03:25 UTC 2014 Modified Files: src/bin/sh: redir.c Log Message: simplify and eliminate TOCTOU. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/sh/redir.c Please note that diffs are not

CVS commit: src/lib/libc/time

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 21:19:53 UTC 2014 Modified Files: src/lib/libc/time: zdump.c Log Message: remove stray endif To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/time/zdump.c Please note that diffs are not

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 23:31:26 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: one more search path. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/riscv/include

2014-10-23 Thread Dennis Ferguson
Module Name:src Committed By: dennis Date: Fri Oct 24 01:08:07 UTC 2014 Modified Files: src/sys/arch/riscv/include: mcontext.h Log Message: Fix a typo: the PC is likely in _REG_PC To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/sets/lists

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 02:39:34 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.powerpc shl.mi src/distrib/sets/lists/comp: ad.powerpc mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: gcc=48 has asan.