CVS commit: src/sys/dev/pci

2014-05-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 23 06:18:54 UTC 2014 Modified Files: src/sys/dev/pci: pcireg.h Log Message: No functional change: - sort in PCI capability ID order. - add comments. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/

CVS commit: src/lib/libc/arch/i386

2014-05-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri May 23 02:34:19 UTC 2014 Modified Files: src/lib/libc/arch/i386/gen: _setjmp.S alloca.S divsi3.S fabs.S fixdfsi.S fixunsdfsi.S flt_rounds.S fpgetmask.S fpgetprec.S fpgetround.S fpgetsticky.S fpsetmask.

CVS commit: src/lib/libc/compat/arch/i386

2014-05-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri May 23 02:34:33 UTC 2014 Modified Files: src/lib/libc/compat/arch/i386/gen: compat_setjmp.S compat_sigsetjmp.S src/lib/libc/compat/arch/i386/sys: compat_Ovfork.S compat___sigtramp1.S compat_sigpending.S co

CVS commit: src/sys/dev/pckbport

2014-05-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 23 01:11:29 UTC 2014 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: PR/48831: J�rg Grundmann: Synaptics Touch pad (ClickPad) and Klick-by-tap-gestures do not work To genera

CVS commit: src/common/lib/libc/arch/i386

2014-05-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri May 23 03:17:31 UTC 2014 Modified Files: src/common/lib/libc/arch/i386/atomic: atomic.S src/common/lib/libc/arch/i386/gen: byte_swap_2.S byte_swap_4.S src/common/lib/libc/arch/i386/string: memset.S src

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

2014-05-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri May 23 03:05:56 UTC 2014 Modified Files: src/lib/libc/arch/i386/gen: setjmp.S Log Message: Fix previous. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/arch/i386/gen/setjmp.S Please note that d

CVS commit: src/sys/netinet

2014-05-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu May 22 23:42:53 UTC 2014 Modified Files: src/sys/netinet: ip_output.c ip_var.h raw_ip.c Log Message: - Make ip_setmoptions(), ip_getmoptions() and ip_pcbopts() static. - ip_output: eliminate 7th variadic argument; IP_RETURNMTU

CVS commit: src/lib/libc/compat/arch/i386/sys

2014-05-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri May 23 02:03:41 UTC 2014 Modified Files: src/lib/libc/compat/arch/i386/sys: compat___sigreturn14.S compat_sigreturn.S Log Message: Define hacked version of END() in addition to ENTRY(). To generate a diff of th

CVS commit: src/lib/libc/arch/i386

2014-05-22 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri May 23 02:17:43 UTC 2014 Modified Files: src/lib/libc/arch/i386: SYS.h Log Message: Put missing END() markers to set ELF symbol size. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/arch/i386/SYS

CVS commit: src/sys/netinet

2014-05-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri May 23 00:02:14 UTC 2014 Modified Files: src/sys/netinet: ip_output.c Log Message: Fix the assert in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/netinet/ip_output.c Please not

CVS commit: src/sys

2014-05-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu May 22 22:56:53 UTC 2014 Modified Files: src/sys/netinet: udp_usrreq.c src/sys/netinet6: in6_proto.c udp6_usrreq.c udp6_var.h Log Message: Move udp6_input(), udp6_sendup(), udp6_realinput() and udp6_input_checksum() fro

CVS commit: src/sys

2014-05-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu May 22 22:01:12 UTC 2014 Modified Files: src/sys/net: if_tokensubr.c src/sys/netinet: in.c in.h in_pcb.c in_pcb.h in_var.h ip_flow.c ip_input.c ip_var.h Log Message: - Add in_init() and move some functions,

CVS commit: [yamt-pagecache] src/sys/uvm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 19:12:52 UTC 2014 Modified Files: src/sys/uvm [yamt-pagecache]: uvm_anon.c Log Message: g/c a write-only variable To generate a diff of this commit: cvs rdiff -u -r1.62.2.4 -r1.62.2.5 src/sys/uvm/uvm_anon.c Please note

CVS commit: [yamt-pagecache] src/sys/uvm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 19:11:57 UTC 2014 Modified Files: src/sys/uvm [yamt-pagecache]: uvm_aobj.c Log Message: fix a merge botch To generate a diff of this commit: cvs rdiff -u -r1.116.2.8 -r1.116.2.9 src/sys/uvm/uvm_aobj.c Please note that

CVS commit: [yamt-pagecache] src/common/lib/libc/gen

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 19:09:51 UTC 2014 Modified Files: src/common/lib/libc/gen [yamt-pagecache]: radixtree.c Log Message: suppress gcc warnings To generate a diff of this commit: cvs rdiff -u -r1.17.2.5 -r1.17.2.6 src/common/lib/libc/gen/ra

CVS commit: [yamt-pagecache] src/sys/kern

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 19:11:17 UTC 2014 Modified Files: src/sys/kern [yamt-pagecache]: vfs_vnode.c Log Message: adapt assertions to this branch To generate a diff of this commit: cvs rdiff -u -r1.14.2.5 -r1.14.2.6 src/sys/kern/vfs_vnode.c P

CVS commit: [yamt-pagecache] src/sys/arch/x86/x86

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 19:10:32 UTC 2014 Modified Files: src/sys/arch/x86/x86 [yamt-pagecache]: pmap.c Log Message: g/c a write-only variable. To generate a diff of this commit: cvs rdiff -u -r1.137.2.11 -r1.137.2.12 src/sys/arch/x86/x86/pmap

CVS commit: [yamt-pagecache] src/sys/nfs

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 19:11:37 UTC 2014 Modified Files: src/sys/nfs [yamt-pagecache]: nfs_subs.c Log Message: fix a merge botch To generate a diff of this commit: cvs rdiff -u -r1.221.2.5 -r1.221.2.6 src/sys/nfs/nfs_subs.c Please note that

CVS commit: [yamt-pagecache] src/external/gpl3

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:55:08 UTC 2014 Modified Files: src/external/gpl3 [yamt-pagecache]: Makefile Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into s

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:48:46 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc [yamt-pagecache]: ABOUT-GCC-NLS BASE-VER ChangeLog ChangeLog-2009 ChangeLog.dataflow ChangeLog.graphite ChangeLog.lib ChangeLog.ptr C

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/objc.dg

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:33 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/objc.dg [yamt-pagecache]: alias.m anon-1.m bad-receiver-type-2.m bad-receiver-type.m bitfield-1.m bitfield-2.m bitfield-3.m

CVS commit: src/common/lib/libc/arch/x86_64/string

2014-05-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu May 22 16:47:31 UTC 2014 Modified Files: src/common/lib/libc/arch/x86_64/string: memset.S Log Message: fix build for _KERNEL To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/x86_64/string/m

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:30 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared [yamt-pagecache]: Object1-implementation.h Object1.h Protocol1.h next-abi.h next-mapping.h Log Message

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:25 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg [yamt-pagecache]: bad-receiver-type.mm basic.mm bitfield-1.mm bitfield-2.mm bitfield-3.mm bitfield-4.mm bitfield-

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/objc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:28 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/objc/compile [yamt-pagecache]: 20011211-1.m 20060406-1.m compile.exp method-1.m pr18406.m trivial.m src/external/gpl

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/lib

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:22 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/lib [yamt-pagecache]: c-compat.exp c-torture.exp compat.exp copy-file.exp dejapatches.exp dg-pch.exp file-format.exp fortran

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/gcc.test-framework

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:20 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/gcc.test-framework [yamt-pagecache]: README dg-bogus-exp-P.c dg-bogus-exp-XF.c dg-do-assemble-exp-P.c dg-do-compile-exp-P.c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:47:02 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests [yamt-pagecache]: acker1.c acker1.exp arm-isr.c arm-isr.exp bprob-1.c bprob-2.c bprob.exp dectest.exp dhry.c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/config

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:46:09 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/config [yamt-pagecache]: default.exp Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-page

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:46:06 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common [yamt-pagecache]: Wconversion-real.c asmgoto-1.c asmgoto-2.c asmgoto-3.c asmgoto-4.c attr-used-2.c attr-used.c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/po

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:45:08 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/gcc/po [yamt-pagecache]: ChangeLog EXCLUDES be.gmo be.po da.gmo da.po de.gmo de.po el.gmo el.po es.gmo es.po exgettext fi.gmo fi.po fr.gmo

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/ginclude

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:44:54 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/ginclude [yamt-pagecache]: float.h iso646.h stdarg.h stdbool.h stddef.h stdfix.h stdint-gcc.h stdint-wrap.h tgmath.h Added Files:

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/doc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:44:51 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/doc [yamt-pagecache]: arm-neon-intrinsics.texi bugreport.texi cfg.texi collect2.texi compat.texi configfiles.texi configterms.texi co

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/lto

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:44:57 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/lto [yamt-pagecache]: ChangeLog Make-lang.in common.c common.h config-lang.in lang-specs.h lang.opt lto-lang.c lto-tree.h lto.c lto.h

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/objc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:45:01 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/objc [yamt-pagecache]: ChangeLog Make-lang.in config-lang.in lang-specs.h objc-act.c objc-act.h objc-lang.c objc-tree.def Added Files

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/objcp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:45:04 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/objcp [yamt-pagecache]: ChangeLog Make-lang.in config-lang.in lang-specs.h objcp-decl.c objcp-decl.h objcp-lang.c Log Message: sync

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/cp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:44:44 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/cp [yamt-pagecache]: ChangeLog ChangeLog.ptr ChangeLog.tree-ssa Make-lang.in NEWS call.c cfns.gperf cfns.h class.c config-lang.in cp-

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/c-family

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:43:58 UTC 2014 Added Files: src/external/gpl3/gcc/dist/gcc/c-family [yamt-pagecache]: ChangeLog c-ada-spec.c c-ada-spec.h c-common.c c-common.def c-common.h c-cppbuiltin.c c-dump.c c-format.c c-f

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/common

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:44:04 UTC 2014 Added Files: src/external/gpl3/gcc/dist/gcc/common [yamt-pagecache]: common-target-def.h common-target.def common-target.h common-targhooks.c common-targhooks.h src/externa

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gcc/c

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:43:54 UTC 2014 Added Files: src/external/gpl3/gcc/dist/gcc/c [yamt-pagecache]: ChangeLog Make-lang.in c-aux-info.c c-convert.c c-decl.c c-errors.c c-lang.c c-lang.h c-objc-common.c c-objc-common.

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/zlib

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:39:56 UTC 2014 Removed Files: src/external/gpl3/gcc/dist/zlib [yamt-pagecache]: ChangeLog ChangeLog.gcj FAQ INDEX Makefile.am Makefile.in README acinclude.m4 aclocal.m4 adler32.c algorithm.txt co

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/maintainer-scripts

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:39:51 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/maintainer-scripts [yamt-pagecache]: ChangeLog README crontab gcc_release update_version_svn update_web_docs_libstdcxx_svn update_web_doc

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/lto-plugin

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:39:48 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/lto-plugin [yamt-pagecache]: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac lto-plugin.c Added Files: src/ex

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libssp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:37:05 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libssp [yamt-pagecache]: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac memmove-chk.c ssp.map strncat-ch

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libsanitizer

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:37:02 UTC 2014 Added Files: src/external/gpl3/gcc/dist/libsanitizer [yamt-pagecache]: ChangeLog LICENSE.TXT MERGE Makefile.am Makefile.in README.gcc acinclude.m4 aclocal.m4 configure configure.ac

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libitm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:49 UTC 2014 Added Files: src/external/gpl3/gcc/dist/libitm [yamt-pagecache]: ChangeLog Makefile.am Makefile.in aatree.cc aatree.h acinclude.m4 aclocal.m4 alloc.cc alloc_c.cc alloc_cpp.cc barri

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libobjc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:57 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libobjc [yamt-pagecache]: ChangeLog Makefile.in NXConstStr.m Object.m Protocol.m THREADS acinclude.m4 aclocal.m4 class.c config.h.in conf

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libmudflap

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:53 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libmudflap [yamt-pagecache]: ChangeLog Makefile.am Makefile.in config.h.in configure configure.ac mf-heuristics.c mf-hooks1.c mf-hooks2.c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libcpp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:10 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libcpp [yamt-pagecache]: ChangeLog Makefile.in charset.c config.in configure configure.ac directives-only.c directives.c errors.c expr.c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libiberty

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:44 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libiberty [yamt-pagecache]: ChangeLog Makefile.in aclocal.m4 argv.c bsearch.c concat.c config.in configure configure.ac copying-lib.texi

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libdecnumber

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:14 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libdecnumber [yamt-pagecache]: ChangeLog Makefile.in aclocal.m4 configure configure.ac dconfig.h decBasic.c decCommon.c decContext.c decC

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libgomp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:39 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libgomp [yamt-pagecache]: ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 alloc.c barrier.c config.h.in configure configure.ac

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/intl

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:03 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/intl [yamt-pagecache]: ChangeLog configure Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libbacktrace

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:06 UTC 2014 Added Files: src/external/gpl3/gcc/dist/libbacktrace [yamt-pagecache]: ChangeLog Makefile.am Makefile.in README aclocal.m4 alloc.c backtrace-supported.h.in backtrace.c backtrace.h

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/include

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:35:59 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/include [yamt-pagecache]: ChangeLog ansidecl.h demangle.h dwarf2.h filenames.h floatformat.h hashtab.h libiberty.h md5.h obstack.h plugin

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/gnattools

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:35:56 UTC 2014 Added Files: src/external/gpl3/gcc/dist/gnattools [yamt-pagecache]: ChangeLog Makefile.in configure configure.ac Log Message: sync with head. for a reference, the tree before this commit was

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/contrib

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:35:06 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/contrib [yamt-pagecache]: ChangeLog check_makefile_deps.sh compare-all-tests compare-debug compare_tests dg-extract-results.sh gcc_update

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/fixincludes

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:35:10 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/fixincludes [yamt-pagecache]: ChangeLog Makefile.in README aclocal.m4 check.tpl config.h.in configure configure.ac fixinc.in fixincl.c fi

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/config

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:35:02 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/config [yamt-pagecache]: ChangeLog elf.m4 mh-cygwin mh-mingw mh-ppc-aix mt-alphaieee mt-sde override.m4 stdint.m4 tcl.m4 warnings.m4 Adde

CVS commit: [yamt-pagecache] src/external/bsd

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:30:25 UTC 2014 Modified Files: src/external/bsd [yamt-pagecache]: Makefile Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into sm

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/INSTALL

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:34:59 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/INSTALL [yamt-pagecache]: README Removed Files: src/external/gpl3/gcc/dist/INSTALL [yamt-pagecache]: binaries.html build.html configure.html

CVS commit: src/sys

2014-05-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu May 22 16:31:19 UTC 2014 Modified Files: src/sys/arch/hp300/dev: dcm.c src/sys/compat/common: tty_43.c src/sys/kern: tty.c src/sys/net: ppp_tty.c src/sys/sys: tty.h Log Message: Use accessor f

CVS commit: [yamt-pagecache] src/external/bsd/llvm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:30:18 UTC 2014 Modified Files: src/external/bsd/llvm [yamt-pagecache]: Makefile Makefile.inc link.mk Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this c

CVS commit: src/sys/arch/hp300/dev

2014-05-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu May 22 16:30:40 UTC 2014 Modified Files: src/sys/arch/hp300/dev: dcmreg.h Log Message: Use uintptr_t so this file can be compile-tested on foreign arches. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sy

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/unittests

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:15 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/unittests [yamt-pagecache]: CMakeLists.txt Makefile Makefile.unittest src/external/bsd/llvm/dist/llvm/unittests/ADT [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:48 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm [yamt-pagecache]: .arcconfig .clang-format .gitignore CMakeLists.txt CODE_OWNERS.TXT CREDITS.TXT LICENSE.TXT LLVMBuild.txt Makefile Mak

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/utils

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:25 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/utils [yamt-pagecache]: DSAclean.py DSAextract.py GenLibDeps.pl GetRepositoryPath GetSourceVersion LLVMBuild.txt Makefile UpdateCMakeLi

CVS commit: src/sys/kern

2014-05-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu May 22 16:28:06 UTC 2014 Modified Files: src/sys/kern: tty.c tty_conf.c tty_pty.c Log Message: Define TTY_ALLOW_PRIVATE in tty.c, tty_pty.c, and tty_conf.c. These modules are the core of the tty code that in the long term n

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/projects

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:27:34 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/projects [yamt-pagecache]: CMakeLists.txt LLVMBuild.txt Makefile src/external/bsd/llvm/dist/llvm/projects/sample [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/tools

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:09 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/tools [yamt-pagecache]: CMakeLists.txt LLVMBuild.txt Makefile src/external/bsd/llvm/dist/llvm/tools/bugpoint [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/include

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:44 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/include/llvm [yamt-pagecache]: AutoUpgrade.h CMakeLists.txt DIBuilder.h DebugInfo.h GVMaterializer.h InitializePasses.h InstVisitor.h L

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/examples

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:33 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/examples [yamt-pagecache]: CMakeLists.txt LLVMBuild.txt Makefile src/external/bsd/llvm/dist/llvm/examples/BrainF [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/docs

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:27 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/docs [yamt-pagecache]: AliasAnalysis.rst Atomics.rst BitCodeFormat.rst BranchWeightMetadata.rst Bugpoint.rst CMake.rst CMakeLists.txt

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/cmake

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:21 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/cmake [yamt-pagecache]: Makefile README config-ix.cmake nsis_logo.bmp src/external/bsd/llvm/dist/llvm/cmake/modules [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/bindings

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:17 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/bindings [yamt-pagecache]: LLVMBuild.txt Makefile README.txt src/external/bsd/llvm/dist/llvm/bindings/ocaml [yamt-pagecache]: M

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/autoconf

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:12 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/autoconf [yamt-pagecache]: AutoRegen.sh ExportMap.map LICENSE.TXT README.TXT config.guess config.sub configure.ac depcomp install-sh lt

CVS commit: [yamt-pagecache] src/external/bsd/llvm/librt

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:14:57 UTC 2014 Removed Files: src/external/bsd/llvm/librt [yamt-pagecache]: Makefile Makefile.inc src/external/bsd/llvm/librt/libclang_asan [yamt-pagecache]: Makefile shlib_version src/extern

CVS commit: [yamt-pagecache] src/external/bsd/llvm/config

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:13:27 UTC 2014 Modified Files: src/external/bsd/llvm/config/clang/Config [yamt-pagecache]: config.h src/external/bsd/llvm/config/llvm/Config [yamt-pagecache]: AsmParsers.def AsmPrinters.def Disassemb

CVS commit: [yamt-pagecache] src/external/bsd/llvm/lib

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:14:51 UTC 2014 Modified Files: src/external/bsd/llvm/lib [yamt-pagecache]: Makefile Makefile.inc src/external/bsd/llvm/lib/libLLVMARMAsmParser [yamt-pagecache]: Makefile src/external/bsd/llvm

CVS commit: [yamt-pagecache] src/external/bsd/llvm/include

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:14:36 UTC 2014 Modified Files: src/external/bsd/llvm/include [yamt-pagecache]: Makefile Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was spl

CVS commit: [yamt-pagecache] src/external/bsd/llvm/bin

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:13:23 UTC 2014 Modified Files: src/external/bsd/llvm/bin [yamt-pagecache]: Makefile src/external/bsd/llvm/bin/bugpoint [yamt-pagecache]: Makefile src/external/bsd/llvm/bin/clang [yamt-pagecache]: Makefil

CVS commit: [yamt-pagecache] src/external/bsd/wpa

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:42 UTC 2014 Modified Files: src/external/bsd/wpa/bin/hostapd [yamt-pagecache]: Makefile hostapd.8 hostapd.conf.5 src/external/bsd/wpa/bin/hostapd_cli [yamt-pagecache]: hostapd_cli.8 src/ex

CVS commit: [yamt-pagecache] src/external/bsd/top/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:29 UTC 2014 Modified Files: src/external/bsd/top/dist [yamt-pagecache]: hash.c screen.c src/external/bsd/top/dist/machine [yamt-pagecache]: m_netbsd.c Log Message: sync with head. for a reference, the tree

CVS commit: [yamt-pagecache] src/external/bsd/tcpdump

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:22 UTC 2014 Modified Files: src/external/bsd/tcpdump/bin [yamt-pagecache]: Makefile src/external/bsd/tcpdump/dist [yamt-pagecache]: CHANGES CREDITS INSTALL.txt Makefile-devel-adds Makefile.in VERS

CVS commit: [yamt-pagecache] src/external/bsd/tmux

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:25 UTC 2014 Modified Files: src/external/bsd/tmux/dist [yamt-pagecache]: cmd-if-shell.c input.c log.c tmux.1 tmux.h src/external/bsd/tmux/usr.bin/tmux [yamt-pagecache]: Makefile Removed Files:

CVS commit: [yamt-pagecache] src/external/bsd/smbfs

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:14 UTC 2014 Added Files: src/external/bsd/smbfs [yamt-pagecache]: Makefile Makefile.inc src/external/bsd/smbfs/dist [yamt-pagecache]: COPYRIGHT CREDITS HISTORY INSTALL Makefile Makefile.inc README

CVS commit: [yamt-pagecache] src/external/bsd/ppp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:09 UTC 2014 Added Files: src/external/bsd/ppp [yamt-pagecache]: Makefile ppp2netbsd src/external/bsd/ppp/dist [yamt-pagecache]: FAQ PLUGINS README README.MPPE README.MSCHAP80 README.MSCHAP81 READM

CVS commit: [yamt-pagecache] src/external/bsd/pkg_install

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:04 UTC 2014 Modified Files: src/external/bsd/pkg_install [yamt-pagecache]: prepare-import.sh src/external/bsd/pkg_install/dist/add [yamt-pagecache]: perform.c src/external/bsd/pkg_install/dist/admin [

CVS commit: [yamt-pagecache] src/external/bsd/pdisk

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:00 UTC 2014 Added Files: src/external/bsd/pdisk [yamt-pagecache]: Makefile src/external/bsd/pdisk/bin [yamt-pagecache]: Makefile src/external/bsd/pdisk/dist [yamt-pagecache]: ATA_media.c ATA_media.h

CVS commit: [yamt-pagecache] src/external/bsd/openresolv

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:52 UTC 2014 Modified Files: src/external/bsd/openresolv/dist [yamt-pagecache]: dnsmasq.in libc.in named.in pdnsd.in resolvconf.8.in resolvconf.conf.5.in resolvconf.in unbound.in src/ex

CVS commit: [yamt-pagecache] src/external/bsd/pcc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:55 UTC 2014 Modified Files: src/external/bsd/pcc/dist/pcc/arch/amd64 [yamt-pagecache]: local2.c src/external/bsd/pcc/dist/pcc/cc/ccom [yamt-pagecache]: gcc_compat.c main.c trees.c src/exte

CVS commit: [yamt-pagecache] src/external/bsd/openpam

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:48 UTC 2014 Modified Files: src/external/bsd/openpam [yamt-pagecache]: openpam2netbsd src/external/bsd/openpam/dist [yamt-pagecache]: CREDITS HISTORY INSTALL LICENSE Makefile.am Makefile.in README

CVS commit: [yamt-pagecache] src/external/bsd/openldap

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:41 UTC 2014 Modified Files: src/external/bsd/openldap/bin [yamt-pagecache]: Makefile.inc src/external/bsd/openldap/dist/include [yamt-pagecache]: ldap_queue.h Log Message: sync with head. for a reference, t

CVS commit: [yamt-pagecache] src/external/bsd/nvi

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:37 UTC 2014 Added Files: src/external/bsd/nvi [yamt-pagecache]: Makefile Makefile.inc addrcsid nvi2netbsd src/external/bsd/nvi/catalog [yamt-pagecache]: Makefile src/external/bsd/nvi/dist

CVS commit: [yamt-pagecache] src/external/bsd/mdocml

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:49:38 UTC 2014 Modified Files: src/external/bsd/mdocml [yamt-pagecache]: Makefile.inc prepare-import.sh src/external/bsd/mdocml/bin/mandoc [yamt-pagecache]: Makefile src/external/bsd/mdocml/d

CVS commit: [yamt-pagecache] src/external/bsd/lutok

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:49:34 UTC 2014 Added Files: src/external/bsd/lutok [yamt-pagecache]: Makefile prepare-import.sh src/external/bsd/lutok/dist [yamt-pagecache]: AUTHORS Atffile COPYING Kyuafile NEWS README c_gate.cpp c

CVS commit: [yamt-pagecache] src/external/bsd/libevent

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:11 UTC 2014 Modified Files: src/external/bsd/libevent [yamt-pagecache]: Makefile Makefile.inc src/external/bsd/libevent/dist [yamt-pagecache]: ChangeLog README buffer.c evdns.c evdns.h event-inter

CVS commit: [yamt-pagecache] src/external/bsd/libpcap

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:21 UTC 2014 Modified Files: src/external/bsd/libpcap/dist [yamt-pagecache]: CHANGES CREDITS INSTALL.txt Makefile.in README README.aix README.dag README.linux VERSION aclocal.m4 arcnet.h atmuni

CVS commit: [yamt-pagecache] src/external/bsd/liblzf/usr.bin/lzf

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:15 UTC 2014 Modified Files: src/external/bsd/liblzf/usr.bin/lzf [yamt-pagecache]: lzf.1 Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/bsd/libelf/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:04 UTC 2014 Modified Files: src/external/bsd/libelf/dist [yamt-pagecache]: elf_update.c libelf.h libelf_data.c libelf_phdr.c Log Message: sync with head. for a reference, the tree before this commit was

  1   2   >