svn commit: r292768 - stable/10/share/mk

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 11:04:11 2015 New Revision: 292768 URL: https://svnweb.freebsd.org/changeset/base/292768 Log: MFC r292500,r292501,r292504,r292509: r292500: Simplify Kyuafile generation logic with KYUAFILE == auto and related complexity with variables Differential

svn commit: r292769 - stable/10/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 11:12:09 2015 New Revision: 292769 URL: https://svnweb.freebsd.org/changeset/base/292769 Log: MFC r292493: Don't run test-fma on i386 It completely fails all assertions on i386 on both stable/9 and stable/10 PR: 205448 X-MFC to: stable/10

svn commit: r292770 - stable/10/sys/netgraph

2015-12-27 Thread Julian Elischer
Author: julian Date: Sun Dec 27 13:37:14 2015 New Revision: 292770 URL: https://svnweb.freebsd.org/changeset/base/292770 Log: MFH: r278640 Revise default limit for maximum of netgraph data items. With modern internet speeds the limit can be reached even on a single L2TP link.

svn commit: r292802 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:34:37 2015 New Revision: 292802 URL: https://svnweb.freebsd.org/changeset/base/292802 Log: MFstable/10 r292795: MFC r292491,r292493,r292496: r292491: Disable test-ctrig.t testcases which fail assertions on i386 [*] Also, don't compile the

svn commit: r292781 - in stable/9/sys: conf dev/mii dev/re dev/rl modules/rl pci

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 17:19:46 2015 New Revision: 292781 URL: https://svnweb.freebsd.org/changeset/base/292781 Log: MFC: r271864 Move rl(4) to dev/rl. Added: stable/9/sys/dev/rl/ - copied from r271864, head/sys/dev/rl/ Replaced: stable/9/sys/dev/rl/if_rl.c -

svn commit: r292785 - stable/10/sys/sparc64/ebus

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 17:51:10 2015 New Revision: 292785 URL: https://svnweb.freebsd.org/changeset/base/292785 Log: MFC: r287767 - Sanity check that the parent ranges given in the "ranges" property of PCI-EBus-bridges actually match the BARs as specified in and required

svn commit: r292786 - stable/10/bin/sh

2015-12-27 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 27 17:53:39 2015 New Revision: 292786 URL: https://svnweb.freebsd.org/changeset/base/292786 Log: MFC r292517: sh/mknodes: Close files and check for errors when writing. This is a build tool only and does not affect run time. PR: 204951 Modified:

svn commit: r292788 - in head/sys: geom/part sys

2015-12-27 Thread Allan Jude
Author: allanjude Date: Sun Dec 27 18:12:13 2015 New Revision: 292788 URL: https://svnweb.freebsd.org/changeset/base/292788 Log: Add some additional GPT partition types 4 ChromeOS GPT types 2 Microsoft partition types the new OpenBSD partition type Approved by: marcel (mentor)

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Ian Lepore
On Sun, 2015-12-27 at 21:41 +0300, Slawa Olhovchenkov wrote: > On Sun, Dec 27, 2015 at 10:10:37AM -0700, Ian Lepore wrote: > > > On Sun, 2015-12-27 at 15:37 +, Dmitry Chagin wrote: > > > Author: dchagin > > > Date: Sun Dec 27 15:37:07 2015 > > > New Revision: 292777 > > > URL:

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Slawa Olhovchenkov
On Sun, Dec 27, 2015 at 12:16:50PM -0700, Ian Lepore wrote: > On Sun, 2015-12-27 at 21:41 +0300, Slawa Olhovchenkov wrote: > > On Sun, Dec 27, 2015 at 10:10:37AM -0700, Ian Lepore wrote: > > > > > On Sun, 2015-12-27 at 15:37 +, Dmitry Chagin wrote: > > > > Author: dchagin > > > > Date: Sun

svn commit: r292790 - stable/10/sys/dev/vt/colors

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 19:47:56 2015 New Revision: 292790 URL: https://svnweb.freebsd.org/changeset/base/292790 Log: MFC: r285912 - Use __FBSDID(). - Const'ify cons_to_vga_colors. - Fix line wrapping. Modified: stable/10/sys/dev/vt/colors/vt_termcolors.c Directory

svn commit: r292801 - stable/10/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:17:30 2015 New Revision: 292801 URL: https://svnweb.freebsd.org/changeset/base/292801 Log: MFC r292489: Disable test-ctrig.t testcases which fail assertions on i386 Tested on: stable/10 (amd64/i386), head (amd64/i386) PR: 205446 X-MFC to: stable/10

svn commit: r292800 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:15:58 2015 New Revision: 292800 URL: https://svnweb.freebsd.org/changeset/base/292800 Log: MFstable/10 r226377,r292799: r226377 (by das): Add some tests for double-rounding bugs in fma(). r292799: MFC r292492,r292495,r292647: r292492:

svn commit: r292772 - head/sys/vm

2015-12-27 Thread Konstantin Belousov
Author: kib Date: Sun Dec 27 14:42:39 2015 New Revision: 292772 URL: https://svnweb.freebsd.org/changeset/base/292772 Log: Add missed relpbuf() for a smallfs page-in. Reported by: Shawn Webb Tested by:pho Sponsored by: The FreeBSD Foundation Modified: head/sys/vm/vnode_pager.c

svn commit: r292778 - stable/9/sys/x86/x86

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 15:55:15 2015 New Revision: 292778 URL: https://svnweb.freebsd.org/changeset/base/292778 Log: MFC: r286785, r291088, r291120 - Reformat x86 bounce buffer synchronization code to reduce indentation. No functional change. - Avoid a NULL pointer dereference

svn commit: r292782 - in head: lib/libcrypt lib/libmd sbin/gbde sbin/geom/class/eli sbin/md5 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/conf sys/crypto/sha2 sys/dev/random sys/geom/bde sys/...

2015-12-27 Thread Allan Jude
Author: allanjude Date: Sun Dec 27 17:33:59 2015 New Revision: 292782 URL: https://svnweb.freebsd.org/changeset/base/292782 Log: Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c cperciva's libmd implementation is 5-30% faster The same was done for SHA256 previously in r263218

svn commit: r292784 - in stable/9/sys/dev: re rl

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 17:34:29 2015 New Revision: 292784 URL: https://svnweb.freebsd.org/changeset/base/292784 Log: MFC: r287768, r290566, r290946 - Although it doesn't make a whole lot of sense to enable RX and TX before their initial configuration is done, it turns out that

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Ian Lepore
On Sun, 2015-12-27 at 12:05 -0800, NGie Cooper wrote: > > On Dec 27, 2015, at 11:30, Slawa Olhovchenkov > > wrote: > > … > > > > I have no idea what you mean by that -- I didn't say anything at > > > all > > > about panic. > > > > As I understund commit log -- this is prevent

svn commit: r292796 - stable/10/sys/modules/hyperv/netvsc

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:02:56 2015 New Revision: 292796 URL: https://svnweb.freebsd.org/changeset/base/292796 Log: MFC r284969: r284969 (by lwhsu): - Fix `make depend` in sys/modules Differential Revision:https://reviews.freebsd.org/D2951 Approved by: delphij

svn commit: r292797 - stable/10/sys/dev/hyperv/vmbus

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:03:39 2015 New Revision: 292797 URL: https://svnweb.freebsd.org/changeset/base/292797 Log: MFC r292661: Remove redundant vmbus_select_outgoing_channel declaration already handled in include/hyperv.h This unbreaks the gcc 4.2.1 kernel build of hyperv

svn commit: r292780 - in stable/10/sys: conf dev/mii dev/re dev/rl modules/rl pci

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 17:12:54 2015 New Revision: 292780 URL: https://svnweb.freebsd.org/changeset/base/292780 Log: MFC: r271864 Move rl(4) to dev/rl. Added: stable/10/sys/dev/rl/ - copied from r271864, head/sys/dev/rl/ Replaced: stable/10/sys/dev/rl/if_rl.c -

svn commit: r292789 - in stable/10/sys: conf sparc64/pci

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 19:37:47 2015 New Revision: 292789 URL: https://svnweb.freebsd.org/changeset/base/292789 Log: MFC: r287726 - Factor out the common and generic parts of the sparc64 host-PCI-bridge drivers into the revived sys/sparc64/pci/ofw_pci.c, previously already

svn commit: r292795 - stable/10/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 20:54:48 2015 New Revision: 292795 URL: https://svnweb.freebsd.org/changeset/base/292795 Log: MFC r292491,r292493,r292496: r292491: Disable test-ctrig.t testcases which fail assertions on i386 [*] Also, don't compile the exp2l(3) testcases on

svn commit: r292794 - stable/10/sys/dev/mpt

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 20:52:32 2015 New Revision: 292794 URL: https://svnweb.freebsd.org/changeset/base/292794 Log: MFC: r285840 - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writing raw data to the doorbell offset in order to clarify the intent and for

svn commit: r292775 - stable/10/sys/x86/x86

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 15:18:01 2015 New Revision: 292775 URL: https://svnweb.freebsd.org/changeset/base/292775 Log: MFC: r286785, r291088, r291120 - Reformat x86 bounce buffer synchronization code to reduce indentation. No functional change. - Avoid a NULL pointer dereference

svn commit: r292779 - head/sys/geom

2015-12-27 Thread Allan Jude
Author: allanjude Date: Sun Dec 27 17:09:23 2015 New Revision: 292779 URL: https://svnweb.freebsd.org/changeset/base/292779 Log: Fix incorrect error message in geom map If geom_map fails to find the end of a mapped partition based on a search, it would return the incorrect error message,

svn commit: r292787 - stable/10/sys/sparc64/include

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 17:58:58 2015 New Revision: 292787 URL: https://svnweb.freebsd.org/changeset/base/292787 Log: MFC: r287728 Merge r286374 from x86: Formally pair store_rel(_started) with load_acq(_started). Similarly to x86, this change is mostly a NOP due to the

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Slawa Olhovchenkov
On Sun, Dec 27, 2015 at 10:10:37AM -0700, Ian Lepore wrote: > On Sun, 2015-12-27 at 15:37 +, Dmitry Chagin wrote: > > Author: dchagin > > Date: Sun Dec 27 15:37:07 2015 > > New Revision: 292777 > > URL: https://svnweb.freebsd.org/changeset/base/292777 > > > > Log: > > Verify that tv_sec

svn commit: r292792 - stable/10/sys/dev/usb/net

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 20:49:32 2015 New Revision: 292792 URL: https://svnweb.freebsd.org/changeset/base/292792 Log: MFC: r285909, r285913 (partial) - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. This variant of Microsoft RNDIS, i. e. their unofficial

svn commit: r292776 - stable/10/lib/libc/sys

2015-12-27 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 27 15:30:13 2015 New Revision: 292776 URL: https://svnweb.freebsd.org/changeset/base/292776 Log: MFC r292513: clock_gettime(2),gettimeofday(2): Remove [EFAULT] error. Depending on system configuration and parameters, clock_gettime() and gettimeofday() may not

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Ian Lepore
On Sun, 2015-12-27 at 15:37 +, Dmitry Chagin wrote: > Author: dchagin > Date: Sun Dec 27 15:37:07 2015 > New Revision: 292777 > URL: https://svnweb.freebsd.org/changeset/base/292777 > > Log: > Verify that tv_sec value specified in settimeofday() and > clock_settime() > (CLOCK_REALTIME

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread NGie Cooper
> On Dec 27, 2015, at 11:30, Slawa Olhovchenkov wrote: … >> I have no idea what you mean by that -- I didn't say anything at all >> about panic. > > As I understund commit log -- this is prevent kernel panic at some > call (with illegal arguments). This accpetable irrelevant

svn commit: r292793 - stable/9/sys/dev/usb/net

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 20:49:36 2015 New Revision: 292793 URL: https://svnweb.freebsd.org/changeset/base/292793 Log: MFC: r285909, r285913 (partial) - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. This variant of Microsoft RNDIS, i. e. their unofficial

Re: svn commit: r292772 - head/sys/vm

2015-12-27 Thread Shawn Webb
On Sun, Dec 27, 2015 at 02:42:39PM +, Konstantin Belousov wrote: > Author: kib > Date: Sun Dec 27 14:42:39 2015 > New Revision: 292772 > URL: https://svnweb.freebsd.org/changeset/base/292772 > > Log: > Add missed relpbuf() for a smallfs page-in. > > Reported by:Shawn Webb >

svn commit: r292799 - stable/10/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:08:46 2015 New Revision: 292799 URL: https://svnweb.freebsd.org/changeset/base/292799 Log: MFC r292492,r292495,r292647: r292492: - Use nitems instead of handrolling the macro - Use a separate variable for tracking the testcase count instead of

svn commit: r292798 - stable/10/gnu/usr.bin

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 21:08:09 2015 New Revision: 292798 URL: https://svnweb.freebsd.org/changeset/base/292798 Log: MFC: r285684 (partial) Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds. Modified:

svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Dmitry Chagin
Author: dchagin Date: Sun Dec 27 15:37:07 2015 New Revision: 292777 URL: https://svnweb.freebsd.org/changeset/base/292777 Log: Verify that tv_sec value specified in settimeofday() and clock_settime() (CLOCK_REALTIME case) system calls is non negative. This commit hides a kernel panic in

svn commit: r292783 - in stable/10/sys/dev: re rl

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 17:34:18 2015 New Revision: 292783 URL: https://svnweb.freebsd.org/changeset/base/292783 Log: MFC: r287768, r290566, r290946 - Although it doesn't make a whole lot of sense to enable RX and TX before their initial configuration is done, it turns out that

svn commit: r292771 - in stable/10/sys/sparc64: include sparc64

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 14:39:47 2015 New Revision: 292771 URL: https://svnweb.freebsd.org/changeset/base/292771 Log: MFC: r291121 Merge from r290547: Since r289279 bufinit() uses mp_ncpus so adapt to what x86 does and set this variable already in cpu_mp_setmaxid(). While at

svn commit: r292791 - stable/9/sys/dev/vt/colors

2015-12-27 Thread Marius Strobl
Author: marius Date: Sun Dec 27 19:48:02 2015 New Revision: 292791 URL: https://svnweb.freebsd.org/changeset/base/292791 Log: MFC: r285912 - Use __FBSDID(). - Const'ify cons_to_vga_colors. - Fix line wrapping. Modified: stable/9/sys/dev/vt/colors/vt_termcolors.c Directory

svn commit: r292803 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:39:28 2015 New Revision: 292803 URL: https://svnweb.freebsd.org/changeset/base/292803 Log: MFstable/10 r226603,r251119: r226603 (by das): Tests for complex trig and hyperbolic functions. r251119 (by das): Basic tests for complex inverse trig

Re: svn commit: r292740 - in head/sys: dev/cxgbe/cxgbei modules/cxgbe modules/cxgbe/cxgbei

2015-12-27 Thread Edward Tomasz Napierała
On 1226T0605, Navdeep Parhar wrote: > Author: np > Date: Sat Dec 26 06:05:21 2015 > New Revision: 292740 > URL: https://svnweb.freebsd.org/changeset/base/292740 > > Log: > cxgbei: Hardware accelerated iSCSI target and initiator for TOE capable > cards supported by cxgbe(4). > > On the

svn commit: r292808 - head/tools/tools/nanobsd/embedded

2015-12-27 Thread Warner Losh
Author: imp Date: Sun Dec 27 23:04:10 2015 New Revision: 292808 URL: https://svnweb.freebsd.org/changeset/base/292808 Log: There's currently some issues with armv7-class of CPUs code generation with our default toolchain. Turn it off here until that all gets sorted out. Modified:

svn commit: r292809 - head/lib/libc/stdio

2015-12-27 Thread Warner Losh
Author: imp Date: Sun Dec 27 23:04:11 2015 New Revision: 292809 URL: https://svnweb.freebsd.org/changeset/base/292809 Log: The FILE structure has a mbstate_t in it. This structure needs to be aligned on a int64_t boundary. However, when we allocate the array of these structures, we use

svn commit: r292810 - in head/libexec/rtld-elf: . arm

2015-12-27 Thread Warner Losh
Author: imp Date: Sun Dec 27 23:04:12 2015 New Revision: 292810 URL: https://svnweb.freebsd.org/changeset/base/292810 Log: Use a macro to create the names for the library path names. This will allow later substitution at run time instead of compile time of the environment variable name

svn commit: r292821 - head/tests/sys/kern

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:34:59 2015 New Revision: 292821 URL: https://svnweb.freebsd.org/changeset/base/292821 Log: - Remove unused but set ssize in shutdown_send_sigpipe - Add #ifdef TEST_SEQ_PACKET_SOURCE_ADDRESS` for untestable code because FreeBSD doesn't have a means to map

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 6:15, Patrick Kelsey wrote: > This is explained in the top comment in sys/netinet/tcp_fastopen.c, but > I will repeat it here and elaborate a little. It is disabled by default > in the kernel build as a conservative measure until it is exercised more > widely, given the

svn commit: r292813 - head/sys/contrib/ipfilter/netinet

2015-12-27 Thread Cy Schubert
Author: cy Date: Mon Dec 28 00:42:15 2015 New Revision: 292813 URL: https://svnweb.freebsd.org/changeset/base/292813 Log: Correct __FreeBSD__ check. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c

svn commit: r292815 - head/contrib/bsnmp/snmpd

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 01:51:20 2015 New Revision: 292815 URL: https://svnweb.freebsd.org/changeset/base/292815 Log: Staticize several variables that are used exclusively in bsnmpd/main.c and bsnmpd/trap.c This fixes several -Wmissing-variable-declaration warnings noted by clang

svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
Author: pkelsey Date: Mon Dec 28 02:43:12 2015 New Revision: 292823 URL: https://svnweb.freebsd.org/changeset/base/292823 Log: MFC r292706: Implementation of server-side TCP Fast Open (TFO) [RFC7413]. TFO is disabled by default in the kernel build. See the top comment in

svn commit: r292827 - stable/9/lib/libc/net

2015-12-27 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 28 03:39:32 2015 New Revision: 292827 URL: https://svnweb.freebsd.org/changeset/base/292827 Log: MFC r292445, r292554: Use _map_v4v6_address(). Modified: stable/9/lib/libc/net/getaddrinfo.c stable/9/lib/libc/net/name6.c Directory Properties:

svn commit: r292806 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:55:26 2015 New Revision: 292806 URL: https://svnweb.freebsd.org/changeset/base/292806 Log: MFstable/10 r251053: r251053 (by tijl): Fix cexp regression tests that have an infinite real part. The signs of the result depend on the cosine and sine of the

svn commit: r292811 - stable/10/sys/contrib/ipfilter/netinet

2015-12-27 Thread Cy Schubert
Author: cy Date: Sun Dec 27 23:25:21 2015 New Revision: 292811 URL: https://svnweb.freebsd.org/changeset/base/292811 Log: MFC r292518. Don't assume checksums will be calculated later when fastfoward is enabled (by default in r290383). PR: 72210 Modified:

svn commit: r292818 - head/tests/sys/aio

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:18:22 2015 New Revision: 292818 URL: https://svnweb.freebsd.org/changeset/base/292818 Log: Fix style(9) a bit and ensure that error from initializing kqueue(2) is sane - Push the kqueue(2) initialization down so the errno will correspond with the

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Julian Elischer
On 28/12/2015 7:23 AM, Bruce Evans wrote: On Sun, 27 Dec 2015, Ian Lepore wrote: On Sun, 2015-12-27 at 12:05 -0800, NGie Cooper wrote: On Dec 27, 2015, at 11:30, Slawa Olhovchenkov wrote: � I have no idea what you mean by that -- I didn't say anything at all about panic.

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Adrian Chadd
On 27 December 2015 at 18:59, Andrey Chernov wrote: > On 28.12.2015 5:43, Patrick Kelsey wrote: >> Author: pkelsey >> Date: Mon Dec 28 02:43:12 2015 >> New Revision: 292823 >> URL: https://svnweb.freebsd.org/changeset/base/292823 >> >> Log: >> MFC r292706: >> >>

svn commit: r292824 - stable/10/lib/libc/net

2015-12-27 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 28 03:26:16 2015 New Revision: 292824 URL: https://svnweb.freebsd.org/changeset/base/292824 Log: MFC r292539: If we end up following a CNAME chain that does not find any data return that instead of internal error. PR: 156684 Modified:

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 5:59, Andrey Chernov wrote: > On 28.12.2015 5:43, Patrick Kelsey wrote: >> Author: pkelsey >> Date: Mon Dec 28 02:43:12 2015 >> New Revision: 292823 >> URL: https://svnweb.freebsd.org/changeset/base/292823 >> >> Log: >> MFC r292706: >> >> Implementation of server-side TCP Fast

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 6:45, Patrick Kelsey wrote: >> On Dec 27, 2015, at 10:26 PM, Andrey Chernov wrote: >> >>> On 28.12.2015 6:15, Patrick Kelsey wrote: >>> This is explained in the top comment in sys/netinet/tcp_fastopen.c, but >>> I will repeat it here and elaborate a little. It is

Re: svn commit: r292788 - in head/sys: geom/part sys

2015-12-27 Thread Dmitry Sivachenko
> On 27 Dec 2015, at 21:12, Allan Jude wrote: > > Author: allanjude > Date: Sun Dec 27 18:12:13 2015 > New Revision: 292788 > URL: https://svnweb.freebsd.org/changeset/base/292788 > > Log: > Add some additional GPT partition types <...> May be list these in man page

svn commit: r292805 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:53:21 2015 New Revision: 292805 URL: https://svnweb.freebsd.org/changeset/base/292805 Log: MFstable/10 r292769,r292799: r292769: MFC r292493: Don't run test-fma on i386 It completely fails all assertions on i386 on both stable/9 and stable/10

Re: svn commit: r290383 - in head/sys: net netinet

2015-12-27 Thread Cy Schubert
In message <98f16c2b-3904-438d-912b-85c17acfb...@freebsd.org>, "George Neville- Neil" writes: > > > > On 20 Dec 2015, at 13:02, Cy Schubert wrote: > > > Cy Schubert writes: > >> In message <201511050726.ta57qxlu074...@repo.freebsd.org>, "George V. > >> Neville-N > >> eil" writes: > >>>

svn commit: r292814 - head/tools/regression/sockets/unix_passfd

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 00:53:37 2015 New Revision: 292814 URL: https://svnweb.freebsd.org/changeset/base/292814 Log: - Explicitly initialize ch to 0 - Delete some spurious whitespace - Use calloc instead of malloc in the last test to ensure that sendspace is properly zero'ed out

svn commit: r292816 - head/tests/sys/aio

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:01:41 2015 New Revision: 292816 URL: https://svnweb.freebsd.org/changeset/base/292816 Log: Place cancel and error under #ifdef DEBUG to mute -Wunused-but-set-variable warnings reported by gcc 4.9 Remove some trailing whitespace as well Tested with

svn commit: r292817 - head/usr.bin/systat

2015-12-27 Thread Marcelo Araujo
Author: araujo Date: Mon Dec 28 02:07:56 2015 New Revision: 292817 URL: https://svnweb.freebsd.org/changeset/base/292817 Log: Add on systat -vm the ability to display the physical and kernel memory percent usage. PR: bin/203917 Submitted by: ota

svn commit: r292819 - head/tests/sys/aio

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:21:36 2015 New Revision: 292819 URL: https://svnweb.freebsd.org/changeset/base/292819 Log: - Fix an improperly sized buffer for `pathname` [1] - Fix a -Wunused-but-set-variable warning [2] MFC after: 1 week Reported by: cppcheck [1], gcc 4.9 [2]

svn commit: r292820 - head/tests/sys/kern

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:28:12 2015 New Revision: 292820 URL: https://svnweb.freebsd.org/changeset/base/292820 Log: Clean trailing whitespace MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/tests/sys/kern/unix_seqpacket_test.c Modified:

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
On Sun, Dec 27, 2015 at 9:59 PM, Andrey Chernov wrote: > On 28.12.2015 5:43, Patrick Kelsey wrote: > > Author: pkelsey > > Date: Mon Dec 28 02:43:12 2015 > > New Revision: 292823 > > URL: https://svnweb.freebsd.org/changeset/base/292823 > > > > Log: > > MFC r292706: > > > >

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Bruce Evans
On Sun, 27 Dec 2015, Ian Lepore wrote: On Sun, 2015-12-27 at 12:05 -0800, NGie Cooper wrote: On Dec 27, 2015, at 11:30, Slawa Olhovchenkov wrote: ? I have no idea what you mean by that -- I didn't say anything at all about panic. As I understund commit log -- this is

svn commit: r292812 - stable/10/share/mk

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 00:05:31 2015 New Revision: 292812 URL: https://svnweb.freebsd.org/changeset/base/292812 Log: MFC r292507,r292508: r292507: - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1) - Use LOCALBASE instead of hardcoding /usr/local for perl

svn commit: r292822 - head/tests/sys/kern/pipe

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Mon Dec 28 02:36:57 2015 New Revision: 292822 URL: https://svnweb.freebsd.org/changeset/base/292822 Log: Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 6:36, Patrick Kelsey wrote: > > >> On Dec 27, 2015, at 10:16 PM, Andrey Chernov wrote: >> >>> On 28.12.2015 5:59, Andrey Chernov wrote: On 28.12.2015 5:43, Patrick Kelsey wrote: Author: pkelsey Date: Mon Dec 28 02:43:12 2015 New Revision:

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
> On Dec 27, 2015, at 10:26 PM, Andrey Chernov wrote: > >> On 28.12.2015 6:15, Patrick Kelsey wrote: >> This is explained in the top comment in sys/netinet/tcp_fastopen.c, but >> I will repeat it here and elaborate a little. It is disabled by default >> in the kernel build

svn commit: r292828 - head/usr.sbin/pwd_mkdb

2015-12-27 Thread Marcelo Araujo
Author: araujo Date: Mon Dec 28 05:48:22 2015 New Revision: 292828 URL: https://svnweb.freebsd.org/changeset/base/292828 Log: The sdp opens the database with PERM_SECURE mode and it is different than dp that opens the database with PERM_INSECURE, so we need to check sdp->put against sdp

svn commit: r292804 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:47:12 2015 New Revision: 292804 URL: https://svnweb.freebsd.org/changeset/base/292804 Log: Revert r292803 Some of the hyperbolic functions (sinh, etc) haven't been implemented on stable/9, so the tests that were MFCed were invalid. A corrected MFC

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Bruce Evans
On Sun, 27 Dec 2015, Ian Lepore wrote: On Sun, 2015-12-27 at 15:37 +, Dmitry Chagin wrote: Author: dchagin Date: Sun Dec 27 15:37:07 2015 New Revision: 292777 URL: https://svnweb.freebsd.org/changeset/base/292777 Log: Verify that tv_sec value specified in settimeofday() and

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
> On Dec 27, 2015, at 11:06 PM, Andrey Chernov wrote: > > On 28.12.2015 6:45, Patrick Kelsey wrote: >>> On Dec 27, 2015, at 10:26 PM, Andrey Chernov wrote: >>> On 28.12.2015 6:15, Patrick Kelsey wrote: This is explained in the top comment in

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 5:43, Patrick Kelsey wrote: > Author: pkelsey > Date: Mon Dec 28 02:43:12 2015 > New Revision: 292823 > URL: https://svnweb.freebsd.org/changeset/base/292823 > > Log: > MFC r292706: > > Implementation of server-side TCP Fast Open (TFO) [RFC7413]. > > TFO is disabled by

svn commit: r292825 - stable/9/lib/libc/net

2015-12-27 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 28 03:27:51 2015 New Revision: 292825 URL: https://svnweb.freebsd.org/changeset/base/292825 Log: MFC r292539: If we end up following a CNAME chain that does not find any data return that instead of internal error. PR: 156684 Modified:

svn commit: r292807 - stable/9/tools/regression/lib/msun

2015-12-27 Thread Garrett Cooper
Author: ngie Date: Sun Dec 27 21:58:13 2015 New Revision: 292807 URL: https://svnweb.freebsd.org/changeset/base/292807 Log: MFstable/10 r226602: r226602 (by das): Tests for cancellation in fma(). Also include more tests for 128-bit long doubles. Thanks for clusteradm (simon) for making

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
> On Dec 27, 2015, at 10:16 PM, Andrey Chernov wrote: > >> On 28.12.2015 5:59, Andrey Chernov wrote: >>> On 28.12.2015 5:43, Patrick Kelsey wrote: >>> Author: pkelsey >>> Date: Mon Dec 28 02:43:12 2015 >>> New Revision: 292823 >>> URL:

svn commit: r292826 - stable/10/lib/libc/net

2015-12-27 Thread Hajimu UMEMOTO
Author: ume Date: Mon Dec 28 03:37:13 2015 New Revision: 292826 URL: https://svnweb.freebsd.org/changeset/base/292826 Log: MFC r292445, r292554: Use _map_v4v6_address(). Modified: stable/10/lib/libc/net/getaddrinfo.c stable/10/lib/libc/net/name6.c Directory Properties: stable/10/

Re: svn commit: r292817 - head/usr.bin/systat

2015-12-27 Thread Bruce Evans
On Mon, 28 Dec 2015, Marcelo Araujo wrote: Log: Add on systat -vm the ability to display the physical and kernel memory percent usage. PR:bin/203917 Submitted by: ota Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D4281