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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 25 04:24:24 UTC 2016

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

Log Message:
add t_hypot


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/distrib/sets/lists/debug/mi

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-01-24 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Jan 25 03:14:30 UTC 2016

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

Log Message:
Add t_hypot to fix build break.  Hi gson!


To generate a diff of this commit:
cvs rdiff -u -r1.659 -r1.660 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

2016-01-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Jan 25 00:24:23 UTC 2016

Modified Files:
src/sys/rump: README.compileopts
Added Files:
src/lib/librumpuser: README.compileopts

Log Message:
Move librumpuser compile-time options into the librumpuser source
directory.  Those options apply only for the in-tree implementation.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/librumpuser/README.compileopts
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/README.compileopts

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



CVS commit: src/sys/sys

2016-01-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Jan 24 22:50:23 UTC 2016

Modified Files:
src/sys/sys: param.h

Log Message:
bump version for pr_output change


To generate a diff of this commit:
cvs rdiff -u -r1.490 -r1.491 src/sys/sys/param.h

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



CVS commit: src/tools

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 22:49:08 UTC 2016

Modified Files:
src/tools: Makefile

Log Message:
move cvslatest last


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/tools/Makefile

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



CVS commit: src/lib/libc/arch/vax/gen

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 22:02:48 UTC 2016

Modified Files:
src/lib/libc/arch/vax/gen: __longjmp14.c

Log Message:
use __register_t


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/vax/gen/__longjmp14.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/uts/common/sys

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 22:00:54 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/uts/common/sys: stropts.h

Log Message:
sys/conf.h is a kernel only header


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/cddl/osnet/dist/uts/common/sys/stropts.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/stdlib

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 21:56:43 UTC 2016

Modified Files:
src/lib/libc/stdlib: jemalloc.c

Log Message:
vmparam.h is a kernel header.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/stdlib/jemalloc.c

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



CVS commit: src/lib/libm/src

2016-01-24 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sun Jan 24 20:34:30 UTC 2016

Modified Files:
src/lib/libm/src: e_hypotf.c

Log Message:
Fix incorrect magic numbers in scaling.  From FreeBSD commit 23397, by
way of Rin Okuyama.  Fixes PR lib/50698.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libm/src/e_hypotf.c

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



CVS commit: src/tests/lib/libm

2016-01-24 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sun Jan 24 20:26:47 UTC 2016

Modified Files:
src/tests/lib/libm: Makefile
Added Files:
src/tests/lib/libm: t_hypot.c

Log Message:
Add some tests of hypot() and hypotf()


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/lib/libm/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libm/t_hypot.c

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



CVS commit: src/share/mk

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 20:15:11 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
Add tool cvslatest


To generate a diff of this commit:
cvs rdiff -u -r1.884 -r1.885 src/share/mk/bsd.own.mk

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



CVS commit: src/usr.bin/cvslatest

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 20:14:44 UTC 2016

Modified Files:
src/usr.bin/cvslatest: cvslatest.c

Log Message:
Toolify


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/cvslatest/cvslatest.c

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



CVS commit: src/tools

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 20:14:18 UTC 2016

Modified Files:
src/tools: Makefile
Added Files:
src/tools/cvslatest: Makefile

Log Message:
Tool version


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/tools/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/cvslatest/Makefile

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 20:02:39 UTC 2016

Modified Files:
src/sys/arch/powerpc/include: reg.h

Log Message:
use __register_t


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/include/reg.h

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 19:49:35 UTC 2016

Modified Files:
src/sys/arch/powerpc/include: frame.h types.h

Log Message:
expose __register32_t for frame.h


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/powerpc/include/frame.h
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/powerpc/include/types.h

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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 19:43:12 UTC 2016

Modified Files:
src/distrib/sets/lists/xcomp: md.amiga
src/distrib/sets/lists/xdebug: md.amiga

Log Message:
fix amiga sets


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xcomp/md.amiga
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/xdebug/md.amiga

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



CVS commit: xsrc/external/mit/MesaLib/dist/src

2016-01-24 Thread Martin Husemann
Module Name:xsrc
Committed By:   martin
Date:   Sun Jan 24 19:42:35 UTC 2016

Modified Files:
xsrc/external/mit/MesaLib/dist/src/egl/main: eglglobals.c
xsrc/external/mit/MesaLib/dist/src/glsl: glsl_parser_extras.cpp
xsrc/external/mit/MesaLib/dist/src/mesa/main: context.c extensions.c

Log Message:
Replace atexit() calls by destructor attributes - this shared library
is dlopen/dlclose'd !


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/egl/main/eglglobals.c
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/glsl/glsl_parser_extras.cpp
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/MesaLib/dist/src/mesa/main/context.c
cvs rdiff -u -r1.1.1.6 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/mesa/main/extensions.c

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



CVS commit: src/external/bsd/wpa/dist/src/utils

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 19:15:57 UTC 2016

Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c

Log Message:
use 0 for udata for portability (FreeBSD has a pointer, we have uintptr_t)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/wpa/dist/src/utils/eloop.c

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



CVS commit: src/external/bsd/wpa/bin

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 18:49:05 UTC 2016

Modified Files:
src/external/bsd/wpa/bin: Makefile.inc

Log Message:
the eloop hack should not be needed anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/wpa/bin/Makefile.inc

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 18:21:50 UTC 2016

Modified Files:
src/sys/arch/i386/include: segments.h types.h

Log Message:
expose __vaddr_t for segments.h since it is a userland api.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/i386/include/segments.h
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/i386/include/types.h

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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 17:26:59 UTC 2016

Modified Files:
src/distrib/sets/lists/xcomp: md.alpha
src/distrib/sets/lists/xdebug: md.alpha

Log Message:
Fix alpha sets


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/xcomp/md.alpha
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xdebug/md.alpha

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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 17:14:11 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: mi

Log Message:
sets for cvslatest.


To generate a diff of this commit:
cvs rdiff -u -r1.2014 -r1.2015 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.140 -r1.141 src/distrib/sets/lists/debug/mi

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



CVS commit: src/usr.bin

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 17:08:16 UTC 2016

Modified Files:
src/usr.bin: Makefile
Added Files:
src/usr.bin/cvslatest: Makefile cvslatest.1 cvslatest.c

Log Message:
Add a program to find the latest timestamp in a cvs repository


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/cvslatest/Makefile \
src/usr.bin/cvslatest/cvslatest.1 src/usr.bin/cvslatest/cvslatest.c

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:47:50 UTC 2016

Modified Files:
src/sys/arch/alpha/include: bus_user.h types.h

Log Message:
use __paddr_t since this is a userland API.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/alpha/include/bus_user.h
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/alpha/include/types.h

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



CVS commit: src/lib/csu/arch/alpha

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:47:32 UTC 2016

Modified Files:
src/lib/csu/arch/alpha: Makefile.inc

Log Message:
Undo previous; the lossage is more basic.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/arch/alpha/Makefile.inc

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



CVS commit: src/sys/modules/dtrace/lockstat

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:44:17 UTC 2016

Modified Files:
src/sys/modules/dtrace/lockstat: Makefile

Log Message:
Remove hf and eb. Rin Okuyama


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/dtrace/lockstat/Makefile

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



CVS commit: src/lib/csu/arch/alpha

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:27:38 UTC 2016

Modified Files:
src/lib/csu/arch/alpha: Makefile.inc

Log Message:
Alpha needs _KERNTYPES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/alpha/Makefile.inc

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:13:19 UTC 2016

Modified Files:
src/sys/arch/mips/include: reg.h

Log Message:
use namespace protected types.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/include/reg.h

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:08:05 UTC 2016

Modified Files:
src/sys/arch/mips/include: types.h

Log Message:
expose label_t for _KMEMUSER


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/mips/include/types.h

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



CVS commit: src/lib/libkvm

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:07:48 UTC 2016

Modified Files:
src/lib/libkvm: Makefile

Log Message:
mips needs _KMEMUSER for label_t in pcb.h


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libkvm/Makefile

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



CVS commit: src/lib/libc/arch/mips/gen

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:01:56 UTC 2016

Modified Files:
src/lib/libc/arch/mips/gen: Makefile.inc

Log Message:
cache stuff needs _KERNTYPES


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/arch/mips/gen/Makefile.inc

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



CVS commit: src/lib/libc/arch/mips/gen

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:01:43 UTC 2016

Modified Files:
src/lib/libc/arch/mips/gen: longjmp.c

Log Message:
Use namespace protected types.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/mips/gen/longjmp.c

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:00:45 UTC 2016

Modified Files:
src/sys/arch/mips/include: types.h

Log Message:
expose __fpregister_t too, merge definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/mips/include/types.h

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



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

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 16:00:29 UTC 2016

Modified Files:
src/sys/arch/mips/include: signal.h

Log Message:
use namespace protected types.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mips/include/signal.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/arch/mips

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 15:55:34 UTC 2016

Modified Files:
src/lib/libc/arch/mips: Makefile.inc

Log Message:
assym.h needs _KERNTYPES


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/arch/mips/Makefile.inc

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



CVS commit: src/distrib/amd64/installimage

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 15:30:05 UTC 2016

Modified Files:
src/distrib/amd64/installimage: Makefile

Log Message:
Grow!


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/amd64/installimage/Makefile

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



CVS commit: src/tests/lib/libc/sys

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 15:11:08 UTC 2016

Modified Files:
src/tests/lib/libc/sys: Makefile

Log Message:
t_lwp_create needs kernel types.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/tests/lib/libc/sys/Makefile

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



CVS commit: src/sys/dev/usb

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 15:03:39 UTC 2016

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.701 -r1.702 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.702 -r1.703 src/sys/dev/usb/usbdevs_data.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/usb

2016-01-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 24 15:02:52 UTC 2016

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
PR/50701: Martijn van Buul: Add MS Confort Mouse 6000


To generate a diff of this commit:
cvs rdiff -u -r1.709 -r1.710 src/sys/dev/usb/usbdevs

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

2016-01-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jan 24 09:43:39 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist: LAST_UPDATED MD5SUMS NEWS config.guess
config.sub configure configure.ac
src/external/gpl3/gcc/dist/INSTALL: build.html configure.html
prerequisites.html specific.html
src/external/gpl3/gcc/dist/gcc: ChangeLog Makefile.in builtins.c
cfgexpand.c common.opt config.gcc config.host configure
configure.ac cppdefault.c debug.h dse.c dwarf2out.c expr.c final.c
gcc.c gcc.h genemit.c gengtype-lex.c genmultilib genrecog.c
ggc-common.c hwint.h opts-global.c opts.c output.h reload.c
reload1.c rtlanal.c system.h target-def.h targhooks.c tree-cfg.c
tree-ssa-ccp.c
src/external/gpl3/gcc/dist/gcc/c: Make-lang.in
src/external/gpl3/gcc/dist/gcc/c-family: c-format.c c-format.h c-opts.c
c.opt
src/external/gpl3/gcc/dist/gcc/common/config/arm: arm-common.c
src/external/gpl3/gcc/dist/gcc/config: freebsd-spec.h netbsd-elf.h
netbsd.h
src/external/gpl3/gcc/dist/gcc/config/alpha: alpha.h elf.h netbsd.h
src/external/gpl3/gcc/dist/gcc/config/arm: arm-cores.def arm.h arm.md
bpabi.h elf.h netbsd-elf.h t-arm thumb2.md
src/external/gpl3/gcc/dist/gcc/config/i386: cpuid.h driver-i386.c
i386.c i386.h netbsd-elf.h netbsd64.h pmm_malloc.h
src/external/gpl3/gcc/dist/gcc/config/m68k: constraints.md m68k.md
netbsd-elf.h
src/external/gpl3/gcc/dist/gcc/config/mips: mips.c netbsd.h t-mips
src/external/gpl3/gcc/dist/gcc/config/pa: pa.c pa.h
src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd.h ppc-asm.h
rs6000.c sysv4.h t-netbsd t-rs6000
src/external/gpl3/gcc/dist/gcc/config/sh: sh.c t-sh
src/external/gpl3/gcc/dist/gcc/config/sparc: constraints.md
netbsd-elf.h predicates.md sparc.md sync.md
src/external/gpl3/gcc/dist/gcc/config/vax: builtins.md constraints.md
elf.h netbsd-elf.h vax-protos.h vax.c vax.h vax.md
src/external/gpl3/gcc/dist/gcc/cp: Make-lang.in
src/external/gpl3/gcc/dist/gcc/doc: aot-compile.1 cpp.1 cpp.info
cpp.texi cppenv.texi cppinternals.info cppopts.texi fsf-funding.7
g++.1 gc-analyze.1 gcc.1 gcc.info gccinstall.info gccint.info
gcj-dbtool.1 gcj.1 gcj.info gcov.1 gcov.texi gfdl.7 gfortran.1
gij.1 gpl.7 grmic.1 invoke.texi jcf-dump.1 jv-convert.1
rebuild-gcj-db.1
src/external/gpl3/gcc/dist/gcc/ginclude: stddef.h unwind-arm-common.h
src/external/gpl3/gcc/dist/gcc/objc: Make-lang.in
src/external/gpl3/gcc/dist/gcc/objcp: Make-lang.in
src/external/gpl3/gcc/dist/gnattools: configure
src/external/gpl3/gcc/dist/libbacktrace: configure
src/external/gpl3/gcc/dist/libcpp: Makefile.in configure configure.ac
files.c init.c internal.h lex.c macro.c
src/external/gpl3/gcc/dist/libcpp/include: cpplib.h
src/external/gpl3/gcc/dist/libdecnumber: configure
src/external/gpl3/gcc/dist/libgcc: Makefile.in config.host configure
unwind-compat.c unwind-dw2-fde-dip.c unwind-dw2-fde.c unwind-dw2.c
unwind-generic.h unwind-seh.c unwind-sjlj.c
src/external/gpl3/gcc/dist/libgcc/config/alpha: qrnnd.S
src/external/gpl3/gcc/dist/libgcc/config/arm: pr-support.c
src/external/gpl3/gcc/dist/libgcc/config/c6x: pr-support.c
src/external/gpl3/gcc/dist/libgcc/config/cr16: unwind-cr16.c
src/external/gpl3/gcc/dist/libgcc/config/i386: morestack.S
src/external/gpl3/gcc/dist/libgcc/config/ia64: unwind-ia64.c
src/external/gpl3/gcc/dist/libgcc/config/xtensa: unwind-dw2-xtensa.c
src/external/gpl3/gcc/dist/libgomp: Makefile.am Makefile.in configure
configure.ac libgomp.info
src/external/gpl3/gcc/dist/libiberty: Makefile.in configure
configure.ac floatformat.c make-temp-file.c strerror.c
src/external/gpl3/gcc/dist/libitm: Makefile.am Makefile.in configure
configure.ac
src/external/gpl3/gcc/dist/libitm/config/alpha: sjlj.S
src/external/gpl3/gcc/dist/libitm/config/arm: sjlj.S
src/external/gpl3/gcc/dist/libitm/config/powerpc: sjlj.S
src/external/gpl3/gcc/dist/libitm/config/s390: sjlj.S
src/external/gpl3/gcc/dist/libitm/config/sh: sjlj.S
src/external/gpl3/gcc/dist/libitm/config/sparc: sjlj.S
src/external/gpl3/gcc/dist/libitm/config/x86: sjlj.S
src/external/gpl3/gcc/dist/libobjc: configure encoding.c hash.c
objects.c sendmsg.c
src/external/gpl3/gcc/dist/libsanitizer: configure configure.tgt
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_internal.h
asan_linux.cc asan_malloc_linux.cc asan_posix.cc asan_rtl.cc
src/external/gpl3/gcc/dist/