svn commit: r271664 - head/sys/geom/eli

2014-09-16 Thread Colin Percival
Author: cperciva Date: Tue Sep 16 08:40:52 2014 New Revision: 271664 URL: http://svnweb.freebsd.org/changeset/base/271664 Log: Cache GELI passphrases entered at the console during the boot process, in order to improve user-friendliness when a system has multiple disks encrypted using the

svn commit: r271665 - head/sys/netinet

2014-09-16 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 16 09:22:43 2014 New Revision: 271665 URL: http://svnweb.freebsd.org/changeset/base/271665 Log: The MTU is handled as a 32-bit entity within the SCTP stack. This was reported by Peter Kasting from Google. MFC after: 3 days Modified:

svn commit: r271666 - head/sys/netinet

2014-09-16 Thread Xin LI
Author: delphij Date: Tue Sep 16 09:48:24 2014 New Revision: 271666 URL: http://svnweb.freebsd.org/changeset/base/271666 Log: Fix Denial of Service in TCP packet processing. Submitted by: glebius Security: FreeBSD-SA-14:19.tcp Modified: head/sys/netinet/tcp_input.c Modified:

svn commit: r271667 - stable/10/sys/netinet

2014-09-16 Thread Xin LI
Author: delphij Date: Tue Sep 16 09:48:35 2014 New Revision: 271667 URL: http://svnweb.freebsd.org/changeset/base/271667 Log: Fix Denial of Service in TCP packet processing. Security: FreeBSD-SA-14:19.tcp Approved by: re (implicit, security advisory) Modified:

svn commit: r271668 - in stable: 8/sys/netinet 9/sys/netinet

2014-09-16 Thread Xin LI
Author: delphij Date: Tue Sep 16 09:49:11 2014 New Revision: 271668 URL: http://svnweb.freebsd.org/changeset/base/271668 Log: Fix Denial of Service in TCP packet processing. Security: FreeBSD-SA-14:19.tcp Modified: stable/8/sys/netinet/tcp_input.c Changes in other areas also in

svn commit: r271668 - in stable: 8/sys/netinet 9/sys/netinet

2014-09-16 Thread Xin LI
Author: delphij Date: Tue Sep 16 09:49:11 2014 New Revision: 271668 URL: http://svnweb.freebsd.org/changeset/base/271668 Log: Fix Denial of Service in TCP packet processing. Security: FreeBSD-SA-14:19.tcp Modified: stable/9/sys/netinet/tcp_input.c Changes in other areas also in

svn commit: r271669 - in releng: 10.0 10.0/sys/conf 10.0/sys/netinet 8.4 8.4/sys/conf 8.4/sys/netinet 9.1 9.1/sys/conf 9.1/sys/netinet 9.2 9.2/sys/conf 9.2/sys/netinet 9.3 9.3/sys/conf 9.3/sys/netinet

2014-09-16 Thread Xin LI
) +++ releng/10.0/UPDATINGTue Sep 16 09:50:19 2014(r271669) @@ -16,6 +16,9 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20140916: p9 FreeBSD-SA-14:19.tcp

Re: svn commit: r271297 - head/sys/netinet

2014-09-16 Thread Bjoern A. Zeeb
On 16 Sep 2014, at 01:49 , Adrian Chadd adr...@freebsd.org wrote: On 15 September 2014 17:00, Rui Paulo rpa...@me.com wrote: On Sep 8, 2014, at 20:10, Adrian Chadd adr...@freebsd.org wrote: The IPv6 part of this is missing - I'm going to do some re-juggling of where various parts of the

Re: svn commit: r271635 - in head: lib/libc/sys sys/vm

2014-09-16 Thread Peter Holm
On Mon, Sep 15, 2014 at 05:20:13PM +, John Baldwin wrote: Author: jhb Date: Mon Sep 15 17:20:13 2014 New Revision: 271635 URL: http://svnweb.freebsd.org/changeset/base/271635 Log: Add stricter checking of some mmap() arguments: - Fail with EINVAL if an invalid protection mask is

svn commit: r271670 - head/sys/netinet

2014-09-16 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 16 10:57:55 2014 New Revision: 271670 URL: http://svnweb.freebsd.org/changeset/base/271670 Log: Make a type conversion explicit. When compiling this code on Windows as part of the SCTP userland stack, this fixes a warning reported by Peter Kasting from Google.

svn commit: r271671 - head/sys/netinet

2014-09-16 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 16 11:07:25 2014 New Revision: 271671 URL: http://svnweb.freebsd.org/changeset/base/271671 Log: FreeBSD-SA-14:19.tcp raised attention to the state of our stack towards blind SYN/RST spoofed attack. Originally our stack used in-window checks for incoming

Re: svn commit: r271635 - in head: lib/libc/sys sys/vm

2014-09-16 Thread Andriy Gapon
On 15/09/2014 20:20, John Baldwin wrote: Author: jhb Date: Mon Sep 15 17:20:13 2014 New Revision: 271635 URL: http://svnweb.freebsd.org/changeset/base/271635 Log: Add stricter checking of some mmap() arguments: - Fail with EINVAL if an invalid protection mask is passed to mmap(). -

svn commit: r271672 - head/sys/netinet

2014-09-16 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 16 13:48:46 2014 New Revision: 271672 URL: http://svnweb.freebsd.org/changeset/base/271672 Log: Small cleanup which addresses a warning regaring the truncation of a 64-bit entity to a 32-bit entity. This issue was reported by Peter Kasting from Google. MFC

Re: svn commit: r271635 - in head: lib/libc/sys sys/vm

2014-09-16 Thread Andriy Gapon
On 16/09/2014 16:38, Andriy Gapon wrote: On 15/09/2014 20:20, John Baldwin wrote: Author: jhb Date: Mon Sep 15 17:20:13 2014 New Revision: 271635 URL: http://svnweb.freebsd.org/changeset/base/271635 Log: Add stricter checking of some mmap() arguments: - Fail with EINVAL if an invalid

svn commit: r271673 - head/sys/netinet

2014-09-16 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 16 14:20:33 2014 New Revision: 271673 URL: http://svnweb.freebsd.org/changeset/base/271673 Log: Use a consistent type for the number of HMAC algorithms. This fixes a bug which resulted in a warning on the userland stack, when compiled on Windows. Thanks to

svn commit: r271674 - head/sys/netinet

2014-09-16 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 16 14:39:24 2014 New Revision: 271674 URL: http://svnweb.freebsd.org/changeset/base/271674 Log: Add a explict cast to silence a warning when building the userland stack on Windows. This issue was reported by Peter Kasting from Google. MFC after: 3 days

svn commit: r271675 - in head: sys/netinet tests/sys/netinet

2014-09-16 Thread Alan Somers
Author: asomers Date: Tue Sep 16 15:28:19 2014 New Revision: 271675 URL: http://svnweb.freebsd.org/changeset/base/271675 Log: Fix source address selection on unbound sockets in the presence of multiple fibs. Use the mbuf's or the socket's fib instead of RT_ALL_FIBS. Fixes PR 187553. Also

svn commit: r271677 - head/release/arm

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 15:31:50 2014 New Revision: 271677 URL: http://svnweb.freebsd.org/changeset/base/271677 Log: Catch up with Crochet changes to fix the WANDBOARD-QUAD build. Tested on:stable/10@r271618 MFC after:3 days X-10.1-MFC: yes X-MFC-With: r271676

svn commit: r271678 - head/release/arm

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 15:35:13 2014 New Revision: 271678 URL: http://svnweb.freebsd.org/changeset/base/271678 Log: Set a static revision of the Crochet checkout to avoid surprise build failures. MFC after:3 days X-10.1-MFC: yes X-MFC-With: r271676, r271677 Sponsored

svn commit: r271676 - head/release/arm

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 15:31:12 2014 New Revision: 271676 URL: http://svnweb.freebsd.org/changeset/base/271676 Log: Catch up with Crochet changes to fix the BEAGLEBONE build. Tested on:stable/10@r271618 MFC after:3 days X-10.1-MFC: yes Sponsored by: The FreeBSD

svn commit: r271679 - head/sys/dev/altera/atse

2014-09-16 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 16 15:45:53 2014 New Revision: 271679 URL: http://svnweb.freebsd.org/changeset/base/271679 Log: Merge atse(4) interrupt handling and race condition fixes from cheribsd: commit 8bd88585ed8e3f7def0d780a1bc30d96fe642b9c Rework atse_rx_cycles handling: count

Re: svn commit: r271664 - head/sys/geom/eli

2014-09-16 Thread Bryan Drewery
Relnotes: yes! On 9/16/14, 3:40 AM, Colin Percival wrote: Author: cperciva Date: Tue Sep 16 08:40:52 2014 New Revision: 271664 URL: http://svnweb.freebsd.org/changeset/base/271664 Log: Cache GELI passphrases entered at the console during the boot process, in order to improve

svn commit: r271680 - head/sys/dev/usb/misc

2014-09-16 Thread Brooks Davis
Author: brooks Date: Tue Sep 16 17:07:32 2014 New Revision: 271680 URL: http://svnweb.freebsd.org/changeset/base/271680 Log: Fix some extra whitespace noticed when reviewing git diffs. Modified: head/sys/dev/usb/misc/uled.c Modified: head/sys/dev/usb/misc/uled.c

Re: svn commit: r271664 - head/sys/geom/eli

2014-09-16 Thread Alexey Dokuchaev
On Tue, Sep 16, 2014 at 11:10:09AM -0500, Bryan Drewery wrote: Relnotes: yes! [ lots of lines irrelevant to the point trimmed ] Overquoting: no! ./danfe ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

Re: svn commit: r271664 - head/sys/geom/eli

2014-09-16 Thread Bryan Drewery
On 9/16/14, 12:08 PM, Alexey Dokuchaev wrote: On Tue, Sep 16, 2014 at 11:10:09AM -0500, Bryan Drewery wrote: Relnotes: yes! [ lots of lines irrelevant to the point trimmed ] Overquoting: no! ./danfe Useless replies cc'ing everyone: No! -- Regards, Bryan Drewery

svn commit: r271681 - head/sys/vm

2014-09-16 Thread John Baldwin
Author: jhb Date: Tue Sep 16 17:21:06 2014 New Revision: 271681 URL: http://svnweb.freebsd.org/changeset/base/271681 Log: Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, but at least Chromium and OpenJDK use MAP_NORESERVE. Modified: head/sys/vm/vm_mmap.c

svn commit: r271682 - head/sys/dev/vt

2014-09-16 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Sep 16 17:42:37 2014 New Revision: 271682 URL: http://svnweb.freebsd.org/changeset/base/271682 Log: vt(4): Fix a LOR which occurs during a call to vt_upgrade() Reported by: kib@ Review: https://reviews.freebsd.org/D785 Reviewed by: ray@

svn commit: r271683 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-16 Thread Steven Hartland
Author: smh Date: Tue Sep 16 17:47:13 2014 New Revision: 271683 URL: http://svnweb.freebsd.org/changeset/base/271683 Log: MFC 265253: Don't treat TRIM requests returning ENOTSUP as an unexpected error Approved by: re (gjb) Sponsored by: Multiplay Modified:

svn commit: r271684 - in head/sys: dev/vt/hw/efifb dev/vt/hw/fb powerpc/ps3

2014-09-16 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Sep 16 18:02:24 2014 New Revision: 271684 URL: http://svnweb.freebsd.org/changeset/base/271684 Log: vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative Review: https://reviews.freebsd.org/D789 Reviewed by: nwhitehorn

svn commit: r271685 - stable/10/usr.sbin/bhyve

2014-09-16 Thread Peter Grehan
Author: grehan Date: Tue Sep 16 19:08:54 2014 New Revision: 271685 URL: http://svnweb.freebsd.org/changeset/base/271685 Log: MFC virtio-net changes. Re-tested with NetBSD/amd64 5.2.2, 6.1.4 and 7-beta. r271299: Add a callback to be notified about negotiated features. r271338:

svn commit: r271686 - head/sys/sys stable/10/sys/sys stable/8/sys/sys stable/9/sys/sys

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 19:20:06 2014 New Revision: 271686 URL: http://svnweb.freebsd.org/changeset/base/271686 Log: Bump __FreeBSD_version after SA-14:19.tcp Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/sys/sys/param.h Changes in other

svn commit: r271686 - head/sys/sys stable/10/sys/sys stable/8/sys/sys stable/9/sys/sys

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 19:20:06 2014 New Revision: 271686 URL: http://svnweb.freebsd.org/changeset/base/271686 Log: Bump __FreeBSD_version after SA-14:19.tcp Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/sys/param.h Changes in other

svn commit: r271686 - head/sys/sys stable/10/sys/sys stable/8/sys/sys stable/9/sys/sys

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 19:20:06 2014 New Revision: 271686 URL: http://svnweb.freebsd.org/changeset/base/271686 Log: Bump __FreeBSD_version after SA-14:19.tcp Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/8/sys/sys/param.h Changes in other

svn commit: r271686 - head/sys/sys stable/10/sys/sys stable/8/sys/sys stable/9/sys/sys

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 19:20:06 2014 New Revision: 271686 URL: http://svnweb.freebsd.org/changeset/base/271686 Log: Bump __FreeBSD_version after SA-14:19.tcp Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/param.h Changes in other areas

svn commit: r271687 - in stable: 10/release/doc/en_US.ISO8859-1/errata 9/release/doc/en_US.ISO8859-1/errata

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 19:25:27 2014 New Revision: 271687 URL: http://svnweb.freebsd.org/changeset/base/271687 Log: Document SA-14:19 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/errata/article.xml Changes in

svn commit: r271687 - in stable: 10/release/doc/en_US.ISO8859-1/errata 9/release/doc/en_US.ISO8859-1/errata

2014-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 16 19:25:27 2014 New Revision: 271687 URL: http://svnweb.freebsd.org/changeset/base/271687 Log: Document SA-14:19 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Changes in

svn commit: r271688 - in head/etc: defaults rc.d

2014-09-16 Thread Sean Bruno
Author: sbruno Date: Tue Sep 16 20:02:16 2014 New Revision: 271688 URL: http://svnweb.freebsd.org/changeset/base/271688 Log: Add proper disable/enable hooks to the default scripts so that this is only run when asked for by the user. Right now, hv_kvpd is run on every boot. Don't do

svn commit: r271689 - head/etc/rc.d

2014-09-16 Thread Sean Bruno
Author: sbruno Date: Tue Sep 16 20:48:13 2014 New Revision: 271689 URL: http://svnweb.freebsd.org/changeset/base/271689 Log: Such typo, many email, very spelling. wow. MFC with 271688 271493 Submitted by: ngie ian MFC after:2 weeks Relnotes: yes Modified:

svn commit: r271690 - stable/10/sys/netinet/cc

2014-09-16 Thread Lawrence Stewart
Author: lstewart Date: Tue Sep 16 21:26:24 2014 New Revision: 271690 URL: http://svnweb.freebsd.org/changeset/base/271690 Log: MFC r270160: Destroy the qdiffsample_zone UMA zone on unload to avoid a use-after-unload panic easily triggered by running sysctl -a after unload. Reported

svn commit: r271691 - head/sys/net

2014-09-16 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Sep 16 21:48:48 2014 New Revision: 271691 URL: http://svnweb.freebsd.org/changeset/base/271691 Log: * Fix if_omcast handling * Convert if_oerrors to pcpu. Suggested by: glebius MFC after:2 weeks Modified: head/sys/net/if_vlan.c Modified:

Re: svn commit: r271538 - head/sys/net

2014-09-16 Thread Alexander V. Chernikov
On 15.09.2014 14:56, Gleb Smirnoff wrote: On Sat, Sep 13, 2014 at 06:13:08PM +, Alexander V. Chernikov wrote: A @@ -1099,15 +1117,39 @@ vlan_transmit(struct ifnet *ifp, struct A * Send it, precisely as ether_output() would have. A */ Aerror = (p-if_transmit)(p, m); A - if

svn commit: r271692 - head/usr.bin/elfdump

2014-09-16 Thread Mark Johnston
Author: markj Date: Tue Sep 16 22:26:01 2014 New Revision: 271692 URL: http://svnweb.freebsd.org/changeset/base/271692 Log: Fix a typo. MFC after:3 days Modified: head/usr.bin/elfdump/elfdump.1 Modified: head/usr.bin/elfdump/elfdump.1

svn commit: r271693 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf

2014-09-16 Thread Mark Johnston
Author: markj Date: Tue Sep 16 22:54:15 2014 New Revision: 271693 URL: http://svnweb.freebsd.org/changeset/base/271693 Log: Fix elfdump(1) usage in the userland CTF tests. PR: 193110 MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r271695 - in head/cddl/contrib/opensolaris/lib: libctf/common libdtrace/common

2014-09-16 Thread Mark Johnston
Author: markj Date: Wed Sep 17 00:54:00 2014 New Revision: 271695 URL: http://svnweb.freebsd.org/changeset/base/271695 Log: Fix some incorrect endianness checks. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r271696 - in head: . etc/defaults etc/devd etc/rc.d tools/build/mk

2014-09-16 Thread Xin LI
Author: delphij Date: Wed Sep 17 02:32:22 2014 New Revision: 271696 URL: http://svnweb.freebsd.org/changeset/base/271696 Log: Use a devd event to start hv_kvpd instead of doing so in rc.d script. This is cleaner and eliminates the unneeded startup of KVP daemon on systems that do not run as

svn commit: r271697 - in head/sys/cddl/dev: dtrace/powerpc fbt/powerpc

2014-09-16 Thread Justin Hibbits
Author: jhibbits Date: Wed Sep 17 02:43:47 2014 New Revision: 271697 URL: http://svnweb.freebsd.org/changeset/base/271697 Log: Fix the stack tracing for dtrace/powerpc. Summary: Fix the stack tracing for dtrace/powerpc by using the trapexit/asttrapexit return address sentinels instead

svn commit: r271698 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf

2014-09-16 Thread Mark Johnston
Author: markj Date: Wed Sep 17 03:40:49 2014 New Revision: 271698 URL: http://svnweb.freebsd.org/changeset/base/271698 Log: Fix a number of typos and programming errors in the userland CTF tests. It seems that they would only pass by chance on illumos; on FreeBSD, they still fail since

svn commit: r271699 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid

2014-09-16 Thread Mark Johnston
Author: markj Date: Wed Sep 17 04:02:56 2014 New Revision: 271699 URL: http://svnweb.freebsd.org/changeset/base/271699 Log: Implement a workaround to allow this test program to be compiled with clang. It seems that if a pragma is used to define a weak alias for a local function, the pragma