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

2016-11-17 Thread Dexuan Cui
Author: dexuan Date: Fri Nov 18 07:36:00 2016 New Revision: 308798 URL: https://svnweb.freebsd.org/changeset/base/308798 Log: remove the hv_ata_pci_disengage(4) manual A few months ago, we removed the driver, which was not necessary any longer. Reviewed by: sephe Approved by:

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

2016-11-17 Thread Dexuan Cui
Author: dexuan Date: Fri Nov 18 07:27:41 2016 New Revision: 308797 URL: https://svnweb.freebsd.org/changeset/base/308797 Log: update the hv_vmbus(4) manual by adding a dependency on pci We enhanced the vmbus driver to support PCIe pass-through recently. Reviewed by: sephe Approved

RE: svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

2016-11-17 Thread Dexuan Cui via svn-src-head
> From: Dexuan Cui [mailto:de...@microsoft.com] > > From: Ngie Cooper [mailto:yaneurab...@gmail.com] > > Sent: Friday, November 18, 2016 05:37 > > To: Andreas Tobler > > On Thu, Nov 17, 2016 at 9:46 AM, Andreas Tobler > > wrote: > > > On 16.11.16

svn commit: r308795 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

2016-11-17 Thread Dexuan Cui
Author: dexuan Date: Fri Nov 18 06:44:18 2016 New Revision: 308795 URL: https://svnweb.freebsd.org/changeset/base/308795 Log: hyperv/pcib: change the file name: pcib.c -> vmbus_pcib.c This makes the file name and the variable naming in the file consistent. Reviewed by: sephe

svn commit: r308794 - in head/sys/dev/hyperv: pcib vmbus

2016-11-17 Thread Dexuan Cui
Author: dexuan Date: Fri Nov 18 06:24:22 2016 New Revision: 308794 URL: https://svnweb.freebsd.org/changeset/base/308794 Log: hyperv/vmbus,pcib: Add MODULE_DEPEND on pci We'd better add this dependency explicitly, though usually the pci driver is built into the kernel by default.

svn commit: r308793 - in head/sys: conf modules/hyperv/pcib modules/hyperv/vmbus

2016-11-17 Thread Dexuan Cui
Author: dexuan Date: Fri Nov 18 05:33:01 2016 New Revision: 308793 URL: https://svnweb.freebsd.org/changeset/base/308793 Log: hyperv/pcib: Fix the build for some kernel configs Add the dependency on pci explicitly for the pcib and vmbus drivers. The related Makefiles are updated

svn commit: r308792 - head/sys/net

2016-11-17 Thread Sean Bruno
Author: sbruno Date: Fri Nov 18 04:19:21 2016 New Revision: 308792 URL: https://svnweb.freebsd.org/changeset/base/308792 Log: iflib updates and fixes: -reset gen on down -initialize admin task statically -drain mp_ring on down -don't drop context lock on stop -

svn commit: r308791 - head/sys/cddl/contrib/opensolaris/uts/intel/dtrace

2016-11-17 Thread Mark Johnston
Author: markj Date: Fri Nov 18 03:11:11 2016 New Revision: 308791 URL: https://svnweb.freebsd.org/changeset/base/308791 Log: Support fetching RFLAGS in fasttrap_getreg(). MFC after:1 week Modified: head/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c Modified:

svn commit: r308790 - head/tools/sched

2016-11-17 Thread Ryan Stone
Author: rstone Date: Fri Nov 18 02:29:09 2016 New Revision: 308790 URL: https://svnweb.freebsd.org/changeset/base/308790 Log: Add a dtrace script for collecting schedgraph data Added: head/tools/sched/make_ktr.sh (contents, props changed) head/tools/sched/schedgraph.d (contents, props

RE: svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

2016-11-17 Thread Dexuan Cui via svn-src-head
> From: Ngie Cooper [mailto:yaneurab...@gmail.com] > Sent: Friday, November 18, 2016 05:37 > To: Andreas Tobler > On Thu, Nov 17, 2016 at 9:46 AM, Andreas Tobler > wrote: > > On 16.11.16 10:25, Dexuan Cui wrote: > >> > >> Author: dexuan > >> Date: Wed

svn commit: r308789 - head/sys/conf

2016-11-17 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 18 00:13:30 2016 New Revision: 308789 URL: https://svnweb.freebsd.org/changeset/base/308789 Log: If FreeBSD source tree is a subproject of a bigger project, then .git or .hg may reside above FreeBSD sources root. Provide function findvcs() that will climb up

Re: svn commit: r308748 - head/sys/netgraph

2016-11-17 Thread Gleb Smirnoff
On Thu, Nov 17, 2016 at 03:56:57PM -0800, Gleb Smirnoff wrote: T> On Thu, Nov 17, 2016 at 10:44:12PM +0800, Sepherosa Ziehau wrote: T> S> On Thu, Nov 17, 2016 at 10:03 PM, Bjoern A. Zeeb wrote: T> S> > Author: bz T> S> > Date: Thu Nov 17 14:03:44 2016 T> S> > New Revision:

Re: svn commit: r308748 - head/sys/netgraph

2016-11-17 Thread Gleb Smirnoff
On Thu, Nov 17, 2016 at 10:44:12PM +0800, Sepherosa Ziehau wrote: S> On Thu, Nov 17, 2016 at 10:03 PM, Bjoern A. Zeeb wrote: S> > Author: bz S> > Date: Thu Nov 17 14:03:44 2016 S> > New Revision: 308748 S> > URL: https://svnweb.freebsd.org/changeset/base/308748 S> > S> > Log: S>

svn commit: r308788 - head/usr.bin/gcore

2016-11-17 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 17 23:16:56 2016 New Revision: 308788 URL: https://svnweb.freebsd.org/changeset/base/308788 Log: Cleanup some leftovers from '-s' removal in r302792. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/usr.bin/gcore/gcore.c Modified:

svn commit: r308787 - head/sys/dev/bnxt

2016-11-17 Thread Stephen Hurd
Author: shurd (ports committer) Date: Thu Nov 17 23:05:34 2016 New Revision: 308787 URL: https://svnweb.freebsd.org/changeset/base/308787 Log: Add missing newline in error mesage Approved by: davidch MFC after:13 days Sponsored by: Broadcom Corporation Modified:

svn commit: r308786 - head/etc

2016-11-17 Thread Jilles Tjoelker
Author: jilles Date: Thu Nov 17 22:49:51 2016 New Revision: 308786 URL: https://svnweb.freebsd.org/changeset/base/308786 Log: rc.subr: Swap checks so we only fork sysctl if *_oomprotect is set. Modified: head/etc/rc.subr Modified: head/etc/rc.subr

Re: svn commit: r308782 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2016-11-17 Thread Alexander Motin
Rebased, but that is not the first time. What it really needs is reviews. On 17.11.2016 14:22, Steven Hartland wrote: > Thanks, looks like the PR needs a rebase before it can be merged. > > On 17/11/2016 22:11, Alexander Motin wrote: >> It is in OpenZFS review queue now: >>

Re: svn commit: r308782 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2016-11-17 Thread Steven Hartland
Thanks, looks like the PR needs a rebase before it can be merged. On 17/11/2016 22:11, Alexander Motin wrote: It is in OpenZFS review queue now: https://github.com/openzfs/openzfs/pull/219 Welcome to comment there to speed up the process. On 17.11.2016 13:43, Steven Hartland wrote: Is this

Re: svn commit: r308782 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2016-11-17 Thread Alexander Motin
It is in OpenZFS review queue now: https://github.com/openzfs/openzfs/pull/219 Welcome to comment there to speed up the process. On 17.11.2016 13:43, Steven Hartland wrote: > Is this something that should be upstreamed? > > On 17/11/2016 21:01, Alexander Motin wrote: >> Author: mav >> Date: Thu

svn commit: r308785 - head/sys/net80211

2016-11-17 Thread Imre Vadász
Author: ivadasz Date: Thu Nov 17 21:52:00 2016 New Revision: 308785 URL: https://svnweb.freebsd.org/changeset/base/308785 Log: [net80211] Don't check bgscanidle setting in net80211 for full-offload scan. If full-offload scan is used, the NIC driver (or rather the firmware of the NIC)

Re: svn commit: r308782 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2016-11-17 Thread Steven Hartland
Is this something that should be upstreamed? On 17/11/2016 21:01, Alexander Motin wrote: Author: mav Date: Thu Nov 17 21:01:27 2016 New Revision: 308782 URL: https://svnweb.freebsd.org/changeset/base/308782 Log: After some ZIL changes 6 years ago zil_slog_limit got partially broken due

Re: svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

2016-11-17 Thread Ngie Cooper
On Thu, Nov 17, 2016 at 9:46 AM, Andreas Tobler wrote: > On 16.11.16 10:25, Dexuan Cui wrote: >> >> Author: dexuan >> Date: Wed Nov 16 09:25:00 2016 >> New Revision: 308725 >> URL: https://svnweb.freebsd.org/changeset/base/308725 ... > -dev/hyperv/pcib/pcib.c

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

2016-11-17 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 17 21:36:18 2016 New Revision: 308784 URL: https://svnweb.freebsd.org/changeset/base/308784 Log: Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won't do any speculations about readahead, and use exactly the amount of readahead specified

svn commit: r308782 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2016-11-17 Thread Alexander Motin
Author: mav Date: Thu Nov 17 21:01:27 2016 New Revision: 308782 URL: https://svnweb.freebsd.org/changeset/base/308782 Log: After some ZIL changes 6 years ago zil_slog_limit got partially broken due to zl_itx_list_sz not updated when async itx'es upgraded to sync. Actually because of other

svn commit: r308783 - in head: sys/kern sys/sys usr.bin/netstat

2016-11-17 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 17 21:02:55 2016 New Revision: 308783 URL: https://svnweb.freebsd.org/changeset/base/308783 Log: Use bogus_page to properly reduce number of I/Os in sendfile(2). The new sendfile_swapin() loop works this way: - Find first invalid page in the request. - Do

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

2016-11-17 Thread Alexander Motin
Author: mav Date: Thu Nov 17 20:44:51 2016 New Revision: 308781 URL: https://svnweb.freebsd.org/changeset/base/308781 Log: Revert r307392: I've found a way to avoid big allocations completely. Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c Modified:

svn commit: r308780 - head/sys/cam/scsi

2016-11-17 Thread Alan Somers
Author: asomers Date: Thu Nov 17 20:42:56 2016 New Revision: 308780 URL: https://svnweb.freebsd.org/changeset/base/308780 Log: Fix "camcontrol rescan" with SATA drives behind a SAS controller A bug in CAM's serial number hash logic resulted in SATA drives behind a SAS controller getting

svn commit: r308779 - head/release

2016-11-17 Thread Glen Barber
Author: gjb Date: Thu Nov 17 20:34:08 2016 New Revision: 308779 URL: https://svnweb.freebsd.org/changeset/base/308779 Log: Pass SWAPSIZE in env(1) when invoking mk-vmimage.sh for the vm-image target, missed in r308737. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r308778 - head/sys/vm

2016-11-17 Thread Gleb Smirnoff
Author: glebius Date: Thu Nov 17 20:32:32 2016 New Revision: 308778 URL: https://svnweb.freebsd.org/changeset/base/308778 Log: - If caller specifies readbehind and readahead that together with count doesn't fit into a buf, then trim readbehind and readahead evenly. If rbehind was

svn commit: r308777 - head/sys/dev/iwm

2016-11-17 Thread Imre Vadász
Author: ivadasz Date: Thu Nov 17 20:00:20 2016 New Revision: 308777 URL: https://svnweb.freebsd.org/changeset/base/308777 Log: [iwm] Sync iwm_nvm_read_chunk() function with Linux iwlwifi. This fixes an error handling detail in iwm_nvm_read_chunk(), where an error response from the

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

2016-11-17 Thread Toomas Soome
Author: tsoome Date: Thu Nov 17 19:38:30 2016 New Revision: 308776 URL: https://svnweb.freebsd.org/changeset/base/308776 Log: loader: zfs toplevel vdev must have spa set. The salt based checksum mechanisms, such as skein, are storing the seed in spa structure, and need to access the spa

Re: svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools u

2016-11-17 Thread Dimitry Andric
On 17 Nov 2016, at 01:31, Ngie Cooper wrote: > > On Wed, Nov 16, 2016 at 2:14 PM, Mark Johnston wrote: > ... >> This appears to install hv_kvp_daemon and hv_vss_daemon to / instead of >> /usr/sbin, and breaks the -DNO_ROOT build. I think a Makefile.inc

svn commit: r308775 - head/sbin/etherswitchcfg

2016-11-17 Thread Luiz Otavio O Souza
Author: loos Date: Thu Nov 17 19:02:25 2016 New Revision: 308775 URL: https://svnweb.freebsd.org/changeset/base/308775 Log: Zero etherswitch_vlangroup structure before doing partial assignments. MFC after:3 days Sponsored by: Rubicon Communications, LLC (Netgate) Modified:

svn commit: r308774 - head/sys/boot/mips/beri/loader

2016-11-17 Thread Toomas Soome
Author: tsoome Date: Thu Nov 17 18:38:35 2016 New Revision: 308774 URL: https://svnweb.freebsd.org/changeset/base/308774 Log: loader: beri_sdcard_disk_print() needs to return int. The https://reviews.freebsd.org/rS308434 did change the return type for dv_print callbacks, but the return

Re: svn commit: r308773 - head/cddl/lib/libdtrace

2016-11-17 Thread John Baldwin
On Thursday, November 17, 2016 06:13:42 PM Mark Johnston wrote: > Author: markj > Date: Thu Nov 17 18:13:42 2016 > New Revision: 308773 > URL: https://svnweb.freebsd.org/changeset/base/308773 > > Log: > Define dependencies for some auto-generated source files in libdtrace. > > Remove an

svn commit: r308773 - head/cddl/lib/libdtrace

2016-11-17 Thread Mark Johnston
Author: markj Date: Thu Nov 17 18:13:42 2016 New Revision: 308773 URL: https://svnweb.freebsd.org/changeset/base/308773 Log: Define dependencies for some auto-generated source files in libdtrace. Remove an unneeded beforedepend rule. Reported by: emaste, jhb Reviewed by: bdrewery

svn commit: r308772 - head/usr.sbin/crunch/crunchide

2016-11-17 Thread Ed Maste
Author: emaste Date: Thu Nov 17 18:12:17 2016 New Revision: 308772 URL: https://svnweb.freebsd.org/changeset/base/308772 Log: crunchide: report explicit error for combined string table Some tools produce objects with a combined strtab and shstrtab. These objects are not supported by

Re: svn commit: r308725 - in head/sys: conf dev/hyperv/pcib modules/hyperv/pcib

2016-11-17 Thread Andreas Tobler
On 16.11.16 10:25, Dexuan Cui wrote: Author: dexuan Date: Wed Nov 16 09:25:00 2016 New Revision: 308725 URL: https://svnweb.freebsd.org/changeset/base/308725 Modified: head/sys/conf/files.amd64 == ---

Re: svn commit: r308691 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs fs/tmpfs kern vm

2016-11-17 Thread Alan Cox
On 11/16/2016 11:52, Ruslan Bukin wrote: > On Wed, Nov 16, 2016 at 04:59:39PM +, Ruslan Bukin wrote: >> On Wed, Nov 16, 2016 at 06:53:43PM +0200, Konstantin Belousov wrote: >>> On Wed, Nov 16, 2016 at 01:37:18PM +, Ruslan Bukin wrote: I have a panic with this on RISC-V. Any ideas ?

Re: svn commit: r308582 - in head: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys

2016-11-17 Thread Ed Maste
On 12 November 2016 at 14:26, Mark Johnston wrote: > Author: markj > Date: Sat Nov 12 19:26:12 2016 > New Revision: 308582 > URL: https://svnweb.freebsd.org/changeset/base/308582 > > Log: > Remove the DTrace printt and typeref actions. It looks like we have a missing

Re: svn commit: r308746 - in head/sys/gnu/dts: include/dt-bindings/dma include/dt-bindings/net mips/ingenic

2016-11-17 Thread Adrian Chadd
heh, as someone with the ye older board / boot loader, I'll see about adding a comment somewhere that the console is .. not what dts says. :) -a ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To

svn commit: r308769 - head/sys/kern

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 16:13:30 2016 New Revision: 308769 URL: https://svnweb.freebsd.org/changeset/base/308769 Log: Fix build when no INET and INET6 in kernel config. Submitted by: kan Sponsored by: DARPA, AFRL Modified: head/sys/kern/vfs_export.c Modified:

svn commit: r308768 - head/sys/dev/uart

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 16:06:53 2016 New Revision: 308768 URL: https://svnweb.freebsd.org/changeset/base/308768 Log: Do not reallocate driver softc for uart unnecessarily. Do not assume that all uart drivers use uart_softc structure as is. Some do a sensible thing and do declare

svn commit: r308767 - head/sys/dev/gpio

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 15:37:44 2016 New Revision: 308767 URL: https://svnweb.freebsd.org/changeset/base/308767 Log: Make gpiobus early driver at BUS_PAS_BUS. The gpiobus driver is attached explicitly and generally should be at the same pass as its parent. Making it use BUS_PAS_BUS

svn commit: r308762 - head/usr.bin/whois

2016-11-17 Thread Tony Finch
Author: fanf Date: Thu Nov 17 15:19:06 2016 New Revision: 308762 URL: https://svnweb.freebsd.org/changeset/base/308762 Log: More robust handling of whois referrals from RIRs. An example problem case is 163.1.0.0 (University of Oxford) which is in an APNIC ERX address range. Previously we

Re: svn commit: r308752 - head/sys/dev/usb/controller

2016-11-17 Thread Hans Petter Selasky
On 11/17/16 16:08, Ruslan Bukin wrote: #ifdef USB_DEBUG -static int dwc_otg_debug; +static int dwc_otg_debug = 0; BSS/static is zero by default. Else looks good. --HPS ___ svn-src-head@freebsd.org mailing list

svn commit: r308755 - head/sys/dev/usb/controller

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 15:12:03 2016 New Revision: 308755 URL: https://svnweb.freebsd.org/changeset/base/308755 Log: Declare dwc_otg_detach as non-static (same as dwc_otg_attach), so it can be called from fdt-glue drivers. Submitted by: kan Sponsored by: DARPA, AFRL Modified:

svn commit: r308752 - head/sys/dev/usb/controller

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 15:08:30 2016 New Revision: 308752 URL: https://svnweb.freebsd.org/changeset/base/308752 Log: Allow operation with UTMI+ phy. Submitted by: kan Sponsored by: DARPA, AFRL Modified: head/sys/dev/usb/controller/dwc_otg.c head/sys/dev/usb/controller/dwc_otg.h

Re: svn commit: r308748 - head/sys/netgraph

2016-11-17 Thread Sepherosa Ziehau
On Thu, Nov 17, 2016 at 10:03 PM, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Nov 17 14:03:44 2016 > New Revision: 308748 > URL: https://svnweb.freebsd.org/changeset/base/308748 > > Log: > Writing out the L2TP control packet requires 12 bytes of > contiguous memory but in

svn commit: r308751 - head/sys/dev/dme

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 14:43:13 2016 New Revision: 308751 URL: https://svnweb.freebsd.org/changeset/base/308751 Log: Remove outdated comment. Pointed out by: andrew (original author) Sponsored by: DARPA, AFRL Modified: head/sys/dev/dme/if_dme.c Modified:

svn commit: r308750 - in head/sys/dev: ic uart

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 14:41:22 2016 New Revision: 308750 URL: https://svnweb.freebsd.org/changeset/base/308750 Log: Add support for UART found in the Ingenic XBurst system on chips. These CPUs has non-standard UART enable bit hidden in the UART FIFO Control Register. Sponsored

svn commit: r308748 - head/sys/netgraph

2016-11-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 17 14:03:44 2016 New Revision: 308748 URL: https://svnweb.freebsd.org/changeset/base/308748 Log: Writing out the L2TP control packet requires 12 bytes of contiguous memory but in one path we did not always guarantee this, thus do a m_pullup() there. PR:

Re: svn commit: r308747 - in head/sys: conf dev/dme

2016-11-17 Thread Andrew Turner
On Thu, 17 Nov 2016 11:48:07 + (UTC) Ruslan Bukin wrote: > Added: head/sys/dev/dme/if_dme.c > == > --- /dev/null 00:00:00 1970 (empty, because file is > newly added) +++ head/sys/dev/dme/if_dme.c

svn commit: r308747 - in head/sys: conf dev/dme

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 11:48:07 2016 New Revision: 308747 URL: https://svnweb.freebsd.org/changeset/base/308747 Log: Add driver for DM9000 Ethernet MAC Controller. This device found in the Ingenic jz4780 SoC. Submitted by: kan Sponsored by: DARPA, AFRL Added:

svn commit: r308746 - in head/sys/gnu/dts: include/dt-bindings/dma include/dt-bindings/net mips/ingenic

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 11:31:13 2016 New Revision: 308746 URL: https://svnweb.freebsd.org/changeset/base/308746 Log: Import Ingenic CI20 (jz4780) DTS files. Submitted by: kan Sponsored by: DARPA, AFRL Added: head/sys/gnu/dts/include/dt-bindings/dma/jz4780-dma.h (contents, props

svn commit: r308745 - in head/sys/netinet: . tcp_stacks

2016-11-17 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 17 08:15:02 2016 New Revision: 308745 URL: https://svnweb.freebsd.org/changeset/base/308745 Log: Notify the use via setting errno when a TCP RST segment is received either in the CLOSING or LAST-ACK state. Reviewed by: hiren MFC after:3