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

2016-11-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 29 23:17:22 UTC 2016 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Build gallium with -pthread if we're building the radeon driver. It uses a thread, so without this the driver doesn't load

CVS commit: src/sys/dev/pci

2016-11-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Nov 29 22:04:42 UTC 2016 Modified Files: src/sys/dev/pci: virtio.c Log Message: Fix the "typical usage" example for enqueuing a request - if bus_dmamap_load(9) fails, we shouldn't call bus_dmamap_unload(9). To generate a diff

CVS commit: src/sys/dev/pci

2016-11-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Nov 29 22:04:42 UTC 2016 Modified Files: src/sys/dev/pci: virtio.c Log Message: Fix the "typical usage" example for enqueuing a request - if bus_dmamap_load(9) fails, we shouldn't call bus_dmamap_unload(9). To generate a diff

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

2016-11-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 29 22:27:09 UTC 2016 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: PR 51672 David Binderman: M_CSUM_TCPv6, not 2x M_CSUM_TCPv4. (from context it's quite clear that's what's supposed to be here) To

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

2016-11-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 29 22:27:09 UTC 2016 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: PR 51672 David Binderman: M_CSUM_TCPv6, not 2x M_CSUM_TCPv4. (from context it's quite clear that's what's supposed to be here) To

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

2016-11-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Nov 29 23:17:22 UTC 2016 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Build gallium with -pthread if we're building the radeon driver. It uses a thread, so without this the driver doesn't load

CVS commit: src/tests/kernel

2016-11-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 29 21:31:45 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add more tests for PT_STEP step[234] in t_ptrace_wait{,3,4,6,id,pid} step2: Verify PT_STEP called twice step3: Verify PT_STEP

CVS commit: src/tests/kernel

2016-11-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 29 21:31:45 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add more tests for PT_STEP step[234] in t_ptrace_wait{,3,4,6,id,pid} step2: Verify PT_STEP called twice step3: Verify PT_STEP

CVS commit: src/sys/dev/pci

2016-11-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Nov 29 21:54:11 UTC 2016 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: vioif_start() - do not call virtio_enqueue_abort() after error from virtio_enqueue_reserve(), as it's already done by the latter, so we ended up

CVS commit: src/sys/dev/pci

2016-11-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Nov 29 21:54:11 UTC 2016 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: vioif_start() - do not call virtio_enqueue_abort() after error from virtio_enqueue_reserve(), as it's already done by the latter, so we ended up

CVS commit: src/tests/kernel

2016-11-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 29 21:58:14 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new tests dbregs[12] in t_ptrace_wait{,3,4,6,id,pid} dbregs1: Verify plain PT_GETDBREGS call without further steps dbregs2:

CVS commit: src/tests/kernel

2016-11-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 29 21:58:14 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new tests dbregs[12] in t_ptrace_wait{,3,4,6,id,pid} dbregs1: Verify plain PT_GETDBREGS call without further steps dbregs2:

CVS commit: src/doc

2016-11-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Nov 29 09:04:19 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: sqlite3-3.15.2 out. To generate a diff of this commit: cvs rdiff -u -r1.1382 -r1.1383 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2016-11-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Nov 29 09:04:19 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: sqlite3-3.15.2 out. To generate a diff of this commit: cvs rdiff -u -r1.1382 -r1.1383 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pci/ixgbe

2016-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 30 05:30:28 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Extra "buf->map = NULL;"s in ixgbe_txeof() were removed in FreeBSD r282299. This was fixed in NetBSD's ixgbe.c rev. 1.28. Remove our

CVS commit: src/sys/dev/pci/ixgbe

2016-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 30 05:30:28 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Extra "buf->map = NULL;"s in ixgbe_txeof() were removed in FreeBSD r282299. This was fixed in NetBSD's ixgbe.c rev. 1.28. Remove our

CVS commit: src/sys/dev/pci

2016-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 30 01:36:38 UTC 2016 Modified Files: src/sys/dev/pci: ld_virtio.c viornd.c Log Message: Don't call virtio_enqueue_abort when virtio_enqueue_reserve fails. Pointed out by uwe@ To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2016-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 30 01:36:38 UTC 2016 Modified Files: src/sys/dev/pci: ld_virtio.c viornd.c Log Message: Don't call virtio_enqueue_abort when virtio_enqueue_reserve fails. Pointed out by uwe@ To generate a diff of this commit: cvs

CVS commit: src/sys/netinet6

2016-11-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 30 02:08:57 UTC 2016 Modified Files: src/sys/netinet6: in6_ifattach.c Log Message: Fix panic on destroying an interface with IPv6 addresses obtained with RA nd6_purge depends on that IPv6 addresses are purged. If

CVS commit: src/sys/netinet6

2016-11-29 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 30 02:08:57 UTC 2016 Modified Files: src/sys/netinet6: in6_ifattach.c Log Message: Fix panic on destroying an interface with IPv6 addresses obtained with RA nd6_purge depends on that IPv6 addresses are purged. If

CVS commit: src/lib/libcurses

2016-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 29 17:33:48 UTC 2016 Modified Files: src/lib/libcurses: curses_standout.3 standout.c Log Message: PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD; according the X/Open it needs to turn off all

CVS commit: src/lib/libcurses

2016-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 29 17:33:48 UTC 2016 Modified Files: src/lib/libcurses: curses_standout.3 standout.c Log Message: PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD; according the X/Open it needs to turn off all