CVS commit: src/bin/cp

2016-02-28 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 29 04:22:21 UTC 2016 Modified Files: src/bin/cp: utils.c Log Message: for display in the (post) SIGINFO handler use off_t not size_t for file sizes. fixes incorrect reporting errors on 32 bit platforms with >4GB file sizes.

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 29 02:19:38 UTC 2016 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: drti.c Log Message: Add __printflike as appropriate. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/extern

CVS commit: src/sys/kern

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 29 01:57:30 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Mark skewsrcp as __diagused to unbreak non-DIAGNOSTIC builds. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/kern/kern

CVS commit: src/sys

2016-02-28 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Feb 29 01:29:15 UTC 2016 Modified Files: src/sys/netinet: ip_encap.h src/sys/netinet6: in6_gif.c Log Message: remove unnecessary declarations and fix KNF Thanks to riastradh@ To generate a diff of this commit: cv

CVS commit: src/lib/libedit/TEST

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 29 00:54:19 UTC 2016 Modified Files: src/lib/libedit/TEST: rl1.c Log Message: convert to 2 clause To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libedit/TEST/rl1.c Please note that diffs are not p

CVS commit: src

2016-02-28 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 29 00:34:17 UTC 2016 Modified Files: src/share/man/man9: kmem.9 vmem.9 src/sys/kern: subr_kmem.c subr_vmem.c Log Message: fix vmem_alloc() to never return an error for VM_SLEEP requests, thus fixing kmem_alloc() to ne

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

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 29 00:17:54 UTC 2016 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Let the compiler decide whether to inline. Works around ICE in PCC for now: /home/riastradh/netbsd/current/src/sys/arch/x86/x86/cpu_rng

CVS commit: src/sys/compat

2016-02-28 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun Feb 28 23:24:36 UTC 2016 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/compat/sunos32: sunos32_misc.c src/sys/compat/svr4_32: svr4_32_misc.c Log Message: Add missing newline character in e

CVS commit: src/bin/sh

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 23:12:23 UTC 2016 Modified Files: src/bin/sh: output.c parser.c show.c Log Message: Bug fixes to handling of unterminated here documents (they should be, and now are, a syntax error), and miscellaneous other minor cle

CVS commit: src/lib/libedit

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 23:02:24 UTC 2016 Modified Files: src/lib/libedit: chartype.c eln.c Log Message: remove 4 clause licenses. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libedit/chartype.c cvs rdiff -u -r1.27

CVS commit: src/external/mit/xorg/lib/gallium

2016-02-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 28 22:55:21 UTC 2016 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Make using ! on the LHS of a compare non-fatal, even if it is not cosher. It is currently not clear what the code is actually try

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

2016-02-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 28 22:19:01 UTC 2016 Modified Files: src/sys/arch/aarch64/include: types.h Log Message: Reorder using register_t to the point where it is defined. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/a

CVS commit: xsrc/external/mit/xedit/dist/lisp

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 22:16:10 UTC 2016 Modified Files: xsrc/external/mit/xedit/dist/lisp: internal.h Log Message: Avoid left shifts of negative values. Right shift is implementation defined and consist on all architectures we care about, so

CVS commit: xsrc/external/mit/xf86-video-sis/dist/src

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 22:15:26 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sis/dist/src: sis300_accel.h Log Message: MMIO32 arguments are CARD32, so cast to the unsigned type before doing left shifts. To generate a diff of this c

CVS commit: src/external/mit/xorg/tools/mkfontscale

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 28 22:12:27 UTC 2016 Modified Files: src/external/mit/xorg/tools/mkfontscale: Makefile Log Message: Define FC_NO_MT=1 for tools mkfontscale build. No idea what the host's atomic ops will be but we don't need them becau

CVS commit: xsrc/external/mit/pixman/dist/pixman

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 22:01:26 UTC 2016 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman.h Log Message: pixman_int_to_fixed is sometimes used with negative values, so do not use left shift, but the equivalent multiplication. To

CVS commit: xsrc/external/mit/fonttosfnt/dist

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 21:26:48 UTC 2016 Modified Files: xsrc/external/mit/fonttosfnt/dist: struct.c Log Message: Left shift of negative values is UB, so just consistently use multiplication. To generate a diff of this commit: cvs rdiff -u

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

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 28 20:51:03 UTC 2016 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/cpu_rng.c Please note tha

CVS commit: src/share/mk

2016-02-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 28 20:47:01 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: Switch sparc64 over to new binutils To generate a diff of this commit: cvs rdiff -u -r1.903 -r1.904 src/share/mk/bsd.own.mk Please note that dif

CVS commit: src/sys/kern

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 28 20:37:16 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit needless `if (RND_ENABLED(...))' in rnd_skew_get. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/kern/kern_rndq.c

CVS commit: src/sys/kern

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 28 20:36:08 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit needless `if (RND_ENABLED(...))' in rnd_cpu_get. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/kern/kern_rndq.c

CVS commit: src/sys/kern

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 28 20:24:23 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Use __arraycount(x), not howmany(sizeof(x), sizeof(*x)). To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/kern/kern_rndq

CVS commit: src/sys/kern

2016-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 28 20:20:17 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Skip disabled sources in rnd_getmore. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/kern/kern_rndq.c Please note tha

CVS commit: src/sys/arch/mac68k/nubus

2016-02-28 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Sun Feb 28 19:39:27 UTC 2016 Modified Files: src/sys/arch/mac68k/nubus: grf_nubus.c Log Message: Set sc_dev field of softc. Should pullup to 7. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/mac68k/nubu

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

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 19:18:41 UTC 2016 Modified Files: src/distrib/sets/lists/comp: stl.mi Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/comp/stl.mi Please note that diffs are

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

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 19:11:48 UTC 2016 Modified Files: src/distrib/sets/lists/comp: stl.mi Log Message: add drti.o To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/comp/stl.mi Please note that diffs ar

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 19:10:45 UTC 2016 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: drti.c Log Message: - Add missing ioctl.h - Hide dprintf To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/ext

CVS commit: src/external/cddl/osnet/lib

2016-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 28 19:10:10 UTC 2016 Modified Files: src/external/cddl/osnet/lib: Makefile src/external/cddl/osnet/lib/drti: Makefile Log Message: hook drti To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/exter

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

2016-02-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 28 16:23:57 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Use __func__ in printfs To generate a diff of this commit: cvs rdiff -u -r1.264.4.64 -r1.264.4.65 src/sys/dev/usb/uhci.c Please note

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

2016-02-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 28 16:18:15 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Use __func__ in printf To generate a diff of this commit: cvs rdiff -u -r1.264.4.63 -r1.264.4.64 src/sys/dev/usb/uhci.c Please note t

CVS commit: src/external/gpl3/binutils/dist/ld/emulparams

2016-02-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 28 16:06:27 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf32_sparc.sh Log Message: Only override LIB_PATH to /usr/lib/sparc when doing elf32 for sparc64. To generate a diff of this commit: cv

CVS commit: xsrc/external/mit/xf86-video-sis/dist/src

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 15:22:35 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sis/dist/src: sis_driver.c Log Message: Avoid non-literal format string warnings. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ xsrc/e

CVS commit: xsrc/external/mit/xkbutils/dist

2016-02-28 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Sun Feb 28 15:21:57 UTC 2016 Modified Files: xsrc/external/mit/xkbutils/dist: xkbbell.c Log Message: A negated boolean is either 0 or 1, so no need to explicitly test for positive. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2016-02-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 28 15:15:42 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: Don't claim too much about empty loops, the SYSCALL macro is kind of obnoxious like that... To generat

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

2016-02-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 28 11:51:24 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: ohci_hash_rem_itd the sitds in ohci_device_isoc_abort To generate a diff of this commit: cvs rdiff -u -r1.254.2.54 -r1.254.2.55 src/sy

CVS commit: src/doc

2016-02-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 28 11:00:14 UTC 2016 Modified Files: src/doc: CHANGES Log Message: add mv(1) and SIGINFO. To generate a diff of this commit: cvs rdiff -u -r1.2137 -r1.2138 src/doc/CHANGES Please note that diffs are not public domain; they

CVS commit: src/bin/mv

2016-02-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 28 10:59:29 UTC 2016 Modified Files: src/bin/mv: mv.c Log Message: add SIGINFO for mv(1), largely based upon the support in cp(1). To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/bin/mv/mv.c Please note t

CVS commit: [nick-nhusb] src/sys

2016-02-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 28 09:16:20 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ohci.c uhci.c usbdi.c xhci.c src/sys/external/bsd/dwc2 [nick-nhusb]: dwc2.c Log Message: Centralise the up_repeat handling and use the standa