CVS commit: src/external/gpl3/gcc/dist/gcc/config/sparc

2014-01-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 3 08:30:41 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/sparc: constraints.md predicates.md sync.md Log Message: Port from newer gcc: Add a mem_noofs_operand predicate and corresponding w

CVS commit: src/sys/fs/tmpfs

2014-01-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jan 3 09:53:12 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c Log Message: Fix a race where thread1 runs VOP_REMOVE() and gets preempted in tmpfs_reclaim() before the call to tmpfs_free_node().

CVS commit: src/sys/arch/amiga/conf

2014-01-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jan 3 10:30:47 UTC 2014 Modified Files: src/sys/arch/amiga/conf: files.amiga Log Message: Fix undefined reference to amiga_bus_stride_0x1000. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175

CVS commit: src/sys/external/bsd/dwc2

2014-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 12:07:37 UTC 2014 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Change a KASSERT to a KASSERTMSG and add a DPRINTFN. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/external/bsd/dwc2

2014-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 12:20:26 UTC 2014 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Call callout_reset on the xfer timeoute_handle before calling dwc2_hcd_urb_enqueue To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2014-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 3 12:50:00 UTC 2014 Modified Files: src/sys/net: if.c Log Message: missed one inet6 check To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src/sys/net/if.c Please note that diffs are not public domain;

CVS commit: src/tests/net/mpls

2014-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 3 13:14:50 UTC 2014 Modified Files: src/tests/net/mpls: t_ldp_regen.sh Log Message: ldpd wants inet6 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/net/mpls/t_ldp_regen.sh Please note that diffs

CVS commit: src/tests/lib/librumphijack

2014-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 3 13:18:00 UTC 2014 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: netstat expected output includes ipv6 sucket, so add netinet6 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/evbarm/conf

2014-01-03 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Fri Jan 3 14:40:54 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: OPENBLOCKS_A6 Log Message: Change wildcard for mvgbe configuration. Don't attach, if clock was disabled. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/dwc2

2014-01-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 3 14:41:57 UTC 2014 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Small bit of tidyup and remove a XXX now that it's possible. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 15:15:02 UTC 2014 Modified Files: src/sys/kern: core_elf32.c core_netbsd.c src/sys/uvm: uvm_coredump.c uvm_extern.h Log Message: Minor changes to the process coredump code. - Add some extra comments. - Add some

CVS commit: src/sys/kern

2014-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 3 15:49:49 UTC 2014 Modified Files: src/sys/kern: kern_exec.c Log Message: Simplify error path and fix typos. From Maxime Villard and me. To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369

CVS commit: src/sys/dev/ic

2014-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 3 15:57:12 UTC 2014 Modified Files: src/sys/dev/ic: ct65550.c Log Message: do as joerg requested and mark an unused function __unused To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pci

2014-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 3 16:07:27 UTC 2014 Modified Files: src/sys/dev/pci: ubsec.c Log Message: If you're going to build this driver as a module, make sure that it depends on opencrypto module. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2014-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 3 16:09:22 UTC 2014 Modified Files: src/sys/dev/pci: hifn7751.c hifn7751var.h Log Message: Modularize To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/hifn7751.c cvs rdiff -u -r1.10

CVS commit: src/sys/modules/hifn

2014-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 3 16:12:49 UTC 2014 Added Files: src/sys/modules/hifn: Makefile hifn.ioconf Log Message: Add module glue for hifn(4) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/modules/hifn/Makefile \

CVS commit: src/sys/modules

2014-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 3 16:16:10 UTC 2014 Modified Files: src/sys/modules: Makefile Log Message: Add hifn(4) and ubsec(4) to the NOTYET section, and note that they can be successfully built only on architectures that have PCI. To generate

CVS commit: src/sys/arch

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 16:40:58 UTC 2014 Modified Files: src/sys/arch/atari/stand/tostools/libtos: exec_elf.h src/sys/arch/epoc32/stand/e32boot/include: elf.h Log Message: Remove the _KERNEL part of these two clones of sys/exec_elf.h

CVS commit: src

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 16:50:54 UTC 2014 Modified Files: src/sys/arch/xen/include/xen-public: elfstructs.h src/tools/amiga-elf2bb/sys: exec_elf.h src/tools/m68k-elf2aout/sys: exec_elf.h src/tools/mips-elf2ecoff/sys:

CVS commit: src/sys/sys

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 16:54:48 UTC 2014 Modified Files: src/sys/sys: exec_elf.h Log Message: Remove the incorrect and unused Elf64_Shalf. At one time it was used for a 32bit item - but that definition has long since been changed to use a

CVS commit: src/external/mit/xorg/bin/fc-match

2014-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 3 20:18:45 UTC 2014 Modified Files: src/external/mit/xorg/bin/fc-match: Makefile Log Message: fix sun2 build. libfreetype requires -lbz2 -lz To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 3 20:26:45 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: socktoa.c src/external/bsd/ntp/dist/ntpq: ntpq-subs.c Log Message: Don't bother with the h (short) modifier. The predicated use of bswap16

CVS commit: src/sys

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 20:52:47 UTC 2014 Modified Files: src/sys/kern: core_elf32.c kern_core.c src/sys/sys: exec.h exec_elf.h Log Message: Instead of generating all the 'note' sections twice (and hoping that the 'fast path' size on

CVS commit: src/sys

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 21:12:18 UTC 2014 Modified Files: src/sys/kern: core_elf32.c core_netbsd.c src/sys/uvm: uvm_coredump.c uvm_extern.h Log Message: There is no need for uvm_coredump_walkmap() to explicity pass the proc_t pointer

CVS commit: src/sys/arch/sun68k/stand

2014-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 3 21:21:17 UTC 2014 Modified Files: src/sys/arch/sun68k/stand: Makefile.inc Added Files: src/sys/arch/sun68k/stand: boot.ldscript Log Message: Add a load script that puts text.unlikely after text so that the

CVS commit: src/sys

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Jan 3 21:34:40 UTC 2014 Modified Files: src/sys/kern: core_elf32.c src/sys/sys: exec_elf.h Log Message: Fix bug in previous (panic during process core dump). Change the interface to ELFNAMEEND(coredump_savenote) so that

CVS import: src/external/bsd/dhcpcd/dist

2014-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 3 22:10:44 UTC 2014 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv14804 Log Message: Import dhcpcd-6.2.0 with the following changes: * Fix NAK backoff when a server NAKs a REQUEST

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2014-01-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 3 22:27:31 UTC 2014 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Build with dhcpcd-6.2.0 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/doc

2014-01-03 Thread Roy Marples
-6.2.0 [roy 20140103]

CVS commit: src/external/bsd/openpam/dist/lib

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 3 22:49:21 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: Avoid implicit cast on the return value. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/sys/arch/x86/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 3 23:18:48 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add C2000 Platform Controller Unit(PCU). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/pci/ichlpcib.c

CVS commit: src/sys

2014-01-03 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Jan 4 00:10:03 UTC 2014 Modified Files: src/sys/arch/alpha/alpha: process_machdep.c src/sys/arch/amd64/amd64: netbsd32_machdep.c process_machdep.c src/sys/arch/amd64/include: netbsd32_machdep.h

CVS commit: src/sys/arch/arm/conf

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 4 01:33:11 UTC 2014 Modified Files: src/sys/arch/arm/conf: Makefile.arm Log Message: Explicitly force a CPU for the assembler for the compatibility cpu_func_* files. LLVM complains about the use of deprecated instructions

CVS commit: src/sys/arch/x86/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:09:12 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Temporary disable C2000 PCU because the behavior of the wdog is little strange. To generate a diff of this commit: cvs rdiff -u -r1.41

CVS commit: src/external/bsd/libevent/dist/test

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 4 02:56:31 UTC 2014 Modified Files: src/external/bsd/libevent/dist/test: regress_buffer.c Log Message: Fix memcmp use. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:57:27 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel Z68 LPC To generate a diff of this commit: cvs rdiff -u -r1.1176 -r1.1177 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 4 02:58:38 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Add missing volatile for hidden side effects of asm. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/sys/arch/x86/pci

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:59:17 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add Z68 LPC. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/x86/pci/ichlpcib.c Please note that diffs are

CVS commit: src/external/gpl3/gdb/dist/gdb

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 4 03:19:00 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: remote.c Log Message: Fix string compare. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/gpl3/gdb/dist/gdb/remote.c