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

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

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

2016-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 18:24:25 UTC 2016 Modified Files: src/distrib/sets/lists/debug: mi shl.mi Log Message: kill more mudflap for gcc-5.3 To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/distrib/sets/lists/debug/mi

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

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

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

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

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

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

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

2016-03-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 17 07:59:45 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Protect read of isoc->next with bus lock To generate a diff of this commit: cvs rdiff -u -r1.264.4.66 -r1.264.4.67

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:07:23 UTC 2016 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctftools.h dwarf.c merge.c output.c tdata.c traverse.c Log Message: Add support for c++ classes. To generate a diff of this

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.

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

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

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

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

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;

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

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

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

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 \

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 \

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

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

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

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

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

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