svn commit: r293706 - in vendor-sys/acpica/dist: . source/common source/compiler source/components/debugger source/components/disassembler source/components/dispatcher source/components/events sour...

2016-01-11 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 11 22:10:31 2016 New Revision: 293706 URL: https://svnweb.freebsd.org/changeset/base/293706 Log: Import ACPICA 20160108. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/source/common/acfileio.c

svn commit: r293716 - in head/sys/dev: iwn wpi

2016-01-11 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 12 00:24:40 2016 New Revision: 293716 URL: https://svnweb.freebsd.org/changeset/base/293716 Log: wpi, iwn: implement ic_getradiocaps method This will allow to restore channel list after switching interface to more restrictive regdomain. Tested with Intel

Re: svn commit: r293068 - in head/etc: . mtree

2016-01-11 Thread Brooks Davis
On Sun, Jan 03, 2016 at 06:41:33PM +0100, Dimitry Andric wrote: > On 03 Jan 2016, at 05:32, Warner Losh wrote: > > > > Author: imp > > Date: Sun Jan 3 04:32:05 2016 > > New Revision: 293068 > > URL: https://svnweb.freebsd.org/changeset/base/293068 > > > > Log: > > Add

svn commit: r293708 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 22:15:46 2016 New Revision: 293708 URL: https://svnweb.freebsd.org/changeset/base/293708 Log: Fix importing l2arc device by guid After r292066, vdev_geom verifies both the vdev and pool guids of device labels during open. However, spare and l2arc devices

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

2016-01-11 Thread Hiren Panchasara
Author: hiren Date: Mon Jan 11 23:34:29 2016 New Revision: 293710 URL: https://svnweb.freebsd.org/changeset/base/293710 Log: MFC: r292003 Improve tcp duplicate ack processing when SACK is present. Modified: stable/10/sys/netinet/tcp_input.c stable/10/sys/netinet/tcp_sack.c

svn commit: r293714 - head/sys/dev/rtwn

2016-01-11 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 12 00:12:18 2016 New Revision: 293714 URL: https://svnweb.freebsd.org/changeset/base/293714 Log: rtwn: import r290022 (do not filter out control frames in the RX path) Tested by:kevlo Reviewed by: kevlo Approved by: adrian (mentor) Differential

Re: svn commit: r293708 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-11 Thread Alan Somers
I referenced the wrong PR. The correct PR is 205882. On Mon, Jan 11, 2016 at 3:15 PM, Alan Somers wrote: > Author: asomers > Date: Mon Jan 11 22:15:46 2016 > New Revision: 293708 > URL: https://svnweb.freebsd.org/changeset/base/293708 > > Log: > Fix importing l2arc device

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

2016-01-11 Thread Hiren Panchasara
Author: hiren Date: Mon Jan 11 23:31:13 2016 New Revision: 293709 URL: https://svnweb.freebsd.org/changeset/base/293709 Log: MFC: r290122 Calculate the correct amount of bytes that are in-flight for a connection as suggested by RFC 6675. MFC: r292046 r290122 added 4 bytes and removed

svn commit: r293713 - svnadmin/conf

2016-01-11 Thread Lawrence Stewart
Author: lstewart Date: Tue Jan 12 00:07:26 2016 New Revision: 293713 URL: https://svnweb.freebsd.org/changeset/base/293713 Log: Remove myself after having forgotten to do so post my previous large commit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293721 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:50:56 2016 New Revision: 293721 URL: https://svnweb.freebsd.org/changeset/base/293721 Log: hyperv/hn: Avoid mbuf cluster allocation, if the packet is small. This one mainly avoids mbuf cluster allocation for TCP ACKs during TCP sending tests. And it

svn commit: r293707 - vendor-sys/acpica/20160108

2016-01-11 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 11 22:11:20 2016 New Revision: 293707 URL: https://svnweb.freebsd.org/changeset/base/293707 Log: Tag ACPICA 20160108. Added: vendor-sys/acpica/20160108/ - copied from r293706, vendor-sys/acpica/dist/ ___

svn commit: r293720 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:41:34 2016 New Revision: 293720 URL: https://svnweb.freebsd.org/changeset/base/293720 Log: hyperv/hn: Implement SIOC[SG]IFMEDIA support Many applications and kernel modules (e.g. bridge) rely on the ifmedia status report; give them what they want.

svn commit: r293712 - svnadmin/conf

2016-01-11 Thread Andrew Thompson
Author: thompsa Date: Mon Jan 11 23:42:00 2016 New Revision: 293712 URL: https://svnweb.freebsd.org/changeset/base/293712 Log: Remove myself. Prodded by: glebius Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293715 - head/lib/libc/rpc

2016-01-11 Thread Garrett Cooper
Author: ngie Date: Tue Jan 12 00:20:57 2016 New Revision: 293715 URL: https://svnweb.freebsd.org/changeset/base/293715 Log: Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)` This fixes the potential NULL pointer dereference properly, and also fixes memory leaks

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

2016-01-11 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 11 21:46:37 2016 New Revision: 293703 URL: https://svnweb.freebsd.org/changeset/base/293703 Log: Merge from head r292743, r293627 by dchagin: r292743 | dchagin | 2015-12-26 01:04:47 -0800

svn commit: r293704 - head/lib/libc/rpc

2016-01-11 Thread Garrett Cooper
Author: ngie Date: Mon Jan 11 21:56:53 2016 New Revision: 293704 URL: https://svnweb.freebsd.org/changeset/base/293704 Log: Fix theoretical leak of netconfig(3) resources in svcunix_create(..) In the event that the getconfig(3) call in svcunix_create is partly successful, some of the

svn commit: r293705 - head/lib/libc/rpc

2016-01-11 Thread Garrett Cooper
Author: ngie Date: Mon Jan 11 22:01:33 2016 New Revision: 293705 URL: https://svnweb.freebsd.org/changeset/base/293705 Log: Similar to r293704, fix theoretical leak of netconfig(3) resources in __rpcbind_is_up(..) if getnetconfig(3) is partly successful in allocating resources, but not

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

2016-01-11 Thread Hiren Panchasara
Author: hiren Date: Mon Jan 11 23:37:31 2016 New Revision: 293711 URL: https://svnweb.freebsd.org/changeset/base/293711 Log: MFC: r292011 MFC: r292012 Add an option to use rfc6675 based pipe/inflight bytes calculation in cubic and newreno. Modified:

svn commit: r293719 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:30:51 2016 New Revision: 293719 URL: https://svnweb.freebsd.org/changeset/base/293719 Log: hyperv/hn: Implement LRO - Implement the LRO using tcp_lro APIs, and LRO is enabled by default. - Add several stats sysctl nodes. - Check IP/TCP length before

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

2016-01-11 Thread Andrey V. Elsukov
On 11.01.16 07:54, Ravi Pokala wrote: > In that review, there was discussion about the sorting of aliases in (enum g_part_alias). It was originally thought that the aliases needed to be sorted, due to binary searching in g_part_alias_name(). It turned out that g_part_alias_name() did a linear

svn commit: r293659 - head/sys/dev/iscsi

2016-01-11 Thread Steven Hartland
Author: smh Date: Mon Jan 11 10:24:30 2016 New Revision: 293659 URL: https://svnweb.freebsd.org/changeset/base/293659 Log: Close iSCSI sessions on shutdown Ensure that all iSCSI sessions are correctly terminated during shutdown. * Enhances the changes done by r286226 (D3052). * Add

svn commit: r293657 - in head/sys: net netinet netinet6

2016-01-11 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 11 08:45:28 2016 New Revision: 293657 URL: https://svnweb.freebsd.org/changeset/base/293657 Log: Bring RADIX_MPATH support to new routing KPI to ease migration. Move actual rte selection process from rtalloc_mpath_fib() to the rt_path_selectrte()

svn commit: r293658 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Mon Jan 11 09:15:25 2016 New Revision: 293658 URL: https://svnweb.freebsd.org/changeset/base/293658 Log: sfxge: add Medford build option disabled by default Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r293656 - head/sys/net

2016-01-11 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 11 08:00:13 2016 New Revision: 293656 URL: https://svnweb.freebsd.org/changeset/base/293656 Log: Do not rewrite all ro_flags. Modified: head/sys/net/route.h Modified: head/sys/net/route.h

Re: svn commit: r293068 - in head/etc: . mtree

2016-01-11 Thread Warner Losh
> On Jan 11, 2016, at 3:16 PM, Brooks Davis wrote: > > On Sun, Jan 03, 2016 at 06:41:33PM +0100, Dimitry Andric wrote: >> On 03 Jan 2016, at 05:32, Warner Losh wrote: >>> >>> Author: imp >>> Date: Sun Jan 3 04:32:05 2016 >>> New Revision: 293068 >>> URL:

svn commit: r293725 - svnadmin/conf

2016-01-11 Thread Rui Paulo
Author: rpaulo Date: Tue Jan 12 04:23:26 2016 New Revision: 293725 URL: https://svnweb.freebsd.org/changeset/base/293725 Log: Remove myself from sizelimit.conf. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

Re: svn commit: r293720 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Joel Dahl
On Tue, Jan 12, 2016 at 01:41:34AM +, Sepherosa Ziehau wrote: > Author: sephe > Date: Tue Jan 12 01:41:34 2016 > New Revision: 293720 > URL: https://svnweb.freebsd.org/changeset/base/293720 > > Log: > hyperv/hn: Implement SIOC[SG]IFMEDIA support > > Many applications and kernel modules

svn commit: r293722 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
Author: sephe Date: Tue Jan 12 01:55:57 2016 New Revision: 293722 URL: https://svnweb.freebsd.org/changeset/base/293722 Log: hyperv/hn: Removed unused netvsc_init() Submitted by: Dexuan Cui Reviewed by: me, adrian, royger, Hongjiang Zhang

svn commit: r293723 - in stable/10/release: amd64 i386 powerpc

2016-01-11 Thread Glen Barber
Author: gjb Date: Tue Jan 12 02:12:40 2016 New Revision: 293723 URL: https://svnweb.freebsd.org/changeset/base/293723 Log: MFC r293188: Prevent memstick installation medium from attempting to mount the root filesystem read-write. This causes problems booting the memstick installation

svn commit: r293728 - stable/10/usr.sbin/service

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:55:28 2016 New Revision: 293728 URL: https://svnweb.freebsd.org/changeset/base/293728 Log: MFC: r287576 service(8) -e does not respect /etc/rc.conf.d/* entries PR: 173454 Submitted by: giantl...@gmail.com (original patch) Modified:

svn commit: r293729 - stable/10/sbin/ifconfig

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:56:49 2016 New Revision: 293729 URL: https://svnweb.freebsd.org/changeset/base/293729 Log: MFC: r287842 Make ifconfig always exit with an error code if an important ioctl fails PR: 203062 Modified: stable/10/sbin/ifconfig/ifconfig.c

Re: svn commit: r293721 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Gleb Smirnoff
On Tue, Jan 12, 2016 at 01:50:56AM +, Sepherosa Ziehau wrote: S> Author: sephe S> Date: Tue Jan 12 01:50:56 2016 S> New Revision: 293721 S> URL: https://svnweb.freebsd.org/changeset/base/293721 S> S> Log: S> hyperv/hn: Avoid mbuf cluster allocation, if the packet is small. S> S> This

Re: svn commit: r293721 - head/sys/dev/hyperv/netvsc

2016-01-11 Thread Sepherosa Ziehau
On Tue, Jan 12, 2016 at 12:42 PM, Gleb Smirnoff wrote: > On Tue, Jan 12, 2016 at 01:50:56AM +, Sepherosa Ziehau wrote: > S> Author: sephe > S> Date: Tue Jan 12 01:50:56 2016 > S> New Revision: 293721 > S> URL: https://svnweb.freebsd.org/changeset/base/293721 > S> > S>

svn commit: r293724 - in head/sys/boot: arm64/libarm64 common efi/boot1 efi/fdt efi/include efi/include/arm64 efi/libefi efi/loader efi/loader/arch/amd64 efi/loader/arch/arm efi/loader/arch/arm64 i...

2016-01-11 Thread Steven Hartland
Author: smh Date: Tue Jan 12 02:17:39 2016 New Revision: 293724 URL: https://svnweb.freebsd.org/changeset/base/293724 Log: Enable warnings in EFI boot code Set WARNS if not set for EFI boot code and fix the issues highlighted by setting it. Most components are set to WARNS level 6

svn commit: r293727 - stable/10/share/man/man4

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:53:53 2016 New Revision: 293727 URL: https://svnweb.freebsd.org/changeset/base/293727 Log: MFC: r287528 Document the sctp blackhole sysctl MIB PR: 184110 Submitted by: Marie Helene Kvello-Aune Modified:

svn commit: r293732 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:34:45 2016 New Revision: 293732 URL: https://svnweb.freebsd.org/changeset/base/293732 Log: sfxge: use MCDIv2 on Medford Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r293731 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:32:56 2016 New Revision: 293731 URL: https://svnweb.freebsd.org/changeset/base/293731 Log: sfxge: add Medford PCI IDs to common code Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after:

svn commit: r293730 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:29:17 2016 New Revision: 293730 URL: https://svnweb.freebsd.org/changeset/base/293730 Log: sfxge: add sanity checking for EFX_OPT_MEDFORD build option to efx_check.h Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare

Re: svn commit: r293068 - in head/etc: . mtree

2016-01-11 Thread Nathan Whitehorn
On 01/11/16 19:11, Warner Losh wrote: On Jan 11, 2016, at 3:16 PM, Brooks Davis wrote: On Sun, Jan 03, 2016 at 06:41:33PM +0100, Dimitry Andric wrote: On 03 Jan 2016, at 05:32, Warner Losh wrote: Author: imp Date: Sun Jan 3 04:32:05 2016 New

svn commit: r293726 - in stable/10/usr.bin/xargs: . tests

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:51:12 2016 New Revision: 293726 URL: https://svnweb.freebsd.org/changeset/base/293726 Log: MFC: r285552 Use strtonum(3) instead of atoi(3) MFC: r286289 Introduce -P0, creating as many concurrent processes as possible Relnotes: yes

svn commit: r293733 - head/sys/dev/sfxge/common

2016-01-11 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 12 06:37:42 2016 New Revision: 293733 URL: https://svnweb.freebsd.org/changeset/base/293733 Log: sfxge: add Medford sensor support Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r293701 - in stable/10/sys/dev: mpr mps

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 21:12:49 2016 New Revision: 293701 URL: https://svnweb.freebsd.org/changeset/base/293701 Log: MFC r292218 Don't retry SAS commands in response to protocol errors sys/dev/mpr/mpr_sas_lsi.c sys/dev/mps/mps_sas_lsi.c When

svn commit: r293698 - head/sys/kern

2016-01-11 Thread Colin Percival
Author: cperciva Date: Mon Jan 11 20:38:39 2016 New Revision: 293698 URL: https://svnweb.freebsd.org/changeset/base/293698 Log: Fix a bug introduced in r291716: "The problem with the approach taken both in _bus_dmamap_load_pages and bus_dmamap_load_ma_triv is that they split the request

svn commit: r293699 - stable/10

2016-01-11 Thread Bryan Drewery
Author: bdrewery Date: Mon Jan 11 20:55:52 2016 New Revision: 293699 URL: https://svnweb.freebsd.org/changeset/base/293699 Log: MFC r293440: Fix upgrading from OSVERSION 102-132 after r288829. Modified: stable/10/Makefile.inc1 Directory Properties: stable/10/ (props

svn commit: r293696 - stable/10/usr.sbin/iostat

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 20:25:41 2016 New Revision: 293696 URL: https://svnweb.freebsd.org/changeset/base/293696 Log: MFC r292019 When iostat(8) receives SIGINT while running with "-w" or "-c", it will now print statistics one more time before exiting. Also, it now implements

svn commit: r293695 - stable/10/sbin/devd

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 20:24:56 2016 New Revision: 293695 URL: https://svnweb.freebsd.org/changeset/base/293695 Log: MFC r292020 Increase devd's client socket buffer size to 256KB. This is not as large as it looks, because we'll hit the sockbuf's mbuf limit long before hitting

svn commit: r293697 - head

2016-01-11 Thread Bryan Drewery
Author: bdrewery Date: Mon Jan 11 20:27:05 2016 New Revision: 293697 URL: https://svnweb.freebsd.org/changeset/base/293697 Log: Correct a comment. Submitted by: jhb Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd

2016-01-11 Thread Colin Percival
On 01/11/16 11:52, Kenneth D. Merry wrote: > On Mon, Jan 11, 2016 at 18:29:22 +0100, Roger Pau Monn?? wrote: >> The following patch solves the problem AFAICT, and I would like to >> commit it ASAP: > > I think this should be fine. In light of the "ASAP" and the hour in Roger's part of the world

svn commit: r293700 - head/sys/dev/xen/blkfront

2016-01-11 Thread Colin Percival
Author: cperciva Date: Mon Jan 11 21:02:30 2016 New Revision: 293700 URL: https://svnweb.freebsd.org/changeset/base/293700 Log: Add two more assertions to catch busdma problems. Each segment provided by busdma to the blkfront driver must be an integer number of sectors, and must be aligned

svn commit: r293670 - stable/10/sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:29:42 2016 New Revision: 293670 URL: https://svnweb.freebsd.org/changeset/base/293670 Log: MFC r293327: nvme: break out interrupt setup code into a separate function Modified: stable/10/sys/dev/nvme/nvme_ctrlr.c Modified:

svn commit: r293668 - stable/10/sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:27:20 2016 New Revision: 293668 URL: https://svnweb.freebsd.org/changeset/base/293668 Log: MFC r293325: nvme: remove per_cpu_io_queues from struct nvme_controller Instead just use num_io_queues to make this determination. This prepares

svn commit: r293673 - stable/10/sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:33:51 2016 New Revision: 293673 URL: https://svnweb.freebsd.org/changeset/base/293673 Log: MFC r293354: nvme: replace NVME_CEILING macro with howmany() Modified: stable/10/sys/dev/nvme/nvme_ctrlr.c Modified: stable/10/sys/dev/nvme/nvme_ctrlr.c

svn commit: r293666 - stable/10/sys/dev/nvd

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:24:18 2016 New Revision: 293666 URL: https://svnweb.freebsd.org/changeset/base/293666 Log: MFC r293323: nvd: submit bios directly when BIO_ORDERED not set or in flight This significantly improves parallelism in the most common case. The

svn commit: r293671 - stable/10/sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:31:18 2016 New Revision: 293671 URL: https://svnweb.freebsd.org/changeset/base/293671 Log: MFC r293328: nvme: do not revert to single I/O queue when per-CPU queues not available Previously nvme(4) would revert to a single I/O queue if it could

svn commit: r293662 - stable/10/sys/dev/nvd

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:19:11 2016 New Revision: 293662 URL: https://svnweb.freebsd.org/changeset/base/293662 Log: MFC r293319: nvd: set DISKFLAG_DIRECT_COMPLETION Modified: stable/10/sys/dev/nvd/nvd.c Modified: stable/10/sys/dev/nvd/nvd.c

svn commit: r293664 - stable/10/sys/dev/nvd

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:21:38 2016 New Revision: 293664 URL: https://svnweb.freebsd.org/changeset/base/293664 Log: MFC r293321: nvd: skip BIO_ORDERED logic when bio fails submission This ensures the bio flags are not read after biodone(). The ordering will still

svn commit: r293667 - stable/10/sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:26:06 2016 New Revision: 293667 URL: https://svnweb.freebsd.org/changeset/base/293667 Log: MFC r293324: nvme: simplify some of the nested ifs in interrupt setup code This prepares for some follow-up commits which do more work in this area.

Re: svn commit: r293654 - stable/10/sys/boot/efi

2016-01-11 Thread Ed Maste
On 11 January 2016 at 06:26, NGie Cooper wrote: > >> On Jan 10, 2016, at 20:25, Ed Maste wrote: >> >> Author: emaste >> Date: Mon Jan 11 04:25:03 2016 >> New Revision: 293654 >> URL: https://svnweb.freebsd.org/changeset/base/293654 > > This

svn commit: r293663 - stable/10/sys/dev/nvd

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:20:30 2016 New Revision: 293663 URL: https://svnweb.freebsd.org/changeset/base/293663 Log: MFC r293320: nvd: do not wait for previous bios before submitting ordered bio Still wait until all in-flight bios (including the ordered bio)

svn commit: r293665 - stable/10/sys/dev/nvd

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:22:57 2016 New Revision: 293665 URL: https://svnweb.freebsd.org/changeset/base/293665 Log: MFC r293322: nvd: break out submission logic into separate function This enables a future patch using this same logic to submit I/O directly

svn commit: r293669 - stable/10/sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:28:47 2016 New Revision: 293669 URL: https://svnweb.freebsd.org/changeset/base/293669 Log: MFC r293326: nvme: do not pre-allocate MSI-X IRQ resources The issue referenced here was resolved by other changes in recent commits, so this code

svn commit: r293672 - in stable/10: share/man/man4 sys/dev/nvme

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:32:56 2016 New Revision: 293672 URL: https://svnweb.freebsd.org/changeset/base/293672 Log: MFC r293352: nvme: add hw.nvme.min_cpus_per_ioq tunable Due to FreeBSD system-wide limits on number of MSI-X vectors

Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd

2016-01-11 Thread Roger Pau Monné
El 03/12/15 a les 21.54, Kenneth D. Merry ha escrit: > Author: ken > Date: Thu Dec 3 20:54:55 2015 > New Revision: 291716 > URL: https://svnweb.freebsd.org/changeset/base/291716 > > Log: > Add asynchronous command support to the pass(4) driver, and the new > camdd(8) utility. > > CCBs

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

2016-01-11 Thread Ravi Pokala
-Original Message- From: on behalf of "Andrey V. Elsukov" Date: 2016-01-11, Monday at 00:36 To: Ravi Pokala , Allan Jude , , ,

svn commit: r293660 - stable/10/sys/boot/efi

2016-01-11 Thread Ed Maste
Author: emaste Date: Mon Jan 11 15:30:19 2016 New Revision: 293660 URL: https://svnweb.freebsd.org/changeset/base/293660 Log: MFC r286967 by imp: use -mno-aes and -mno-avx flags only with Clang The flags -mno-aes -mno-avx only exist for clang, not [base] gcc, so add them only to the

svn commit: r293661 - head/sys/boot/zfs

2016-01-11 Thread Allan Jude
Author: allanjude Date: Mon Jan 11 15:35:29 2016 New Revision: 293661 URL: https://svnweb.freebsd.org/changeset/base/293661 Log: DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_args member secsz was a uint16_t sys/boot/zfs/zfs.c has a probe args structure member, secsz,

svn commit: r293675 - in stable/10: share/man/man4 sys/conf sys/dev/ismt sys/modules/i2c/controllers sys/modules/i2c/controllers/ismt

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:53:24 2016 New Revision: 293675 URL: https://svnweb.freebsd.org/changeset/base/293675 Log: MFC r266474: Add ismt(4) driver. ismt(4) supports the SMBus Message Transport controller found on Intel C2000 series (Avoton) and S1200 series

svn commit: r293676 - stable/10/sys/dev/ismt

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:54:23 2016 New Revision: 293676 URL: https://svnweb.freebsd.org/changeset/base/293676 Log: MFC r293369: ismt: fix ISMT_DESC_ADDR_RW macro Modified: stable/10/sys/dev/ismt/ismt.c Modified: stable/10/sys/dev/ismt/ismt.c

svn commit: r293679 - head/sys/fs/smbfs

2016-01-11 Thread Andrey V. Elsukov
Author: ae Date: Mon Jan 11 18:11:06 2016 New Revision: 293679 URL: https://svnweb.freebsd.org/changeset/base/293679 Log: Change the type of newsize argument in the smbfs_smb_setfsize() function from int to int64. MSDN says that SMB_SET_FILE_END_OF_FILE_INFO uses signed 64-bit integer to

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

2016-01-11 Thread Conrad Meyer
Does this fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204121 ? Thanks, Conrad On Sun, Jan 10, 2016 at 9:53 AM, Adrian Chadd wrote: > Author: adrian > Date: Sun Jan 10 17:53:43 2016 > New Revision: 293640 > URL: https://svnweb.freebsd.org/changeset/base/293640 > >

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

2016-01-11 Thread Adrian Chadd
yes sorry, I forgot about the PR! -a On 11 January 2016 at 10:12, Conrad Meyer wrote: > Does this fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204121 ? > > Thanks, > Conrad > > On Sun, Jan 10, 2016 at 9:53 AM, Adrian Chadd wrote: >> Author:

svn commit: r293674 - head/sys/dev/cxgbe

2016-01-11 Thread Navdeep Parhar
Author: np Date: Mon Jan 11 17:52:42 2016 New Revision: 293674 URL: https://svnweb.freebsd.org/changeset/base/293674 Log: cxgbe: bind the ithreads that handle NIC rx to the correct CPU if the kernel is built with option RSS. Modified: head/sys/dev/cxgbe/t4_main.c Modified:

svn commit: r293677 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-11 Thread Alan Somers
Author: asomers Date: Mon Jan 11 17:57:26 2016 New Revision: 293677 URL: https://svnweb.freebsd.org/changeset/base/293677 Log: Record physical path information in ZFS Vdevs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c: If available, record the physical path of a vdev

svn commit: r293678 - head/share/man/man4

2016-01-11 Thread Jim Harris
Author: jimharris Date: Mon Jan 11 17:57:49 2016 New Revision: 293678 URL: https://svnweb.freebsd.org/changeset/base/293678 Log: Update ismt(4) man page to reflect inclusion in upcoming 10.3 release. MFC after:3 days Sponsored by: Intel Modified: head/share/man/man4/ismt.4

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

2016-01-11 Thread Adrian Chadd
Sorry, to be clear - it fixes one of the things that lead to that panic. There are other issues (eg highly memory unbalanced workloads) that may trigger this, but the initial issue from peter was fixed. -a ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r293674 - head/sys/dev/cxgbe

2016-01-11 Thread Adrian Chadd
wooo, thanks! -a On 11 January 2016 at 09:52, Navdeep Parhar wrote: > Author: np > Date: Mon Jan 11 17:52:42 2016 > New Revision: 293674 > URL: https://svnweb.freebsd.org/changeset/base/293674 > > Log: > cxgbe: bind the ithreads that handle NIC rx to the correct CPU if the

svn commit: r293682 - stable/10/usr.sbin/pw

2016-01-11 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 11 19:22:58 2016 New Revision: 293682 URL: https://svnweb.freebsd.org/changeset/base/293682 Log: MFC: 278899 Regression: fix usershow -7 Modified: stable/10/usr.sbin/pw/pw_user.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r293681 - stable/10/usr.bin/rctl

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 19:21:20 2016 New Revision: 293681 URL: https://svnweb.freebsd.org/changeset/base/293681 Log: MFC r290404: Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r293691 - stable/10/share/man/man4

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 20:03:58 2016 New Revision: 293691 URL: https://svnweb.freebsd.org/changeset/base/293691 Log: MFC r287704: Point potential geom_fox(4) users to gmultipath(8). Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man4/geom_fox.4 Directory

svn commit: r293694 - stable/10/share/man/man5

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 20:13:45 2016 New Revision: 293694 URL: https://svnweb.freebsd.org/changeset/base/293694 Log: MFC r289060: Document iSCSI and autofs(5) variables in rc.conf(5). Sponsored by: The FreeBSD Foundation Modified: stable/10/share/man/man5/rc.conf.5

svn commit: r293683 - head/sys/fs/ext2fs

2016-01-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 11 19:25:43 2016 New Revision: 293683 URL: https://svnweb.freebsd.org/changeset/base/293683 Log: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch by: Damjan

svn commit: r293686 - stable/10/usr.bin/rctl

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 19:32:07 2016 New Revision: 293686 URL: https://svnweb.freebsd.org/changeset/base/293686 Log: MFC r290408: Make rctl(8) use more reasonable buffer size for retrieving the rules. Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd

2016-01-11 Thread Kenneth D. Merry
On Mon, Jan 11, 2016 at 18:29:22 +0100, Roger Pau Monn?? wrote: > El 03/12/15 a les 21.54, Kenneth D. Merry ha escrit: > > Author: ken > > Date: Thu Dec 3 20:54:55 2015 > > New Revision: 291716 > > URL: https://svnweb.freebsd.org/changeset/base/291716 > > > > Log: > > Add asynchronous command

svn commit: r293692 - in stable/10: sbin/bsdlabel sbin/dumpfs sbin/fdisk sbin/ffsinfo sbin/mdconfig sbin/newfs sbin/newfs_msdos sbin/newfs_nandfs sbin/reboot share/man/man4 share/man/man7 share/man...

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 20:10:14 2016 New Revision: 293692 URL: https://svnweb.freebsd.org/changeset/base/293692 Log: MFC r287396: It's 2015, and some people are still trying to use fdisk and then go asking what debug flags to set for GEOM to make it work. Advice them to use

svn commit: r293680 - head/sys/fs/ext2fs

2016-01-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 11 19:14:55 2016 New Revision: 293680 URL: https://svnweb.freebsd.org/changeset/base/293680 Log: ext4: add support for reading sparse files Add support for sparse files in ext4. Also implement read-ahead, which greatly increases the performance when transferring

svn commit: r293684 - stable/10/usr.sbin/pw

2016-01-11 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 11 19:26:18 2016 New Revision: 293684 URL: https://svnweb.freebsd.org/changeset/base/293684 Log: MFC: r290153 (by bdrewery) Fix unlikely memory leak. It is unlikely since the first check in the function is that dir[0] is '/', but later code changes may

svn commit: r293688 - stable/10/sys/kern

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 19:59:56 2016 New Revision: 293688 URL: https://svnweb.freebsd.org/changeset/base/293688 Log: MFC r289111: Provide better debug message on kernel module name clash. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/kern/kern_module.c

svn commit: r293690 - stable/10/sbin/mdconfig

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 20:01:50 2016 New Revision: 293690 URL: https://svnweb.freebsd.org/changeset/base/293690 Log: MFC 289113: Add 'p' postfix to mdconfig(8). Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/mdconfig/mdconfig.8

svn commit: r293693 - stable/10/sbin/dumpfs

2016-01-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 11 20:11:41 2016 New Revision: 293693 URL: https://svnweb.freebsd.org/changeset/base/293693 Log: MFC r287429: The dumpfs(8) utility doesn't actually use disktab(5); remove it from "SEE ALSO". Sponsored by: The FreeBSD Foundation Modified: