CVS commit: src/sys/dev

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 08:54:49 UTC 2016 Modified Files: src/sys/dev: ld.c Log Message: dk_ioctl already calls disk_ioctl. Remove redundant return statement for a void function. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

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

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 14:27:01 UTC 2016 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 Log Message: add missing cpu_rng.h includes To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/distrib/sets/lists/comp/

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

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 14:28:50 UTC 2016 Modified Files: src/sys/arch/xen/conf: files.xen Log Message: add missing cpu_rng.c to kernel To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/arch/xen/conf/files.xen Please

CVS commit: src/sys/kern

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 14:30:33 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Don't use CPU_RNG for rump kernels. So far there is no rump infrastructure for this. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1

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

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 15:42:20 UTC 2016 Modified Files: src/sys/arch/xen/conf: files.xen Log Message: no condition for cpu_rng here To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/arch/xen/conf/files.xen Please no

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 15:44:05 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Comment on its own line To generate a diff of this commit: cvs rdiff -u -r1.254.2.49 -r1.254.2.50 src/sys/dev/usb/ohci.c Please note

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 15:47:18 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Remove some blank lines To generate a diff of this commit: cvs rdiff -u -r1.254.2.50 -r1.254.2.51 src/sys/dev/usb/ohci.c Please note

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 15:48:36 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: An std is "done" when it's not inflight. Mark it done when it's first allocated. To generate a diff of this commit: cvs rdiff -u -r1.

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 15:54:30 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Do the pipe sitd and loaning properly for isoc transfers To generate a diff of this commit: cvs rdiff -u -r1.254.2.52 -r1.254.2.53 src

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 16:07:02 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: In uhci_device_isoc_enter define struct uhci_xfer *ux = UHCI_XFER2UXFER(xfer); and use it. No functionaly change. To genera

CVS commit: src/usr.bin/make

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:14:23 UTC 2016 Modified Files: src/usr.bin/make: meta.c Log Message: CID 1025006: pbm can't be NULL at this point. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/make/meta.c Please not

CVS commit: src/usr.bin/make

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:17:26 UTC 2016 Modified Files: src/usr.bin/make: meta.c Log Message: CID 1025007: Don't leak missingFiles To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/usr.bin/make/meta.c Please note that di

CVS commit: src/usr.bin/make

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:18:47 UTC 2016 Modified Files: src/usr.bin/make: meta.c Log Message: CID 1025008: Free memory returned by Var_Subst To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.bin/make/meta.c Please no

CVS commit: src/usr.bin/make

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:20:06 UTC 2016 Modified Files: src/usr.bin/make: meta.c Log Message: CID 1025009: Fix wrong code (NULL deref) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/make/meta.c Please note tha

CVS commit: src/bin/sh

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:23:22 UTC 2016 Modified Files: src/bin/sh: parser.c Log Message: CID 1354293: handle EOF To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/bin/sh/parser.c Please note that diffs are not public d

CVS commit: src/bin/sh

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:28:50 UTC 2016 Modified Files: src/bin/sh: expand.c parser.c Log Message: remove useless casts To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/bin/sh/expand.c cvs rdiff -u -r1.100 -r1.101 src/bi

CVS commit: src/usr.bin/ftp

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:31:31 UTC 2016 Modified Files: src/usr.bin/ftp: cmds.c Log Message: CID 1354295: Array overrun. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/ftp/cmds.c Please note that diffs are n

CVS commit: src/usr.sbin/acpitools/acpidump

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 16:40:22 UTC 2016 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c Log Message: CID 1354301, 1354302, 1354303: Fix uninitialized variable. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 16:53:22 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Initialise ex_isrunning in ehci_device_isoc_init. No real functional change as the memory was zeroised. To generate a diff of this co

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

2016-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 27 17:03:59 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Why KASSERT when you can KASSERTMSG?wq To generate a diff of this commit: cvs rdiff -u -r1.234.2.89 -r1.234.2.90 src/sys/dev/usb/ehci.

CVS commit: src/lib/libedit

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 18:13:21 UTC 2016 Modified Files: src/lib/libedit: tty.c tty.h Log Message: PR/50863: John Hein: libedit el_end() messes up term settings if piped Keep track if we initialized the tty, and only reset it if we did. T

CVS commit: src/bin/sh

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 18:34:12 UTC 2016 Modified Files: src/bin/sh: Makefile eval.c main.c mknodenames.sh show.c Log Message: Improve debugging, from kre (I hooked it to the build). To generate a diff of this commit: cvs rdiff -u -r1.101

CVS commit: src

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 18:50:39 UTC 2016 Modified Files: src/doc: TODO.clang src/tests/lib/libc/sync: cpp_atomic_ops_linkable.cc Log Message: When building the atomic op test on SPARC64 with Clang, skip the sub-32bit tests for now. Cla

CVS commit: src/distrib/sparc

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 18:52:51 UTC 2016 Modified Files: src/distrib/sparc/miniroot: Makefile.inc src/distrib/sparc/ramdisk: Makefile Log Message: For clang, optimize both ramdisk and miniroot for minimal size and skip frame pointers w

CVS commit: src/distrib/sparc/miniroot

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 18:53:37 UTC 2016 Modified Files: src/distrib/sparc/miniroot: Makefile.inc Log Message: Bump miniroot size slightly from 9216KB to 9360KB for clang. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/dis

CVS commit: src/share/mk

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 18:55:16 UTC 2016 Modified Files: src/share/mk: bsd.sys.mk Log Message: Avoid syntax errors if HAVE_GCC is not defined. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/share/mk/bsd.sys.mk Please no

CVS commit: src/share/mk

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 18:56:33 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: Sparc/Sparc64 also support libc++ and compiler-rt in libc with Clang. To generate a diff of this commit: cvs rdiff -u -r1.902 -r1.903 src/share/mk

CVS import: src/sys/external/bsd/compiler_rt/dist

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 18:59:45 UTC 2016 Update of /cvsroot/src/sys/external/bsd/compiler_rt/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24593 Log Message: Import compiler-rt r259194. Primary changes are better support for 128bit long double and

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:05:27 UTC 2016 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: gcc_personality_v0.c Log Message: Merge compiler-rt-259194. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libm/compiler_rt

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:06:56 UTC 2016 Modified Files: src/lib/libm/compiler_rt: Makefile.inc Log Message: Long double complex multiplication and division helpers are needed on Sparc64 and AArch64. To generate a diff of this commit: cvs rd

CVS commit: src/lib/libc/compiler_rt

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:08:23 UTC 2016 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Sync with changes in the profiling implementation of compiler-rt. Switch to the "Linux" runtime, which is kind of misnamed for the mos

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

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:12:05 UTC 2016 Modified Files: src/sys/external/bsd/compiler_rt: prepare-import.sh Log Message: Synchronise with new components we are currently not interested in. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/common/lib/libc/arch/sparc/atomic

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:18:29 UTC 2016 Modified Files: src/common/lib/libc/arch/sparc/atomic: Makefile.inc Log Message: Include C11 load/store helpers. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/common/lib/libc/arch/

CVS commit: src/common/lib/libc/arch/sparc/atomic

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:19:33 UTC 2016 Modified Files: src/common/lib/libc/arch/sparc/atomic: Makefile.inc Log Message: When using clang, do not use the sparc64 code as it doesn't provide the full set of symbols and clang in -m32 defaults to

CVS commit: src/common/lib/libc/atomic

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:20:01 UTC 2016 Modified Files: src/common/lib/libc/atomic: atomic_add_32_nv_cas.c Log Message: Include the C11 atomic builtin alias. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/at

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:20:47 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: aes.inc crypto.inc modes.inc sha.inc Log Message: Explicitly request SPARCv9 assembler support for v9 using assemble

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

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:25:08 UTC 2016 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot Log Message: When building with clang, optimise for minimal size and skip frame pointers when possible. To generate a diff of this commit:

CVS commit: src/sys/arch

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:26:14 UTC 2016 Modified Files: src/sys/arch/sparc/conf: Makefile.sparc src/sys/arch/sparc/stand: Makefile.inc src/sys/arch/sparc64/conf: Makefile.sparc64 Log Message: Ignore unused arguments for clang

CVS commit: src/share/mk

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 20:36:18 UTC 2016 Modified Files: src/share/mk: bsd.lib.mk Log Message: Don't build archive libs with -fPIC breaks static binaries and profilig. To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 src/sh

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 20:41:33 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.bebox Log Message: Pull up r1.4 (with minor adjustments) to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 20:42:22 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.bebox Log Message: Pull up r1.4 (with minor adjustments) to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 20:49:50 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.dreamcast Log Message: Pull up r1.6 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/se

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 20:54:48 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.ews4800mips Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distri

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 20:54:10 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.ews4800mips Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:00:29 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.hpcarm Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/sets/

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 20:50:34 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.dreamcast Log Message: Pull up r1.6 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:01:04 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.hpcarm Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/set

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:09:33 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.hpcsh Log Message: Pull up r1.3 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/sets/l

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:18:25 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.netwinder Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:10:14 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.hpcsh Log Message: Pull up r1.3 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/sets

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:17:08 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.netwinder Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/se

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:22:08 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.newsmips Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/set

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:22:36 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.newsmips Log Message: Pull up r1.4 to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6.1 src/distrib/s

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:31:22 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.prep Log Message: Pull up r1.4 (with minor tweaks) to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1

CVS commit: [netbsd-7-0] src/distrib/sets/lists/xdebug

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:32:07 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7-0]: md.prep Log Message: Pull up r1.4 (with minor tweaks) to fix debug set lists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.6

CVS commit: [netbsd-7] src/doc

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:37:10 UTC 2016 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Note debug set list changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-7.1 Please note that di

CVS commit: src/usr.bin/xlint/lint1

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 21:37:14 UTC 2016 Modified Files: src/usr.bin/xlint/lint1: cgram.y scan.l Log Message: Add visibility and weak To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/usr.bin/xlint/lint1/cgram.y cvs rdiff

CVS commit: src/sys/sys

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 21:37:35 UTC 2016 Modified Files: src/sys/sys: endian.h Log Message: put unused before the function name for consistency. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/sys/endian.h Please no

CVS commit: [netbsd-7-0] src/doc

2016-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 27 21:38:59 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Note debug set list fixes To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-7.0.1 Please note tha

CVS commit: src

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 21:42:14 UTC 2016 Modified Files: src/doc: TODO.clang src/external/bsd/libc++/lib: Makefile src/external/bsd/llvm/lib/libLLVMSupport: Makefile Log Message: As workaround for limitations in Clang's atomic

CVS commit: src

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 21:47:36 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: ad.arm ad.powerpc md.amd64 md.i386 mi src/etc/mtree: NetBSD.dist.base src/external/bsd/llvm: Makefile.

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

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 21:48:34 UTC 2016 Modified Files: src/sys/arch/powerpc/conf: Makefile.powerpc Log Message: clang now supports normal soft float. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/powerpc/conf/M

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 22:19:35 UTC 2016 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: int_math.h src/sys/external/bsd/compiler_rt/dist/lib/profile: InstrProfilingPort.h Log Message: Add lint bits. To generat

CVS commit: [LLVM] src/external/bsd/llvm/dist/clang

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 22:23:00 UTC 2016 Removed Files: src/external/bsd/llvm/dist/clang/docs [LLVM]: doxygen.css doxygen.footer doxygen.header src/external/bsd/llvm/dist/clang/docs/tools [LLVM]: Makefile clang.pod

CVS commit: [LLVM] src/external/bsd/llvm/dist/llvm

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 23:00:17 UTC 2016 Removed Files: src/external/bsd/llvm/dist/llvm/autoconf/m4 [LLVM]: func_isinf.m4 func_isnan.m4 rand48.m4 src/external/bsd/llvm/dist/llvm/cmake/modules [LLVM]: LLVMParseArg

CVS commit: src/bin/sh

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 23:50:13 UTC 2016 Modified Files: src/bin/sh: show.c Log Message: More nodenames fixes. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/sh/show.c Please note that diffs are not public domain;

CVS commit: src/share/mk

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 27 23:51:34 UTC 2016 Modified Files: src/share/mk: bsd.lib.mk Log Message: Revert and leave broken. To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/share/mk/bsd.lib.mk Please note that diffs are no

CVS commit: src/common/lib/libc/gmon

2016-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 02:56:40 UTC 2016 Modified Files: src/common/lib/libc/gmon: mcount.c Log Message: fix infinite recursion through thr_getspecific To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/gmon