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

2014-06-04 Thread Alexander Motin
On 04.06.2014 08:04, Bryan Drewery wrote: On 6/3/2014 4:06 PM, Alexander Motin wrote: Author: mav Date: Tue Jun 3 21:06:03 2014 New Revision: 267029 URL: http://svnweb.freebsd.org/changeset/base/267029 Log: Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue

svn commit: r267039 - stable/10/sys/dev/usb/controller

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 06:15:45 2014 New Revision: 267039 URL: http://svnweb.freebsd.org/changeset/base/267039 Log: MFC r266833: Add some more spinlocks to protect the state of the USB transfer queue. Rename some functions to indicate locking requirements. Modified:

svn commit: r267040 - stable/10/sys/powerpc/powerpc

2014-06-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 4 06:21:54 2014 New Revision: 267040 URL: http://svnweb.freebsd.org/changeset/base/267040 Log: MFC r266778: Repair nested signal handling on PowerPC. The signal trampoline code was not allocating space for the parameter save area in the stack frame. If

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Eitan Adler
On 2 June 2014 23:35, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this change breaks all ports tree checkouts from before 2014-05-05 on src

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Baptiste Daroussin
On Wed, Jun 04, 2014 at 12:26:07AM -0700, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this

svn commit: r267041 - head/sys/dev/usb/wlan

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 09:18:13 2014 New Revision: 267041 URL: http://svnweb.freebsd.org/changeset/base/267041 Log: Fixes for the RSU driver: - The R92S_TCR register is an 8-bit register. Don't access it like a 16-bit register. - Disable parsing the delete station event, due to

svn commit: r267042 - stable/10/sys/dev/drm2/radeon

2014-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 4 09:44:05 2014 New Revision: 267042 URL: http://svnweb.freebsd.org/changeset/base/267042 Log: MFC: r266792 Fix DMA handling in radeon_dummy_page_init(): - Based on actual usage and on what Linux does, dummy_page.addr should contain the physical bus

svn commit: r267043 - stable/10/sys/dev/sound/pci

2014-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 4 09:54:01 2014 New Revision: 267043 URL: http://svnweb.freebsd.org/changeset/base/267043 Log: MFC: r266793, r266799, r266808 - Fix compilation with PAE support enabled by merging r233362 and, thus, doing away with the unnecessary uint8_t pointer casting.

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

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 10:29:01 2014 New Revision: 267044 URL: http://svnweb.freebsd.org/changeset/base/267044 Log: The external USB HUB in the RPI-B rejects control endpoint traffic using the BULK endpoint type, while other USB HUBs do not. Disable endpoint type workaround for

svn commit: r267045 - stable/10/usr.sbin/usbdump

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 10:33:30 2014 New Revision: 267045 URL: http://svnweb.freebsd.org/changeset/base/267045 Log: MFC r266798 and r266803: Fix for big-endian architectures. Modified: stable/10/usr.sbin/usbdump/usbdump.c Directory Properties: stable/10/ (props changed)

svn commit: r267046 - stable/8/usr.sbin/usbdump

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 10:36:02 2014 New Revision: 267046 URL: http://svnweb.freebsd.org/changeset/base/267046 Log: MFC r266798 and r266803: Fix for big-endian architectures. Modified: stable/8/usr.sbin/usbdump/usbdump.c (contents, props changed) Directory Properties:

svn commit: r267047 - stable/10/lib/libusb

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 10:40:43 2014 New Revision: 267047 URL: http://svnweb.freebsd.org/changeset/base/267047 Log: MFC r24: Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API from sourceforge. PR: usb/190204 Modified:

svn commit: r267048 - stable/8/lib/libusb

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 10:42:04 2014 New Revision: 267048 URL: http://svnweb.freebsd.org/changeset/base/267048 Log: MFC r24: Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API from sourceforge. PR: usb/190204 Modified:

svn commit: r267049 - stable/10/sys/i386/conf

2014-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 4 11:06:38 2014 New Revision: 267049 URL: http://svnweb.freebsd.org/changeset/base/267049 Log: MFC: r266820 (partial) - Shrink the list of excluded modules to what actually still doesn't build as of r267043. - Some style cleanups. Modified:

svn commit: r267050 - stable/10/sys/i386/conf

2014-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 4 12:03:51 2014 New Revision: 267050 URL: http://svnweb.freebsd.org/changeset/base/267050 Log: MFC: r266821 (partial) - Actually, modules are built correctly when compiled along the kernel as they then pick up an opt_global.h from KERNBUILDDIR having PAE

svn commit: r267051 - in head/sys: cam/scsi compat/linux

2014-06-04 Thread Alexander Motin
Author: mav Date: Wed Jun 4 12:05:47 2014 New Revision: 267051 URL: http://svnweb.freebsd.org/changeset/base/267051 Log: - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't support scatter/gather lists. - Return error for still unsupported SG 3.x API read/write calls.

svn commit: r267052 - stable/7/sys/cam

2014-06-04 Thread Alexander Motin
Author: mav Date: Wed Jun 4 12:24:53 2014 New Revision: 267052 URL: http://svnweb.freebsd.org/changeset/base/267052 Log: MFC r237398: In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIM done queue. Clearing it before caused extra SIM queueing in some cases. It was

svn commit: r267053 - stable/9/usr.sbin/usbdump

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 12:26:53 2014 New Revision: 267053 URL: http://svnweb.freebsd.org/changeset/base/267053 Log: MFC r266798 and r266803: Fix for big-endian architectures. Approved by:re, marius @ Modified: stable/9/usr.sbin/usbdump/usbdump.c Directory Properties:

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

2014-06-04 Thread Bruce Evans
On Wed, 4 Jun 2014, Bryan Drewery wrote: On 6/3/2014 4:06 PM, Alexander Motin wrote: Author: mav Date: Tue Jun 3 21:06:03 2014 New Revision: 267029 URL: http://svnweb.freebsd.org/changeset/base/267029 Log: Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue

svn commit: r267055 - stable/9/lib/libusb

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 13:42:19 2014 New Revision: 267055 URL: http://svnweb.freebsd.org/changeset/base/267055 Log: MFC r24: Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API from sourceforge. PR: usb/190204 Approved by: re, gjb @

svn commit: r267056 - stable/10/usr.sbin/bsdinstall/scripts

2014-06-04 Thread Ollivier Robert
Author: roberto Date: Wed Jun 4 14:58:51 2014 New Revision: 267056 URL: http://svnweb.freebsd.org/changeset/base/267056 Log: MFC r266107,r266108,r266109: Here is a patch for the bsdinstall root-on-zfs stuff that adds optional encryption for swap, and optional gmirror for swap (which can

svn commit: r267057 - stable/9/sys/dev/drm2/radeon

2014-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 4 15:04:36 2014 New Revision: 267057 URL: http://svnweb.freebsd.org/changeset/base/267057 Log: MFC: r266792 Fix DMA handling in radeon_dummy_page_init(): - Based on actual usage and on what Linux does, dummy_page.addr should contain the physical bus

svn commit: r267058 - stable/9/sys/dev/sound/pci

2014-06-04 Thread Marius Strobl
Author: marius Date: Wed Jun 4 15:05:24 2014 New Revision: 267058 URL: http://svnweb.freebsd.org/changeset/base/267058 Log: MFC: r266793, r266799, r266808 - Fix compilation with PAE support enabled by merging r233362 and, thus, doing away with the unnecessary uint8_t pointer casting.

svn commit: r267059 - stable/10/sys/vm

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 15:18:46 2014 New Revision: 267059 URL: http://svnweb.freebsd.org/changeset/base/267059 Log: MFC r266780: Remove the assert which can be triggered by the userspace. Modified: stable/10/sys/vm/vm_map.c Directory Properties: stable/10/ (props changed)

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Drewery, Bryan
On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this change breaks all ports tree

svn commit: r267060 - head/sys/fs/tmpfs

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 15:30:49 2014 New Revision: 267060 URL: http://svnweb.freebsd.org/changeset/base/267060 Log: Allow shared locking for the tmpfs vnodes. Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/fs/tmpfs/tmpfs_subr.c

svn commit: r267061 - stable/10/usr.sbin/bsdinstall/scripts

2014-06-04 Thread Ollivier Robert
Author: roberto Date: Wed Jun 4 15:31:57 2014 New Revision: 267061 URL: http://svnweb.freebsd.org/changeset/base/267061 Log: Fix syntax error thrown at the point of creating the root pool, caused by an embedded newline appearing within the options string surrounded by double-quotes. Rework

svn commit: r267062 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 16:06:38 2014 New Revision: 267062 URL: http://svnweb.freebsd.org/changeset/base/267062 Log: For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of the Core i7 and Westmere processors, the uncore PMC subsystem is completely different from the uncore PMC

Re: svn commit: r267027 - head/usr.bin/users

2014-06-04 Thread Bruce Evans
On Tue, 3 Jun 2014, Pietro Cerutti wrote: Log: - Avoid calling a wrapper function around strcmp This changes correct code to give undefined behaviour. - Use sizeof(*array) instead of sizeof(element) everywhere This also allows removal of a typedef obfuscation. Modified:

svn commit: r267063 - head/sbin/geom/class/label

2014-06-04 Thread Ivan Voras
Author: ivoras Date: Wed Jun 4 16:29:18 2014 New Revision: 267063 URL: http://svnweb.freebsd.org/changeset/base/267063 Log: Bulk document the kern.geom.label.*.enable sysctls and tunables. Modified: head/sbin/geom/class/label/glabel.8 Modified: head/sbin/geom/class/label/glabel.8

svn commit: r267064 - head/usr.bin/netstat

2014-06-04 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Jun 4 16:55:38 2014 New Revision: 267064 URL: http://svnweb.freebsd.org/changeset/base/267064 Log: Sadly, we do not actually live in the future. Approved by: wblock (mentor) Modified: head/usr.bin/netstat/netstat.1 Modified:

svn commit: r267065 - head/sys/dev/virtio/network

2014-06-04 Thread Luigi Rizzo
Author: luigi Date: Wed Jun 4 16:57:05 2014 New Revision: 267065 URL: http://svnweb.freebsd.org/changeset/base/267065 Log: make sure ifp-if_transmit returns 0 if a buffer is enqueued. A similar fix should be applied to vmxnet, ixgbe, igb, i40e. (some of them previously reported by Michael

svn commit: r267066 - head/sys/dev/usb/wlan

2014-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 16:58:35 2014 New Revision: 267066 URL: http://svnweb.freebsd.org/changeset/base/267066 Log: More RSU fixes: - Properly align temporary buffer to 32-bit. - Add an extra parenthesis to make expression clear. - Range check the association ID received from

svn commit: r267067 - head/usr.bin/yes

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Wed Jun 4 17:17:30 2014 New Revision: 267067 URL: http://svnweb.freebsd.org/changeset/base/267067 Log: Cross-reference jot(1) and seq(1). MFC after:3 days Modified: head/usr.bin/yes/yes.1 Modified: head/usr.bin/yes/yes.1

svn commit: r267068 - stable/10/sys/x86/xen

2014-06-04 Thread John Baldwin
Author: jhb Date: Wed Jun 4 17:50:47 2014 New Revision: 267068 URL: http://svnweb.freebsd.org/changeset/base/267068 Log: MFC 263772: Fix build without SMP. PR: 187854 Modified: stable/10/sys/x86/xen/hvm.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r267070 - in stable/10/sys/amd64/vmm: . io

2014-06-04 Thread John Baldwin
Author: jhb Date: Wed Jun 4 17:57:48 2014 New Revision: 267070 URL: http://svnweb.freebsd.org/changeset/base/267070 Log: MFC 260972: There is no need to initialize the IOMMU if no passthru devices have been configured for bhyve to use. Modified: stable/10/sys/amd64/vmm/io/iommu.c

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

2014-06-04 Thread John Baldwin
Author: jhb Date: Wed Jun 4 18:08:08 2014 New Revision: 267071 URL: http://svnweb.freebsd.org/changeset/base/267071 Log: MFC 260999: Increase the block-layer backend maximum number of requests to match the AHCI command queue depth. Modified: stable/10/usr.sbin/bhyve/block_if.c Directory

svn commit: r267074 - stable/10/sys/dev/aac

2014-06-04 Thread John Baldwin
Author: jhb Date: Wed Jun 4 18:21:33 2014 New Revision: 267074 URL: http://svnweb.freebsd.org/changeset/base/267074 Log: MFC 266281: Clear the data buffer length field when freeing a command structure so that it doesn't leak through when the command structure is reused for a user command

svn commit: r267075 - stable/8/sys/dev/aac

2014-06-04 Thread John Baldwin
Author: jhb Date: Wed Jun 4 18:22:34 2014 New Revision: 267075 URL: http://svnweb.freebsd.org/changeset/base/267075 Log: MFC 266281: Clear the data buffer length field when freeing a command structure so that it doesn't leak through when the command structure is reused for a user command

svn commit: r267076 - stable/9/sys/dev/aac

2014-06-04 Thread John Baldwin
Author: jhb Date: Wed Jun 4 18:32:41 2014 New Revision: 267076 URL: http://svnweb.freebsd.org/changeset/base/267076 Log: MFC 266281: Clear the data buffer length field when freeing a command structure so that it doesn't leak through when the command structure is reused for a user command

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

2014-06-04 Thread Alexander Motin
Author: mav Date: Wed Jun 4 18:58:32 2014 New Revision: 267077 URL: http://svnweb.freebsd.org/changeset/base/267077 Log: MFC r239133 (by jimharris): During TSC synchronization test, use rdtsc() rather than rdtsc32(), to protect against 32-bit TSC overflow while the sync test is running.

svn commit: r267078 - head/sys/dev/vt/font

2014-06-04 Thread Ed Maste
Author: emaste Date: Wed Jun 4 19:42:47 2014 New Revision: 267078 URL: http://svnweb.freebsd.org/changeset/base/267078 Log: Update vt(4) console font author's email address MFC after:3 days Modified: head/sys/dev/vt/font/vt_font_default.c Modified:

svn commit: r267079 - head/sys/dev/vt/font

2014-06-04 Thread Ed Maste
Author: emaste Date: Wed Jun 4 20:05:52 2014 New Revision: 267079 URL: http://svnweb.freebsd.org/changeset/base/267079 Log: Remove extra copy of old email address. MFC after:3 days Modified: head/sys/dev/vt/font/vt_font_default.c Modified: head/sys/dev/vt/font/vt_font_default.c

Re: svn commit: r267071 - stable/10/usr.sbin/bhyve

2014-06-04 Thread Willem Jan Withagen
On 4-6-2014 20:08, John Baldwin wrote: Author: jhb Date: Wed Jun 4 18:08:08 2014 New Revision: 267071 URL: http://svnweb.freebsd.org/changeset/base/267071 Log: MFC 260999: Increase the block-layer backend maximum number of requests to match the AHCI command queue depth.

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Warner Losh
On Jun 3, 2014, at 12:35 AM, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this change breaks all ports tree checkouts from before

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

2014-06-04 Thread Navdeep Parhar
Author: np Date: Thu Jun 5 00:38:32 2014 New Revision: 267082 URL: http://svnweb.freebsd.org/changeset/base/267082 Log: cxgbe(4): Properly account for the freelist buffers used when returning early from service_iq due to a budget restriction. This fixes a potential rx hang when using

svn commit: r267083 - stable/10/sys/amd64/amd64

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 5 00:40:48 2014 New Revision: 267083 URL: http://svnweb.freebsd.org/changeset/base/267083 Log: MFC r266846: When usermode loaded non-default segment selector into the %gs, correctly prepare KGSBASE msr to restore the user descriptor base on the last swapgs

svn commit: r267084 - stable/10/sys/dev/mfi

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 5 00:43:32 2014 New Revision: 267084 URL: http://svnweb.freebsd.org/changeset/base/267084 Log: MFC r266848: Add support for the unmapped i/o to mfi(4). Modified: stable/10/sys/dev/mfi/mfi.c stable/10/sys/dev/mfi/mfi_cam.c stable/10/sys/dev/mfi/mfi_disk.c

svn commit: r267085 - stable/8/sys/amd64/amd64

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 5 00:50:55 2014 New Revision: 267085 URL: http://svnweb.freebsd.org/changeset/base/267085 Log: MFC r266846: When usermode loaded non-default segment selector into the %gs, correctly prepare KGSBASE msr to restore the user descriptor base on the last swapgs

svn commit: r267086 - stable/9/sys/amd64/amd64

2014-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 5 01:00:27 2014 New Revision: 267086 URL: http://svnweb.freebsd.org/changeset/base/267086 Log: MFC r266846: When usermode loaded non-default segment selector into the %gs, correctly prepare KGSBASE msr to restore the user descriptor base on the last swapgs

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

2014-06-04 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jun 5 01:20:25 2014 New Revision: 267087 URL: http://svnweb.freebsd.org/changeset/base/267087 Log: MFC r266828: Correct the description of characters allowed. Based on pw_checkname in usr.sbin/pw/pw_user.c. Modified version of patch submitted

svn commit: r267088 - stable/9/share/man/man5

2014-06-04 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jun 5 01:52:20 2014 New Revision: 267088 URL: http://svnweb.freebsd.org/changeset/base/267088 Log: MFC r266828: Correct the description of characters allowed. Based on pw_checkname in usr.sbin/pw/pw_user.c. Modified version of patch submitted

svn commit: r267089 - head/sys/dev/usb/wlan

2014-06-04 Thread Kevin Lo
Author: kevlo Date: Thu Jun 5 01:55:23 2014 New Revision: 267089 URL: http://svnweb.freebsd.org/changeset/base/267089 Log: Remove D-Link DWA140 rev D1 by accident. Pointed out by Anders Larsson in private email. Modified: head/sys/dev/usb/wlan/if_run.c Modified:

svn commit: r267090 - head/share/man/man5

2014-06-04 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jun 5 01:58:21 2014 New Revision: 267090 URL: http://svnweb.freebsd.org/changeset/base/267090 Log: Correct the document date for last change. MFC after:1 week Modified: head/share/man/man5/passwd.5 Modified: head/share/man/man5/passwd.5

svn commit: r267091 - head/share/man/man9

2014-06-04 Thread Kevin Lo
Author: kevlo Date: Thu Jun 5 03:16:23 2014 New Revision: 267091 URL: http://svnweb.freebsd.org/changeset/base/267091 Log: Catch up with recent changes... Modified: head/share/man/man9/mbuf.9 Modified: head/share/man/man9/mbuf.9

Re: svn commit: r266760 - head/contrib/bmake

2014-06-04 Thread Julian Elischer
On 6/4/14, 11:19 PM, Drewery, Bryan wrote: On 6/4/14, 2:26 AM, Eitan Adler wrote: On 2 June 2014 23:35, Baptiste Daroussin b...@freebsd.org wrote: On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone

svn commit: r267092 - head/sys/kern

2014-06-04 Thread Davide Italiano
Author: davide Date: Thu Jun 5 03:46:46 2014 New Revision: 267092 URL: http://svnweb.freebsd.org/changeset/base/267092 Log: Convert functions to the new-style format. Submitted by: Vijay Singh vijju.si...@gmail.com via -hackers Modified: head/sys/kern/kern_timeout.c Modified:

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

2014-06-04 Thread Alexander Motin
Author: mav Date: Thu Jun 5 05:36:55 2014 New Revision: 267093 URL: http://svnweb.freebsd.org/changeset/base/267093 Log: MFC r266538: Make ng_mppc to not disable the node in case of multiple packet loss. Quite often it can be just packet reorder, and killing link in such case is

svn commit: r267094 - stable/9/sys/netgraph

2014-06-04 Thread Alexander Motin
Author: mav Date: Thu Jun 5 05:58:54 2014 New Revision: 267094 URL: http://svnweb.freebsd.org/changeset/base/267094 Log: MFC r266538: Make ng_mppc to not disable the node in case of multiple packet loss. Quite often it can be just packet reorder, and killing link in such case is