CVS commit: src/lib/libm/gen

2017-03-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Mar 7 11:15:08 UTC 2017 Modified Files: src/lib/libm/gen: nan.c Log Message: Remove redundant null check before free() It is guaranteed to be fine also by C99 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/li

CVS commit: src/sys/kern

2017-03-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Mar 7 11:54:17 UTC 2017 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Fix a logic error introduced with Rev. 1.507: defer setting MNT_RDONLY only if going from read-write to read-only. Should fix PR kern/52045 (

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

2017-03-07 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Tue Mar 7 16:23:20 UTC 2017 Modified Files: xsrc/external/mit/libdrm/dist: libsync.h Log Message: fix incomplete initializers for clang. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/libdr

CVS commit: src/external/gpl3/gcc/lib

2017-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 7 16:26:37 UTC 2017 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: need .WAIT before *san since they depend on libc++ To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/g

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

2017-03-07 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Tue Mar 7 16:28:42 UTC 2017 Modified Files: xsrc/external/mit/libdrm/dist: libsync.h Log Message: we don't need both memset and 0 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libdrm/dist/libs

CVS commit: src/share/misc

2017-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Mar 7 16:37:38 UTC 2017 Modified Files: src/share/misc: acronyms.comp Log Message: qvl To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/share/misc/acronyms.comp Please note that diffs are not public do

CVS commit: src/share/misc

2017-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Mar 7 16:40:16 UTC 2017 Modified Files: src/share/misc: acronyms.comp Log Message: cve To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/share/misc/acronyms.comp Please note that diffs are not public do

CVS commit: src/common/lib/libprop

2017-03-07 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Mar 7 19:10:07 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Fix commas in NAME section. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/common/lib/libprop/prop_copyin_io

CVS commit: [netbsd-7] xsrc/xfree/xc/lib/ICE

2017-03-07 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Tue Mar 7 20:16:34 UTC 2017 Modified Files: xsrc/xfree/xc/lib/ICE [netbsd-7]: iceauth.c Log Message: Apply patch (requested by mrg in ticket #1380): Use arc4random when available to produce the auth cookie. (80f62c54fbd50a3bbdf9c37

CVS commit: [netbsd-7-0] xsrc/xfree/xc/lib/ICE

2017-03-07 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Tue Mar 7 20:17:12 UTC 2017 Modified Files: xsrc/xfree/xc/lib/ICE [netbsd-7-0]: iceauth.c Log Message: Apply patch (requested by mrg in ticket #1380): Use arc4random when available to produce the auth cookie. (80f62c54fbd50a3bbdf9c

CVS commit: [netbsd-7] src/x11/lib/ICE

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:17:58 UTC 2017 Modified Files: src/x11/lib/ICE [netbsd-7]: Makefile Log Message: Apply patch (requested by mrg in ticket #1380): Define HAVE_ARC4RANDOM_BUF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.7

CVS commit: [netbsd-7-0] src/x11/lib/ICE

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:18:25 UTC 2017 Modified Files: src/x11/lib/ICE [netbsd-7-0]: Makefile Log Message: Apply patch (requested by mrg in ticket #1380): Define HAVE_ARC4RANDOM_BUF. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.

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

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:18:50 UTC 2017 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: 1380 To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.0.3 Please note that diffs are not public d

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

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:20:24 UTC 2017 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.0.3 Please note that diffs are not pu

CVS commit: [netbsd-7] src/sys/arch/xen/xen

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:26:12 UTC 2017 Modified Files: src/sys/arch/xen/xen [netbsd-7]: hypervisor.c Log Message: Pull up following revision(s) (requested by jnmeth in ticket #1328): sys/arch/xen/xen/hypervisor.c: revision 1.67 add mac

CVS commit: [netbsd-7] src/doc

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:36:55 UTC 2017 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: 1328, 1380 To generate a diff of this commit: cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-7.1 Please note that diffs are not public

CVS commit: [netbsd-6-0] xsrc

2017-03-07 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Tue Mar 7 20:54:15 UTC 2017 Modified Files: xsrc/external/mit/libICE/dist/src [netbsd-6-0]: iceauth.c xsrc/xfree/xc/lib/ICE [netbsd-6-0]: iceauth.c Log Message: Apply patch (requested by mrg in ticket #1442): Use arc4random

CVS commit: [netbsd-6-0] src

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:56:08 UTC 2017 Modified Files: src/external/mit/xorg/lib/libICE [netbsd-6-0]: Makefile src/x11/lib/ICE [netbsd-6-0]: Makefile Log Message: Apply patch (requested by mrg in ticket #1442): Define HAVE_ARC4RANDOM_B

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

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:58:48 UTC 2017 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: 1442 To generate a diff of this commit: cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-6.0.7 Please note that diffs are not public d

CVS commit: [netbsd-6-1] xsrc

2017-03-07 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Tue Mar 7 20:59:18 UTC 2017 Modified Files: xsrc/external/mit/libICE/dist/src [netbsd-6-1]: iceauth.c xsrc/xfree/xc/lib/ICE [netbsd-6-1]: iceauth.c Log Message: Apply patch (requested by mrg in ticket #1442): Use arc4random

CVS commit: [netbsd-6-1] src

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 20:59:51 UTC 2017 Modified Files: src/external/mit/xorg/lib/libICE [netbsd-6-1]: Makefile src/x11/lib/ICE [netbsd-6-1]: Makefile Log Message: Apply patch (requested by mrg in ticket #1442): Define HAVE_ARC4RANDOM_B

CVS commit: [netbsd-6-1] src/doc

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 21:00:11 UTC 2017 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: 1442 To generate a diff of this commit: cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-6.1.6 Please note that diffs are not public d

CVS commit: [netbsd-6] xsrc

2017-03-07 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Tue Mar 7 21:00:47 UTC 2017 Modified Files: xsrc/external/mit/libICE/dist/src [netbsd-6]: iceauth.c xsrc/xfree/xc/lib/ICE [netbsd-6]: iceauth.c Log Message: Apply patch (requested by mrg in ticket #1442): Use arc4random whe

CVS commit: [netbsd-6] src

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 21:01:29 UTC 2017 Modified Files: src/external/mit/xorg/lib/libICE [netbsd-6]: Makefile src/x11/lib/ICE [netbsd-6]: Makefile Log Message: Apply patch (requested by mrg in ticket #1442): Define HAVE_ARC4RANDOM_BUF

CVS commit: [netbsd-6] src/doc

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 7 21:02:14 UTC 2017 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1442 To generate a diff of this commit: cvs rdiff -u -r1.1.2.274 -r1.1.2.275 src/doc/CHANGES-6.2 Please note that diffs are not public domai

CVS commit: src/sys/dev/pci

2017-03-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Mar 7 22:03:04 UTC 2017 Modified Files: src/sys/dev/pci: vioscsi.c Log Message: allocate bus dma maps during attachment, rather than creating and destroying them for each request; besides being faster, bus_dmamap_destroy()

CVS commit: src/doc

2017-03-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 7 23:35:50 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.28 released. To generate a diff of this commit: cvs rdiff -u -r1.1420 -r1.1421 src/doc/3RDPARTY Please note that diffs are not public domain; t

CVS commit: [netbsd-6] src/libexec/httpd

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Mar 8 00:38:18 UTC 2017 Modified Files: src/libexec/httpd [netbsd-6]: bozohttpd.c Log Message: Add back a netbsd-6* workaround accidentally removed in ticket 1437: Explicitly initialize uid to avoid a gcc warning. To generate

CVS commit: [netbsd-6] src/doc

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Mar 8 00:38:33 UTC 2017 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: amend 1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.275 -r1.1.2.276 src/doc/CHANGES-6.2 Please note that diffs are not public

CVS commit: [netbsd-6-1] src/libexec/httpd

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Mar 8 00:39:06 UTC 2017 Modified Files: src/libexec/httpd [netbsd-6-1]: bozohttpd.c Log Message: Put back a netbsd-6* workaround accidentally removed in ticket 1437: Explicitly initialize uid to avoid a gcc warning. To generat

CVS commit: [netbsd-6-0] src/libexec/httpd

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Mar 8 00:39:44 UTC 2017 Modified Files: src/libexec/httpd [netbsd-6-0]: bozohttpd.c Log Message: Put back a netbsd-6* workaround accidentally removed in ticket 1437: Explicitly initialize uid to avoid a gcc warning. To generat

CVS commit: [netbsd-6-1] src/doc

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Mar 8 00:39:23 UTC 2017 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: amend 1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-6.1.6 Please note that diffs are not pu

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

2017-03-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Mar 8 00:39:57 UTC 2017 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: amend 1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-6.0.7 Please note that diffs are not pu

CVS import: xsrc/external/mit/xterm/dist

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 02:54:12 UTC 2017 Update of /cvsroot/xsrc/external/mit/xterm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22877 Log Message: initial import of xterm-327 Status: Vendor Tag: xorg Release Tags: xterm-327

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

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 02:55:12 UTC 2017 Modified Files: xsrc/external/mit/xterm/dist: XTerm.ad fontutils.c misc.c ptyx.h scrollback.c xterm.man Log Message: merge xterm 327. To generate a diff of this commit: cvs rdiff -u -r1.8 -

CVS commit: xsrc/external/mit/xterm/include

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 02:55:45 UTC 2017 Modified Files: xsrc/external/mit/xterm/include: xtermcfg.h Log Message: update for xterm 327. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 xsrc/external/mit/xterm/include/xtermcfg.h

CVS commit: xsrc/external/mit/xterm/include

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 04:11:14 UTC 2017 Added Files: xsrc/external/mit/xterm/include: Tekparse.hin VTparse.hin Log Message: add new generated files. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 xsrc/external/mit/xterm/include/Te

CVS commit: src/tests/net/arp

2017-03-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Mar 8 05:30:56 UTC 2017 Modified Files: src/tests/net/arp: t_dad.sh Log Message: Improve test stability and output messages on failure To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/net/arp/t_dad.s

CVS commit: xsrc/external/mit/xorg-server/dist/os

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 06:54:39 UTC 2017 Modified Files: xsrc/external/mit/xorg-server/dist/os: auth.c mitauth.c osdep.h rpcauth.c xdmauth.c Log Message: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=2855f759b1e7bf7f5e5

CVS commit: src/doc

2017-03-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Mar 8 06:59:36 UTC 2017 Modified Files: src/doc: TODO.smpnet Log Message: Remove multicast stuffs from the list of Non MP-safe components To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/doc/TODO.smpnet Ple

CVS commit: xsrc/external/mit/xorg-server

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 07:14:12 UTC 2017 Modified Files: xsrc/external/mit/xorg-server/dist: configure.ac xsrc/external/mit/xorg-server/dist/include: dix-config.h.in os.h xsrc/external/mit/xorg-server/dist/os: mitauth.c x

CVS commit: xsrc/external/mit/xorg-server.old/dist/os

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 07:18:48 UTC 2017 Modified Files: xsrc/external/mit/xorg-server.old/dist/os: auth.c mitauth.c osdep.h rpcauth.c xdmauth.c Log Message: port to xorg-server 1.10: -- Log Message: apply https://cgit.freedesktop.o

CVS commit: xsrc/external/mit/xorg-server.old

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 07:31:42 UTC 2017 Modified Files: xsrc/external/mit/xorg-server.old/dist/include: dix-config.h.in os.h xsrc/external/mit/xorg-server.old/dist/os: mitauth.c xsrc/external/mit/xorg-server.old/include: dix-con

CVS commit: src/doc

2017-03-07 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Mar 8 07:32:58 UTC 2017 Modified Files: src/doc: TODO.smpnet Log Message: Tidy up the lists To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/doc/TODO.smpnet Please note that diffs are not public domain; the

CVS commit: xsrc/external/mit/xorg-server

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 07:39:44 UTC 2017 Modified Files: xsrc/external/mit/xorg-server/dist: configure.ac xsrc/external/mit/xorg-server/dist/include: dix-config.h.in xsrc/external/mit/xorg-server/dist/os: auth.c xsrc/exte

CVS commit: xsrc/external/mit/xorg-server.old

2017-03-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Mar 8 07:44:16 UTC 2017 Modified Files: xsrc/external/mit/xorg-server.old/dist: configure.ac xsrc/external/mit/xorg-server.old/dist/include: dix-config.h.in xsrc/external/mit/xorg-server.old/dist/os: auth.c

CVS commit: src/external/mit/xorg/server

2017-03-07 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 8 07:45:11 UTC 2017 Modified Files: src/external/mit/xorg/server/xorg-server.old/os: Makefile src/external/mit/xorg/server/xorg-server/os: Makefile Log Message: build timingsafe_memcpy.c. To generate a diff of this