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

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 16:32:04 UTC 2016 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c Log Message: fix printf format To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/cddl/osnet/dist/tools/c

CVS commit: src/sbin/fsck_lfs

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 17 18:56:14 UTC 2016 Modified Files: src/sbin/fsck_lfs: setup.c Log Message: PR/50974: David Binderman: Remove unused code. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sbin/fsck_lfs/setup.c Pleas

CVS commit: src/external/bsd/flex/dist/src

2016-03-18 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Mar 17 15:23:21 UTC 2016 Modified Files: src/external/bsd/flex/dist/src: scan.l Log Message: Apply our changes dropped in previous merge. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/flex/di

CVS commit: src/tools/gcc

2016-03-18 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Mar 17 23:41:21 UTC 2016 Modified Files: src/tools/gcc: gcc-version.mk mknative-gcc Log Message: set NETBSD_GCC_VERSION for GCC 5.3 separately. don't collect crtstuff anymore. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/bin/sh

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 16 17:01:40 UTC 2016 Modified Files: src/bin/sh: syntax.h Log Message: Remove wrong unsigned cast, index can be negative. Cast char to int so that gcc does not warn. Probably better to do the offset at runtime, but that

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

2016-03-18 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 c

CVS commit: src/external/gpl3/gcc

2016-03-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 18 10:14:39 UTC 2016 Modified Files: src/external/gpl3/gcc: README.gcc53 Log Message: update info for: hppa: libc build failes in fenv.c m68*: libc fails with stack protector issues mips*: libgcc fails

CVS commit: src/usr.bin/make

2016-03-18 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Wed Mar 16 16:04:44 UTC 2016 Modified Files: src/usr.bin/make: main.c Log Message: honor setting .MAKE.JOBS from the makefile. That way one can e.g. do: CPUS!=sysctl -n hw.ncpuonline .MAKE.JOBS?=$(CPUS) To generate a diff of

CVS commit: src/libexec/ftpd

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 17 00:17:58 UTC 2016 Modified Files: src/libexec/ftpd: popen.c Log Message: volatile for gcc 5 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/libexec/ftpd/popen.c Please note that diffs are not publ

CVS commit: src/doc

2016-03-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Mar 16 23:52:53 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Mention to update MDATE in src/external/gpl2/groff/Makefile.inc on next groff import, if any. To generate a diff of this commit: cvs rdiff -u -r1.1316 -r1.

CVS commit: xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200

2016-03-18 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Thu Mar 17 02:31:09 UTC 2016 Modified Files: xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200: r200_sanity.c Log Message: Fix off-by-one. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 \ xsrc/exte

CVS commit: src/external/bsd/elftoolchain/dist/libdwarf

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 14:58:18 UTC 2016 Modified Files: src/external/bsd/elftoolchain/dist/libdwarf: dwarf_attrval.c Log Message: tidy up: parse DW_AT_specification like DW_AT_abstract_origin To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 17:52:30 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile Log Message: Add more st