CVS commit: src

2016-03-20 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Mar 21 05:23:39 UTC 2016

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/external/mit/xorg/lib/freetype/freetype: Makefile

Log Message:
Install ftttdrv.h, which was apparently overlooked at some point
(probably because it contains little of substance...) PR 50902.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.20 -r1.21 \
src/external/mit/xorg/lib/freetype/freetype/Makefile

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



CVS commit: src/bin/sh

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar 21 02:37:26 UTC 2016

Modified Files:
src/bin/sh: parser.c

Log Message:
fix constness (from kre)


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/bin/sh/parser.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

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:57:49 UTC 2016

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

Log Message:
Add command substitution test.


To generate a diff of this commit:
cvs rdiff -u -r1.668 -r1.669 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/bin/sh

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:57:04 UTC 2016

Modified Files:
src/tests/bin/sh: Makefile
Added Files:
src/tests/bin/sh: t_cmdsub.sh

Log Message:
new command substitution test from kre


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/bin/sh/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/bin/sh/t_cmdsub.sh

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



CVS commit: src/bin/sh

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:56:39 UTC 2016

Modified Files:
src/bin/sh: parser.c

Log Message:
Move the command substitution "internal subroutine" part of
readtoken1() into a real function of its own (inspired by a
similar change made by FreeBSD - the other internal routines
they moved out are expected to move out here as well soon.)
This change helps avoid gcc 5.3 demanded (not required!) volatile
noise which would slow down parsing. (from kre)


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/bin/sh/parser.c

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



CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:27:44 UTC 2016

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
sha1-x86_64.S x86_64cpuid.S

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-x86_64.S
cvs rdiff -u -r1.4 -r1.5 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S

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



CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:26:56 UTC 2016

Modified Files:
src/crypto/external/bsd/openssl/dist/crypto: x86_64cpuid.pl
src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl

Log Message:
bring newer versions from 1.1.0-pre4


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/crypto/external/bsd/openssl/dist/crypto/x86_64cpuid.pl
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-x86_64.pl

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



CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:27:31 UTC 2016

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: Makefile

Log Message:
elide bug with new cpuid code.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile

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



CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:18:43 UTC 2016

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
sha1-x86_64.S x86_64-mont5.S

Log Message:
re-gen to fix sha1. there were also improvements for montgomery multiplications
that we did not have from a previous change.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-x86_64.S
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S

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



CVS commit: src/crypto/external/bsd/openssl/dist/crypto/sha/asm

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 22:17:13 UTC 2016

Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl

Log Message:
move scratch stack offset from 64 to 72 bytes so that it is aligned properly.
We core-dump using xmm instructions with gcc-5.3 otherwise. This is all
fixed a lot better in openssl-1.1.0-pre4 and I am tempted


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-x86_64.pl

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



CVS commit: src/external/gpl3/gcc

2016-03-20 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 20 21:27:27 UTC 2016

Modified Files:
src/external/gpl3/gcc: README.gcc53

Log Message:
update alpha (mostly working) and hppa (mknative-gcc works)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/README.gcc53

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



CVS commit: src/external/gpl3/gcc

2016-03-20 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar 20 21:14:21 UTC 2016

Modified Files:
src/external/gpl3/gcc/lib/libbacktrace/arch/hppa: backtrace-supported.h
config.h
src/external/gpl3/gcc/lib/libgcc/arch/hppa: defs.mk
src/external/gpl3/gcc/lib/libgomp/arch/hppa: config.h libgomp.spec
libgomp_f.h omp.h
src/external/gpl3/gcc/lib/libiberty/arch/hppa: config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: c++config.h
cxxabi_tweaks.h defs.mk gstdint.h gthr-posix.h gthr-single.h gthr.h
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: auto-host.h bversion.h
configargs.h defs.mk gtyp-input.list plugin-version.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/hppa: config.h

Log Message:
mknative-gcc for HPPA and GCC 5.3.  thanks for fixing fenv.c, nick!


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h \
src/external/gpl3/gcc/lib/libbacktrace/arch/hppa/config.h
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgcc/arch/hppa/defs.mk
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/libgomp/arch/hppa/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libgomp/arch/hppa/libgomp.spec \
src/external/gpl3/gcc/lib/libgomp/arch/hppa/libgomp_f.h \
src/external/gpl3/gcc/lib/libgomp/arch/hppa/omp.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/lib/libiberty/arch/hppa/config.h
cvs rdiff -u -r1.15 -r1.16 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/cxxabi_tweaks.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/defs.mk \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-posix.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-single.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr.h
cvs rdiff -u -r1.11 -r1.12 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h
cvs rdiff -u -r1.16 -r1.17 \
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/bversion.h
cvs rdiff -u -r1.18 -r1.19 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/gtyp-input.list
cvs rdiff -u -r1.8 -r1.9 \
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/usr.bin/libcpp/arch/hppa/config.h

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



CVS commit: src/lib/libc/sys

2016-03-20 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar 20 20:09:49 UTC 2016

Modified Files:
src/lib/libc/sys: ktrace.2

Log Message:
Sort errors. Improve markup.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/ktrace.2

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



CVS commit: src/usr.sbin/makemandb

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 17:31:09 UTC 2016

Modified Files:
src/usr.sbin/makemandb: apropos-utils.c

Log Message:
PR/50460: Abhinav Upadhyay: Fix legacy apropos query to match both the name
and the one line description and delete extra args.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/makemandb/apropos-utils.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

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 16:39:36 UTC 2016

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

Log Message:
simplify.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/kern/kern_pax.c

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



CVS commit: src/include

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 16:26:06 UTC 2016

Modified Files:
src/include: stddef.h

Log Message:
use foo - 0 instead of testing for defined(foo); from joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/include/stddef.h

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



CVS commit: src/bin/csh

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar 16 22:35:45 UTC 2016

Modified Files:
src/bin/csh: exec.c

Log Message:
add Will Robinson comment.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/bin/csh/exec.c

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



CVS commit: src/sys

2016-03-20 Thread Pierre Pronchery
Module Name:src
Committed By:   khorben
Date:   Sun Mar 20 14:58:11 UTC 2016

Modified Files:
src/sys/kern: kern_exec.c kern_pax.c
src/sys/sys: pax.h

Log Message:
Let PaX ASLR know about the current emulation

This effectively fixes PaX ASLR with 32-bits emulation on 64-bits
platforms. Without this knowledge, the offset applied for 32-bits
programs was really meant for a 64-bits address space - thus
shifting the address up to 12 bits, with a success rate of about
1/4096. This offset is calculated once in the lifetime of the
process, which therefore behaved normally when able to start.

Fixes kern/50469, probably also kern/50986

Tested on NetBSD/amd64 (emul_netbsd32)


To generate a diff of this commit:
cvs rdiff -u -r1.423 -r1.424 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.34 -r1.35 src/sys/kern/kern_pax.c
cvs rdiff -u -r1.17 -r1.18 src/sys/sys/pax.h

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



CVS commit: src/lib/libm/arch/hppa

2016-03-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Mar 20 14:22:46 UTC 2016

Modified Files:
src/lib/libm/arch/hppa: fenv.c

Log Message:
Update {read,write}fpsr to work everywhere


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/arch/hppa/fenv.c

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



CVS commit: src/include

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 20 14:11:50 UTC 2016

Modified Files:
src/include: stddef.h

Log Message:
PR/50983: David Shao: Protect stddef;
also make the pointer void *.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/include/stddef.h

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



CVS commit: src/tests/bin/sh

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar 16 15:49:20 UTC 2016

Modified Files:
src/tests/bin/sh: Makefile
Added Files:
src/tests/bin/sh: t_arith.sh t_varval.sh

Log Message:
New tests from kre


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/bin/sh/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/bin/sh/t_arith.sh \
src/tests/bin/sh/t_varval.sh

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



CVS commit: src/include

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Mar 17 00:42:49 UTC 2016

Modified Files:
src/include: stdio.h

Log Message:
gcc 5, my patience is waning.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/include/stdio.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/scsipi

2016-03-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Mar 20 10:29:12 UTC 2016

Modified Files:
src/sys/dev/scsipi: atapi_wdc.c

Log Message:
Pass a correct residual size to wdcbit_bucket() that drains extra bytes.

Seems broken (but almost harmless?) since rev 1.101 committed ~10 years ago:
 http://mail-index.netbsd.org/source-changes/2006/09/07/0043.html


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/scsipi/atapi_wdc.c

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



CVS commit: src/libexec/lfs_cleanerd

2016-03-20 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Mar 18 10:10:21 UTC 2016

Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.c

Log Message:
move the compiler hack closer to the source of the fail


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/libexec/lfs_cleanerd/lfs_cleanerd.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/scsipi

2016-03-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Mar 20 09:47:58 UTC 2016

Modified Files:
src/sys/dev/scsipi: atapi_wdc.c

Log Message:
Remove extra spaces.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/dev/scsipi/atapi_wdc.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-03-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Mar 20 09:15:07 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: emdtv_dtv.c if_athn_usb.c uchcom.c
udsir.c uhso.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.10.14.5 -r1.10.14.6 src/sys/dev/usb/emdtv_dtv.c
cvs rdiff -u -r1.6.8.8 -r1.6.8.9 src/sys/dev/usb/if_athn_usb.c
cvs rdiff -u -r1.13.6.6 -r1.13.6.7 src/sys/dev/usb/uchcom.c
cvs rdiff -u -r1.1.14.8 -r1.1.14.9 src/sys/dev/usb/udsir.c
cvs rdiff -u -r1.17.2.7 -r1.17.2.8 src/sys/dev/usb/uhso.c

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



CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 18 17:08:45 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c

Log Message:
treat class line struct and union


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-03-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Mar 20 08:42:19 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: if_axereg.h if_cdcereg.h if_cuereg.h
if_kuereg.h if_otusvar.h if_rumvar.h if_runvar.h if_smscvar.h
if_udavreg.h if_upgtvar.h if_upl.c if_uralvar.h if_urlreg.h
if_urndisreg.h if_urtwnvar.h if_urtwreg.h if_zydreg.h ubt.c udl.h
udsir.c uhso.c uirdavar.h umassvar.h uscanner.c usscanner.c ustir.c
uvideo.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.16.6.2 -r1.16.6.3 src/sys/dev/usb/if_axereg.h
cvs rdiff -u -r1.7.24.3 -r1.7.24.4 src/sys/dev/usb/if_cdcereg.h
cvs rdiff -u -r1.18.24.3 -r1.18.24.4 src/sys/dev/usb/if_cuereg.h
cvs rdiff -u -r1.18.24.2 -r1.18.24.3 src/sys/dev/usb/if_kuereg.h
cvs rdiff -u -r1.7.12.3 -r1.7.12.4 src/sys/dev/usb/if_otusvar.h
cvs rdiff -u -r1.9.34.1 -r1.9.34.2 src/sys/dev/usb/if_rumvar.h
cvs rdiff -u -r1.1.20.2 -r1.1.20.3 src/sys/dev/usb/if_runvar.h
cvs rdiff -u -r1.3.4.2 -r1.3.4.3 src/sys/dev/usb/if_smscvar.h
cvs rdiff -u -r1.9.16.3 -r1.9.16.4 src/sys/dev/usb/if_udavreg.h \
src/sys/dev/usb/if_urlreg.h
cvs rdiff -u -r1.1.44.1 -r1.1.44.2 src/sys/dev/usb/if_upgtvar.h \
src/sys/dev/usb/udl.h
cvs rdiff -u -r1.47.4.10 -r1.47.4.11 src/sys/dev/usb/if_upl.c
cvs rdiff -u -r1.11.38.1 -r1.11.38.2 src/sys/dev/usb/if_uralvar.h
cvs rdiff -u -r1.1.32.1 -r1.1.32.2 src/sys/dev/usb/if_urndisreg.h
cvs rdiff -u -r1.8.4.2 -r1.8.4.3 src/sys/dev/usb/if_urtwnvar.h
cvs rdiff -u -r1.1.22.2 -r1.1.22.3 src/sys/dev/usb/if_urtwreg.h
cvs rdiff -u -r1.7.16.3 -r1.7.16.4 src/sys/dev/usb/if_zydreg.h
cvs rdiff -u -r1.51.4.9 -r1.51.4.10 src/sys/dev/usb/ubt.c
cvs rdiff -u -r1.1.14.7 -r1.1.14.8 src/sys/dev/usb/udsir.c
cvs rdiff -u -r1.17.2.6 -r1.17.2.7 src/sys/dev/usb/uhso.c
cvs rdiff -u -r1.5.38.3 -r1.5.38.4 src/sys/dev/usb/uirdavar.h
cvs rdiff -u -r1.35.6.3 -r1.35.6.4 src/sys/dev/usb/umassvar.h
cvs rdiff -u -r1.75.4.9 -r1.75.4.10 src/sys/dev/usb/uscanner.c
cvs rdiff -u -r1.38.6.11 -r1.38.6.12 src/sys/dev/usb/usscanner.c
cvs rdiff -u -r1.33.10.10 -r1.33.10.11 src/sys/dev/usb/ustir.c
cvs rdiff -u -r1.41.2.10 -r1.41.2.11 src/sys/dev/usb/uvideo.c

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-03-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Mar 20 08:21:30 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: emdtvvar.h

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.3.32.1 -r1.3.32.2 src/sys/dev/usb/emdtvvar.h

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



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-03-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Mar 20 08:06:15 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c

Log Message:
Provide and use DPRINTF{,N} macros in the same way as all other HCDs.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.234.2.92 -r1.234.2.93 src/sys/dev/usb/ehci.c

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



CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2016-03-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 18 14:55:34 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: ctftools.h dwarf.c merge.c
traverse.c

Log Message:
- Add processing for c++ references.
- Make sure we load the DIE that contains the types of array elements so
  we can resolve them later.
- Print t_id (die offsets) in hex.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/cddl/osnet/dist/tools/ctf/cvt/ctftools.h
cvs rdiff -u -r1.19 -r1.20 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dist/tools/ctf/cvt/merge.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/traverse.c

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