svn commit: r294501 - in stable/10/sys: net netinet

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:06:16 2016 New Revision: 294501 URL: https://svnweb.freebsd.org/changeset/base/294501 Log: MFC r292603: If bootverbose is enabled every vnet startup and virtual interface creation will print extra lines on the console. We are generally not interested

svn commit: r294500 - stable/10/sys/net

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:04:02 2016 New Revision: 294500 URL: https://svnweb.freebsd.org/changeset/base/294500 Log: MFC r292602: Simplify bringup order by removing a SYSINIT making it a static list initialization. Obtained from:p4 @180384,180385 Modified:

svn commit: r294496 - in head/crypto/openssh: . contrib contrib/redhat contrib/suse

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 11:54:34 2016 New Revision: 294496 URL: https://svnweb.freebsd.org/changeset/base/294496 Log: Upgrade to OpenSSH 7.1p2. Modified: head/crypto/openssh/ChangeLog head/crypto/openssh/README head/crypto/openssh/auth.c head/crypto/openssh/bitmap.c

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > On 20/01/2016 22:03, Alan Somers wrote: > > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote: > >> On 19/01/2016 19:20, Alan Somers wrote: > >>> The thing is, it never really worked in the first place. Panics

svn commit: r294497 - head/crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 12:41:02 2016 New Revision: 294497 URL: https://svnweb.freebsd.org/changeset/base/294497 Log: Explain why we don't include VersionAddendum in the debug mode banner. Modified: head/crypto/openssh/ssh.c Modified: head/crypto/openssh/ssh.c

svn commit: r294495 - in head: . crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 11:10:14 2016 New Revision: 294495 URL: https://svnweb.freebsd.org/changeset/base/294495 Log: Enable DSA keys by default. They were disabled in OpenSSH 6.9p1. Noticed by: glebius Modified: head/UPDATING head/crypto/openssh/myproposal.h (contents,

svn commit: r294499 - head/lib/clang

2016-01-21 Thread Andrew Turner
Author: andrew Date: Thu Jan 21 12:59:54 2016 New Revision: 294499 URL: https://svnweb.freebsd.org/changeset/base/294499 Log: Disable -mlong-calls for the clang libraries for now, it increases the size of the clang binary for people with a crt1.o from before r293832. Modified:

svn commit: r294503 - stable/10/sys/netinet6

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:11:01 2016 New Revision: 294503 URL: https://svnweb.freebsd.org/changeset/base/294503 Log: MFC 292953: This code is not in modules that need KPI stability so no need to use the wrapper functions as used in r252511 (head). We can directly use the

svn commit: r294494 - head/crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 10:57:45 2016 New Revision: 294494 URL: https://svnweb.freebsd.org/changeset/base/294494 Log: Take care not to pick up the wrong version of OpenSSL when running in an environment that has OpenSSL from ports in addition to the base version. Modified:

svn commit: r294498 - head/crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 12:42:31 2016 New Revision: 294498 URL: https://svnweb.freebsd.org/changeset/base/294498 Log: Update the instructions and the list of major local modifications. Modified: head/crypto/openssh/FREEBSD-upgrade Modified: head/crypto/openssh/FREEBSD-upgrade

svn commit: r294502 - stable/10/sys/net

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:08:40 2016 New Revision: 294502 URL: https://svnweb.freebsd.org/changeset/base/294502 Log: MFC r292604: If vnets are torn down while ifconfig runs an ioctl to say, destroy an epair(4), we may hit if_detach_internal() without holding a lock and by the

svn commit: r294493 - in head/sys/boot: common efi/boot1

2016-01-21 Thread Steven Hartland
Author: smh Date: Thu Jan 21 08:58:39 2016 New Revision: 294493 URL: https://svnweb.freebsd.org/changeset/base/294493 Log: Fix EFI UFS caching EFI was mixing caching in two separate places causing issues when multiple partitions where tested. Eliminate this by removing fsstat and

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread Andriy Gapon
On 21/01/2016 03:28, Mark Johnston wrote: > One feature that would be nice would be a way to associate KTR rings > with arbitrary objects rather than having a single global ring (or > per-CPU rings). For example, KTR_BUF lets one trace operations on > filesystem buffers, but there's no good way to

svn commit: r294490 - stable/10/sys/dev/iicbus

2016-01-21 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Thu Jan 21 08:32:11 2016 New Revision: 294490 URL: https://svnweb.freebsd.org/changeset/base/294490 Log: iicbus: Use device_delete_children() instead of explicit child removal If the bus is detached and deleted by a call to device_delete_child() or

svn commit: r294489 - stable/10/sys/dev/iicbus

2016-01-21 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Thu Jan 21 08:24:54 2016 New Revision: 294489 URL: https://svnweb.freebsd.org/changeset/base/294489 Log: iicbus: Remove trailing whitespaces MFC of: r289656 Modified: stable/10/sys/dev/iicbus/iicbus.c Directory Properties: stable/10/ (props

Re: svn commit: r294487 - head

2016-01-21 Thread Dag-Erling Smørgrav
Gleb Smirnoff writes: > Log: > Note that new ssh(1) doesn't allow to use DSA keys by default. Please revert. The correct procedure is to contact the maintainer, report the problem and ask whether the change was intentional, at which point a decision can be made as to

svn commit: r294491 - in vendor/ntp/dist: . html include libntp ntpd ntpdc ntpq ntpsnmpd scripts scripts/calc_tickadj scripts/ntp-wait scripts/ntpsweep scripts/ntptrace scripts/update-leap sntp snt...

2016-01-21 Thread Xin LI
Author: delphij Date: Thu Jan 21 08:50:56 2016 New Revision: 294491 URL: https://svnweb.freebsd.org/changeset/base/294491 Log: Vendor import of ntp-4.2.8p6. Added: vendor/ntp/dist/include/ntp_keyacc.h vendor/ntp/dist/libntp/is_ip_address.c Modified: vendor/ntp/dist/ChangeLog

svn commit: r294492 - vendor/ntp/4.2.8p6

2016-01-21 Thread Xin LI
Author: delphij Date: Thu Jan 21 08:51:24 2016 New Revision: 294492 URL: https://svnweb.freebsd.org/changeset/base/294492 Log: Tag ntp 4.2.8p6. Added: vendor/ntp/4.2.8p6/ - copied from r294491, vendor/ntp/dist/ ___ svn-src-all@freebsd.org

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Cy Schubert
In message <20160121113813.gg37...@zxy.spb.ru>, Slawa Olhovchenkov writes: > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > > > On 20/01/2016 22:03, Alan Somers wrote: > > > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote: > > >> On 19/01/2016 19:20, Alan

svn commit: r294505 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src sys

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 14:57:45 2016 New Revision: 294505 URL: https://svnweb.freebsd.org/changeset/base/294505 Log: Implement idr_preload(), idr_preload_end(), idr_alloc() and idr_alloc_cyclic() in the LinuxKPI. Bump the FreeBSD version to force recompilation of all KLDs due to

svn commit: r294504 - in head/sys: conf fs/ext2fs modules/ext2fs

2016-01-21 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 21 14:50:28 2016 New Revision: 294504 URL: https://svnweb.freebsd.org/changeset/base/294504 Log: ext2fs: Bring back the htree dir_index implementation. The htree dir_index is perhaps one of the most characteristic features of the linux ext3 implementation. It

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Steven Hartland
On 21/01/2016 15:10, Slawa Olhovchenkov wrote: On Thu, Jan 21, 2016 at 08:03:25AM -0700, alan somers wrote: On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote: On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: On 20/01/2016 22:03, Alan Somers wrote:

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 21, 2016 at 08:03:25AM -0700, alan somers wrote: > On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote: > > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > > > >> On 20/01/2016 22:03, Alan Somers wrote: > >> > On Wed, Jan 20, 2016 at 2:20 AM,

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread alan somers
On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote: > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > >> On 20/01/2016 22:03, Alan Somers wrote: >> > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote: >> >> On 19/01/2016 19:20, Alan

svn commit: r294506 - head/sys/boot/common

2016-01-21 Thread Steven Hartland
Author: smh Date: Thu Jan 21 15:27:44 2016 New Revision: 294506 URL: https://svnweb.freebsd.org/changeset/base/294506 Log: Prevent loader.conf load failure due to unknown console entries When processing loader.conf if console contained an entry for an unsupported console then cons_set

svn commit: r294511 - in head/sys: conf dev/fdt dev/ofw

2016-01-21 Thread Andrew Turner
Author: andrew Date: Thu Jan 21 16:48:01 2016 New Revision: 294511 URL: https://svnweb.freebsd.org/changeset/base/294511 Log: Remove fdt_fixup_table from architectures where it's unneeded. We only make use of fdt_fixup_table on PowerPC and ARM. As such we can remove it from other

svn commit: r294507 - head/contrib/bsnmp/snmp_mibII

2016-01-21 Thread Hartmut Brandt
Author: harti Date: Thu Jan 21 16:11:20 2016 New Revision: 294507 URL: https://svnweb.freebsd.org/changeset/base/294507 Log: Fill the ifAlias leaf of the ifXTable with the interface description if there is one available and it fits into the maximum size (64 characters). Modified:

Re: svn commit: r294507 - head/contrib/bsnmp/snmp_mibII

2016-01-21 Thread Shawn Webb
On Thu, Jan 21, 2016 at 04:11:20PM +, Hartmut Brandt wrote: > Author: harti > Date: Thu Jan 21 16:11:20 2016 > New Revision: 294507 > URL: https://svnweb.freebsd.org/changeset/base/294507 > > Log: > Fill the ifAlias leaf of the ifXTable with the interface description > if there is one

svn commit: r294514 - head/sys/netinet

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 17:25:41 2016 New Revision: 294514 URL: https://svnweb.freebsd.org/changeset/base/294514 Log: The variable is write once only and not used. Recover the vertical space. Sponsored by: The FreeBSD Foundation MFC After:3 days Obtained from:

svn commit: r294515 - head/lib/libc/mips

2016-01-21 Thread Brooks Davis
Author: brooks Date: Thu Jan 21 17:29:01 2016 New Revision: 294515 URL: https://svnweb.freebsd.org/changeset/base/294515 Log: Fix the implementations of PSEUDO_NOERROR and PSEUDO. The PSEUDO* macros should not declare , only _ and __sys_. This was causing the interposing C wrappers to

svn commit: r294518 - head/sys/compat/linuxkpi/common/include/linux

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 17:36:06 2016 New Revision: 294518 URL: https://svnweb.freebsd.org/changeset/base/294518 Log: Use function macro instead of non-function macro to reduce chance of incorrect expansion. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r294525 - head/sys/netpfil/ipfw

2016-01-21 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Jan 21 18:20:40 2016 New Revision: 294525 URL: https://svnweb.freebsd.org/changeset/base/294525 Log: Fix panic on table/table entry delete. The panic could have happened if more than 64 distinct values had been used. Table value code uses internal objhash API

Re: svn commit: r294495 - in head: . crypto/openssh

2016-01-21 Thread Conrad Meyer
On Thu, Jan 21, 2016 at 3:10 AM, Dag-Erling Smørgrav wrote: > Author: des > Date: Thu Jan 21 11:10:14 2016 > New Revision: 294495 > URL: https://svnweb.freebsd.org/changeset/base/294495 > > Log: > Enable DSA keys by default. They were disabled in OpenSSH 6.9p1. Are we going

svn commit: r294523 - head/lib/libc/gmon

2016-01-21 Thread Brooks Davis
Author: brooks Date: Thu Jan 21 18:17:19 2016 New Revision: 294523 URL: https://svnweb.freebsd.org/changeset/base/294523 Log: Replace the last non-optional use of sbrk() in the tree with mmap(). All gmon want's is a region of memory without the overhead of malloc(). Just mapping some

svn commit: r294526 - head/sys/amd64/include

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 18:22:50 2016 New Revision: 294526 URL: https://svnweb.freebsd.org/changeset/base/294526 Log: Add missing atomic wrapper macro. Reviewed by: alfred @ Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/amd64/include/atomic.h

svn commit: r294520 - head/sys/compat/linuxkpi/common/include/asm

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 17:52:55 2016 New Revision: 294520 URL: https://svnweb.freebsd.org/changeset/base/294520 Log: LinuxKPI atomic fixes: - Fix implementation of atomic_add_unless(). The atomic_cmpset_int() function returns a boolean and not the previous value of the atomic

svn commit: r294521 - head/sys/compat/linuxkpi/common/include/asm

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 17:56:23 2016 New Revision: 294521 URL: https://svnweb.freebsd.org/changeset/base/294521 Log: Implement 64-bit atomic operations for the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Added:

Re: svn commit: r294475 - head/sys/kern

2016-01-21 Thread Gleb Smirnoff
On Wed, Jan 20, 2016 at 05:40:03PM -0800, Ravi Pokala wrote: R> ISTR there's an API for creating a batch of counters; that might be cleaner than creating a dozen+ individually? There are some. An array macros are in sys/counter.h itself. The network stack has magic macros that allow you to use

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread Conrad Meyer
On Thu, Jan 21, 2016 at 1:52 AM, Andriy Gapon wrote: > On 21/01/2016 03:28, Mark Johnston wrote: >> Isilon has done ad-hoc implementations of this for bufs and mbufs, and >> they're quite handy for debugging. With BUF_TRACKING enabled in our >> kernel config, each buf contains a

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread alex.burlyga.ietf alex.burlyga.ietf
Just out of curriosity, why not Dtrace? For kernel it has most of the things that all the ad-hoc tracing things trying to accomplish and then some more. On Wed, Jan 20, 2016 at 4:02 PM, Adrian Chadd wrote: > Hi, > > So yeah, I think it's time we just bit the bullet and

svn commit: r294529 - stable/10/sys/compat/linux

2016-01-21 Thread Dmitry Chagin
Author: dchagin Date: Thu Jan 21 19:19:24 2016 New Revision: 294529 URL: https://svnweb.freebsd.org/changeset/base/294529 Log: MFC 294233: Prevent double free of control in common sendmsg path as sosend already freeing it. Modified: stable/10/sys/compat/linux/linux_socket.c Directory

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread Andriy Gapon
On 21/01/2016 19:25, Conrad Meyer wrote: > On Thu, Jan 21, 2016 at 1:52 AM, Andriy Gapon wrote: >> On 21/01/2016 03:28, Mark Johnston wrote: >>> Isilon has done ad-hoc implementations of this for bufs and mbufs, and >>> they're quite handy for debugging. With BUF_TRACKING

svn commit: r294510 - head/sys/arm/mv

2016-01-21 Thread Andrew Turner
Author: andrew Date: Thu Jan 21 16:42:52 2016 New Revision: 294510 URL: https://svnweb.freebsd.org/changeset/base/294510 Log: Remove an extra '!' found by clang 3.8. Modified: head/sys/arm/mv/mv_pci.c Modified: head/sys/arm/mv/mv_pci.c

Re: svn commit: r294507 - head/contrib/bsnmp/snmp_mibII

2016-01-21 Thread Ed Maste
On 21 January 2016 at 11:11, Hartmut Brandt wrote: > Author: harti > Date: Thu Jan 21 16:11:20 2016 > New Revision: 294507 > URL: https://svnweb.freebsd.org/changeset/base/294507 > > Log: > Fill the ifAlias leaf of the ifXTable with the interface description > if there is

Re: svn commit: r294417 - in stable/10/sys/boot: common fdt forth i386/libi386 i386/loader

2016-01-21 Thread Devin Teske
> On Jan 20, 2016, at 5:23 AM, Roger Pau Monné wrote: > > Author: royger > Date: Wed Jan 20 13:23:02 2016 > New Revision: 294417 > URL: https://svnweb.freebsd.org/changeset/base/294417 > > Log: > MFC r277215, r277291, r277418, r280953 and r280954: > > loader: implement

svn commit: r294530 - head/sys/sys

2016-01-21 Thread Ed Maste
Author: emaste Date: Thu Jan 21 20:44:21 2016 New Revision: 294530 URL: https://svnweb.freebsd.org/changeset/base/294530 Log: Add STB_GNU_UNIQUE symbol binding definition Red Hat created STB_GNU_UNIQUE to handle certain special cases relating to dynamically loading C++ DSOs[1]. We

svn commit: r294531 - head/sys/sys

2016-01-21 Thread Kirk McKusick
Author: mckusick Date: Thu Jan 21 20:52:20 2016 New Revision: 294531 URL: https://svnweb.freebsd.org/changeset/base/294531 Log: Update comment to note the function, prison_priv_check(), that needs to be updated in kern_jail.c when a new priviledge is added. Modified: head/sys/sys/priv.h

Re: svn commit: r294530 - head/sys/sys

2016-01-21 Thread Renato Botelho
> On Jan 21, 2016, at 18:44, Ed Maste wrote: > > Author: emaste > Date: Thu Jan 21 20:44:21 2016 > New Revision: 294530 > URL: https://svnweb.freebsd.org/changeset/base/294530 > > Log: > Add STB_GNU_UNIQUE symbol binding definition > > Red Hat created STB_GNU_UNIQUE to

Re: svn commit: r294470 - head/libexec/rtld-elf

2016-01-21 Thread Alexander Kabaev
On Thu, 21 Jan 2016 22:20:12 +0100 Antoine Brodin wrote: > On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev > wrote: > > Author: kan > > Date: Wed Jan 20 23:26:35 2016 > > New Revision: 294470 > > URL: https://svnweb.freebsd.org/changeset/base/294470 > >

svn commit: r294538 - stable/8/lib/libc/string

2016-01-21 Thread Brooks Davis
Author: brooks Date: Fri Jan 22 00:13:18 2016 New Revision: 294538 URL: https://svnweb.freebsd.org/changeset/base/294538 Log: MFC r293856: Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C

svn commit: r294537 - stable/8/lib/libc/string

2016-01-21 Thread Brooks Davis
Author: brooks Date: Fri Jan 22 00:08:16 2016 New Revision: 294537 URL: https://svnweb.freebsd.org/changeset/base/294537 Log: MFC r293855: Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C

svn commit: r294536 - head/sys/netinet

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 21 22:53:12 2016 New Revision: 294536 URL: https://svnweb.freebsd.org/changeset/base/294536 Log: Refactor TCP_CONGESTION setsockopt handling: - Use M_TEMP instead of stack variable. - Unroll error handling, removing several levels of indentation. Modified:

Re: svn commit: r294530 - head/sys/sys

2016-01-21 Thread Ed Maste
On 21 January 2016 at 16:00, Renato Botelho wrote: >> On Jan 21, 2016, at 18:44, Ed Maste wrote: >> >> Author: emaste >> Date: Thu Jan 21 20:44:21 2016 >> New Revision: 294530 >> URL: https://svnweb.freebsd.org/changeset/base/294530 >> >> Log: >> Add

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

2016-01-21 Thread Jilles Tjoelker
Author: jilles Date: Thu Jan 21 21:16:57 2016 New Revision: 294532 URL: https://svnweb.freebsd.org/changeset/base/294532 Log: MFC r294234: utimensat(2): Correct description of [EINVAL] error. Modified: stable/10/lib/libc/sys/utimensat.2 Directory Properties: stable/10/ (props changed)

Re: svn commit: r294470 - head/libexec/rtld-elf

2016-01-21 Thread Antoine Brodin
On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev wrote: > Author: kan > Date: Wed Jan 20 23:26:35 2016 > New Revision: 294470 > URL: https://svnweb.freebsd.org/changeset/base/294470 > > Log: > Fix initlist_add_object invocation parameters. > > The tail parameter should

svn commit: r294534 - in head/sys/netinet: . cc tcp_stacks

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 21 22:24:20 2016 New Revision: 294534 URL: https://svnweb.freebsd.org/changeset/base/294534 Log: Cleanup TCP files from unnecessary interface related includes. Modified: head/sys/netinet/cc/cc.c head/sys/netinet/cc/cc_cdg.c head/sys/netinet/cc/cc_chd.c

svn commit: r294535 - in head/sys/netinet: . cc tcp_stacks

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 21 22:34:51 2016 New Revision: 294535 URL: https://svnweb.freebsd.org/changeset/base/294535 Log: - Rename cc.h to more meaningful tcp_cc.h. - Declare it a kernel only include, which it already is. - Don't include tcp.h implicitly from tcp_cc.h Added:

Re: svn commit: r293391 - stable/10

2016-01-21 Thread NGie Cooper
> On Jan 21, 2016, at 18:25, Gleb Smirnoff wrote: > > On Fri, Jan 22, 2016 at 05:18:28AM +0300, Slawa Olhovchenkov wrote: > S> > On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov > wrote: > S> > > On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread Gleb Smirnoff
On Thu, Jan 21, 2016 at 06:43:10PM -0800, hiren panchasara wrote: h> > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion h> > h> > control algorithm options. The argument is variable length and is opaque h> > h> > to TCP, forwarded directly to the algorithm's

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Pedro Giffuni
Hello; Sorry for the delay in replying, I just noticed this. On 01/21/16 21:59, Gleb Smirnoff wrote: On Thu, Jan 21, 2016 at 06:56:52PM -0800, NGie Cooper wrote: N> >> Author: pfg N> >> Date: Mon Jan 18 15:39:32 2016 N> >> New Revision: 294271 N> >> URL:

svn commit: r294541 - in head/sys: conf kern

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 22 02:23:18 2016 New Revision: 294541 URL: https://svnweb.freebsd.org/changeset/base/294541 Log: - Separate sendfile(2) implementation from uipc_syscalls.c into separate file. Claim my copyright. - Provide more comments, better function and structure names.

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread hiren panchasara
On 01/21/16 at 06:39P, Gleb Smirnoff wrote: > Hiren, > > On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote: > h> > Log: > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP > congestion > h> > control algorithm options. The argument is variable length and is

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Ed Maste
On 18 January 2016 at 15:39, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Jan 18 15:39:32 2016 > New Revision: 294271 > URL: https://svnweb.freebsd.org/changeset/base/294271 > > Log: > MFC r293680 > ext4: add support for reading sparse files ia64 and powerpc LINT

Re: svn commit: r293391 - stable/10

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 7 23:10:44 2016 > New Revision: 293391 > URL: https://svnweb.freebsd.org/changeset/base/293391 > > Log: > Merge r293282 from head: >Provide knob NO_INSTALLEXTRAKERNELS. If defined, extra

Re: svn commit: r293391 - stable/10

2016-01-21 Thread Gleb Smirnoff
On Fri, Jan 22, 2016 at 05:18:28AM +0300, Slawa Olhovchenkov wrote: S> > On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov wrote: S> > > On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff wrote: S> > > S> > >> Author: glebius S> > >> Date: Thu Jan 7 23:10:44 2016 S> > >>

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread hiren panchasara
On 01/22/16 at 02:07P, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 22 02:07:48 2016 > New Revision: 294540 > URL: https://svnweb.freebsd.org/changeset/base/294540 > > Log: > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion > control algorithm options. The

svn commit: r294543 - head/usr.sbin/ypldap

2016-01-21 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 22 03:02:38 2016 New Revision: 294543 URL: https://svnweb.freebsd.org/changeset/base/294543 Log: Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be tunable. Also it gets more close with the original implementation from OpenBSD. Requested

svn commit: r294545 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 22 03:25:06 2016 New Revision: 294545 URL: https://svnweb.freebsd.org/changeset/base/294545 Log: Revert r294271: ext4: add support for reading sparse files Our older GCC can't handle anonymous unions, so ia64 and powerpc LINT kernels are now failing.

svn commit: r294539 - head/sys/sparc64/include

2016-01-21 Thread John Baldwin
Author: jhb Date: Fri Jan 22 00:29:11 2016 New Revision: 294539 URL: https://svnweb.freebsd.org/changeset/base/294539 Log: Add an atomic_fetchadd_64() wrapper on sparc64. Reviewed by: marius Modified: head/sys/sparc64/include/atomic.h Modified: head/sys/sparc64/include/atomic.h

Re: svn commit: r293391 - stable/10

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 21, 2016 at 05:51:01PM -0800, NGie Cooper wrote: > On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov wrote: > > On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff wrote: > > > >> Author: glebius > >> Date: Thu Jan 7 23:10:44 2016 > >> New Revision: 293391 >

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread Gleb Smirnoff
Hiren, On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote: h> > Log: h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion h> > control algorithm options. The argument is variable length and is opaque h> > to TCP, forwarded directly to the

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread hiren panchasara
On 01/21/16 at 06:50P, Gleb Smirnoff wrote: > On Thu, Jan 21, 2016 at 06:43:10PM -0800, hiren panchasara wrote: > h> > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP > congestion > h> > h> > control algorithm options. The argument is variable length and > is opaque > h>

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread NGie Cooper
> On Jan 21, 2016, at 18:54, Ed Maste wrote: > >> On 18 January 2016 at 15:39, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Mon Jan 18 15:39:32 2016 >> New Revision: 294271 >> URL: https://svnweb.freebsd.org/changeset/base/294271 >> >> Log: >> MFC

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Gleb Smirnoff
On Thu, Jan 21, 2016 at 06:56:52PM -0800, NGie Cooper wrote: N> >> Author: pfg N> >> Date: Mon Jan 18 15:39:32 2016 N> >> New Revision: 294271 N> >> URL: https://svnweb.freebsd.org/changeset/base/294271 N> >> N> >> Log: N> >> MFC r293680 N> >> ext4: add support for reading sparse files N> >

svn commit: r294544 - head/sys/dev/flash

2016-01-21 Thread Adrian Chadd
Author: adrian Date: Fri Jan 22 03:15:53 2016 New Revision: 294544 URL: https://svnweb.freebsd.org/changeset/base/294544 Log: [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_flashmap This teaches the mx25l driver (sys/dev/flash/mx25l.c) to interact with

Re: svn commit: r293391 - stable/10

2016-01-21 Thread NGie Cooper
On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov wrote: > On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff wrote: > >> Author: glebius >> Date: Thu Jan 7 23:10:44 2016 >> New Revision: 293391 >> URL: https://svnweb.freebsd.org/changeset/base/293391 >> >> Log: >>

svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 22 02:07:48 2016 New Revision: 294540 URL: https://svnweb.freebsd.org/changeset/base/294540 Log: Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion control algorithm options. The argument is variable length and is opaque to TCP, forwarded

svn commit: r294542 - head/gnu/lib/libgcc

2016-01-21 Thread Ed Maste
Author: emaste Date: Fri Jan 22 02:28:17 2016 New Revision: 294542 URL: https://svnweb.freebsd.org/changeset/base/294542 Log: Remove old generated unwind.h when using LLVM libunwind When not using LLVM libunwind, unwind.h is a generated header and a stale copy may remain in the OBJDIR

svn commit: r294552 - svnadmin/conf

2016-01-21 Thread Konstantin Belousov
Author: kib Date: Fri Jan 22 07:25:59 2016 New Revision: 294552 URL: https://svnweb.freebsd.org/changeset/base/294552 Log: Free Michal and Svatopluk. Approved by: core (implicit) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r294551 - stable/9/tools/regression

2016-01-21 Thread Garrett Cooper
Author: ngie Date: Fri Jan 22 07:25:41 2016 New Revision: 294551 URL: https://svnweb.freebsd.org/changeset/base/294551 Log: MFstable/10 r294550: MFC r293048,r293444: r293048: - Use a temporary file for the temporary md(4) devices instead of hardcoding it - Remove the

svn commit: r294554 - in head: contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/libntp contrib/ntp/ntpd contrib/ntp/ntpdc contrib/ntp/ntpq contrib/ntp/ntpsnmpd contrib/ntp/scripts contr...

2016-01-21 Thread Xin LI
Author: delphij Date: Fri Jan 22 07:32:39 2016 New Revision: 294554 URL: https://svnweb.freebsd.org/changeset/base/294554 Log: MFV r294491: ntp 4.2.8p6. Security: CVE-2015-7973, CVE-2015-7974, CVE-2015-7975 Security: CVE-2015-7976, CVE-2015-7977, CVE-2015-7978 Security:

Re: svn commit: r294543 - head/usr.sbin/ypldap

2016-01-21 Thread Bruce Evans
On Fri, 22 Jan 2016, Marcelo Araujo wrote: Log: Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be tunable. Also it gets more close with the original implementation from OpenBSD. Modified: head/usr.sbin/ypldap/yp.c

svn commit: r294546 - head/sys/boot/kshim

2016-01-21 Thread Wojciech Macek
Author: wma Date: Fri Jan 22 06:05:31 2016 New Revision: 294546 URL: https://svnweb.freebsd.org/changeset/base/294546 Log: Fix compilation errors in usb/kshim Remove old header from the include list and declare extern symbol for delay() function. Approved by:

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

2016-01-21 Thread NGie Cooper
> On Jan 21, 2016, at 22:19, Lawrence Stewart wrote: > > Hi Gleb, > > On 01/22/16 09:53, Gleb Smirnoff wrote: >> Author: glebius >> Date: Thu Jan 21 22:53:12 2016 >> New Revision: 294536 >> URL: https://svnweb.freebsd.org/changeset/base/294536 >> >> Log: >> Refactor

svn commit: r294549 - head/share/dtrace

2016-01-21 Thread Devin Teske
Author: dteske Date: Fri Jan 22 07:22:30 2016 New Revision: 294549 URL: https://svnweb.freebsd.org/changeset/base/294549 Log: Fix bad title on script (caused by copy/paste) MFC after:3 days X-MFC-to: stable/10 X-MFC-with: r294548 Modified: head/share/dtrace/watch_execve

svn commit: r294550 - stable/10/tools/regression

2016-01-21 Thread Garrett Cooper
Author: ngie Date: Fri Jan 22 07:23:50 2016 New Revision: 294550 URL: https://svnweb.freebsd.org/changeset/base/294550 Log: MFC r293048,r293444: r293048: - Use a temporary file for the temporary md(4) devices instead of hardcoding it - Remove the temporary file in the cleanup

svn commit: r294553 - head/sys/dev/hyperv/vmbus

2016-01-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Jan 22 07:29:31 2016 New Revision: 294553 URL: https://svnweb.freebsd.org/changeset/base/294553 Log: hyperv/vmbus: Lookup channel through id table Vmbus event handler will need to find the channel by its relative id, when software interrupt for event happens. The

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

2016-01-21 Thread Lawrence Stewart
Hi Gleb, On 01/22/16 09:53, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 21 22:53:12 2016 > New Revision: 294536 > URL: https://svnweb.freebsd.org/changeset/base/294536 > > Log: > Refactor TCP_CONGESTION setsockopt handling: > - Use M_TEMP instead of stack variable. > - Unroll

svn commit: r294547 - head/sys/boot/kshim

2016-01-21 Thread Wojciech Macek
Author: wma Date: Fri Jan 22 06:26:11 2016 New Revision: 294547 URL: https://svnweb.freebsd.org/changeset/base/294547 Log: Provide busdma stubs for loader/kshim Simple bus space stubs require the VA-PA mapping to be identical. Approved by: hselasky, cognet (mentor)

Re: svn commit: r294535 - in head/sys/netinet: . cc tcp_stacks

2016-01-21 Thread Lawrence Stewart
Hi Gleb, On 01/22/16 09:34, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 21 22:34:51 2016 > New Revision: 294535 > URL: https://svnweb.freebsd.org/changeset/base/294535 > > Log: > - Rename cc.h to more meaningful tcp_cc.h. As a bit of historical context, the naming was intentionally

svn commit: r294548 - head/share/dtrace

2016-01-21 Thread Devin Teske
Author: dteske Date: Fri Jan 22 07:19:30 2016 New Revision: 294548 URL: https://svnweb.freebsd.org/changeset/base/294548 Log: Add scripts for watching common entry points. MFC after:3 days X-MFC-to: stable/10 Added: head/share/dtrace/watch_execve (contents, props changed)

Re: svn commit: r293912 - in stable: 10/release/doc/en_US.ISO8859-1/errata 10/release/doc/share/xml 9/release/doc/en_US.ISO8859-1/errata 9/release/doc/share/xml

2016-01-21 Thread Alexey Dokuchaev
On Thu, Jan 14, 2016 at 10:12:53AM -0800, Gleb Smirnoff wrote: > Alexey, > > One of the reasons why old systems become unsupported is that because > it consumes more and more time to analyze and answer questions like this > one. > > If you want to be stable/8 maintainer, you should analyze and