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

2018-03-15 Thread Eitan Adler
On 20 July 2016 at 09:59, Conrad E. Meyer wrote: > Author: cem > Date: Wed Jul 20 16:59:36 2016 > New Revision: 303099 > URL: https://svnweb.freebsd.org/changeset/base/303099 > > Log: > Extend ELF coredump to support more than 65535 segments r303099, r303105, r303114, r308177 Is this and relat

svn commit: r331046 - head/sys/dev/nvme

2018-03-15 Thread Warner Losh
Author: imp Date: Fri Mar 16 05:23:48 2018 New Revision: 331046 URL: https://svnweb.freebsd.org/changeset/base/331046 Log: Try polling the qpairs on timeout. On some systems, we're getting timeouts when we use multiple queues on drives that work perfectly well on other systems. On a hunch

svn commit: r331045 - head/sys/modules/imx/imx_spi

2018-03-15 Thread Ian Lepore
Author: ian Date: Fri Mar 16 02:46:08 2018 New Revision: 331045 URL: https://svnweb.freebsd.org/changeset/base/331045 Log: Add required interface header. Reported by: andreast@ Modified: head/sys/modules/imx/imx_spi/Makefile Modified: head/sys/modules/imx/imx_spi/Makefile =

svn commit: r331043 - in head/sys/dev/rtwn: . rtl8188e rtl8192c rtl8812a

2018-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 16 01:03:10 2018 New Revision: 331043 URL: https://svnweb.freebsd.org/changeset/base/331043 Log: rtwn(4): de-hardcode ('h/w rate index' - 'corresponding MCS index') constant Modified: head/sys/dev/rtwn/if_rtwn_ridx.h head/sys/dev/rtwn/rtl8188e/r88e_rx.c head/sys

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

2018-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 16 00:38:10 2018 New Revision: 331042 URL: https://svnweb.freebsd.org/changeset/base/331042 Log: urtw(4), zyd(4): reduce code verbosity. No functional change intended. Modified: head/sys/dev/usb/wlan/if_urtw.c head/sys/dev/usb/wlan/if_zyd.c Modified: head/sy

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

2018-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Fri Mar 16 00:09:16 2018 New Revision: 331041 URL: https://svnweb.freebsd.org/changeset/base/331041 Log: urtw(4): provide names for some commonly used rate indices + drop now-unused urtw_rate2rtl() Modified: head/sys/dev/usb/wlan/if_urtw.c Modified: head/sys/dev/usb/wlan

svn commit: r331040 - head/sys/net

2018-03-15 Thread Andriy Voskoboinyk
Author: avos Date: Thu Mar 15 23:32:29 2018 New Revision: 331040 URL: https://svnweb.freebsd.org/changeset/base/331040 Log: Correct comment for IFM_IEEE80211_VHT media variant. Modified: head/sys/net/if_media.h Modified: head/sys/net/if_media.h ===

svn commit: r331030 - head/sys/dev/md

2018-03-15 Thread Brooks Davis
Author: brooks Date: Thu Mar 15 21:42:49 2018 New Revision: 331030 URL: https://svnweb.freebsd.org/changeset/base/331030 Log: Add a request structure and make the implementation use it. This allows compatibility translation to take place on the stack (md_ioctl is too big) and is more suit

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

2018-03-15 Thread Kyle Evans
On Thu, Mar 15, 2018 at 2:23 PM, Jeff Roberson wrote: > Author: jeff > Date: Thu Mar 15 19:23:07 2018 > New Revision: 331018 > URL: https://svnweb.freebsd.org/changeset/base/331018 > > Log: > Eliminate pageout wakeup races. Take another step towards lockless > vmd_free_count manipulation. Re

svn commit: r331029 - head

2018-03-15 Thread Brooks Davis
Author: brooks Date: Thu Mar 15 21:31:19 2018 New Revision: 331029 URL: https://svnweb.freebsd.org/changeset/base/331029 Log: Finish removal of dataacq.h (r330716) and pcaudioio.h (r330766). Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r331018 - head/sys/vm

2018-03-15 Thread Jeff Roberson
Author: jeff Date: Thu Mar 15 19:23:07 2018 New Revision: 331018 URL: https://svnweb.freebsd.org/changeset/base/331018 Log: Eliminate pageout wakeup races. Take another step towards lockless vmd_free_count manipulation. Reduce the scope of the free lock by using a pageout lock to synchroni

svn commit: r331016 - head/lib/libc/sys

2018-03-15 Thread Mark Johnston
Author: markj Date: Thu Mar 15 19:03:54 2018 New Revision: 331016 URL: https://svnweb.freebsd.org/changeset/base/331016 Log: Add a space between a section number and a following comma. Fix some nits from igor while here. MFC after:3 days Modified: head/lib/libc/sys/sendfile.2 M

Re: svn commit: r331015 - head/etc/rc.d

2018-03-15 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: dab > Date: Thu Mar 15 18:29:56 2018 > New Revision: 331015 > URL: https://svnweb.freebsd.org/changeset/base/331015 > > Log: > Modify rc.d/fsck to handle new status from fsck/fsck_ffs > > r328013 introduced a new error code from fsck_ff

svn commit: r331015 - head/etc/rc.d

2018-03-15 Thread David Bright
Author: dab Date: Thu Mar 15 18:29:56 2018 New Revision: 331015 URL: https://svnweb.freebsd.org/changeset/base/331015 Log: Modify rc.d/fsck to handle new status from fsck/fsck_ffs r328013 introduced a new error code from fsck_ffs that indicates that it could not completely fix the file sy

svn commit: r331014 - head/sys/dev/md

2018-03-15 Thread Brooks Davis
Author: brooks Date: Thu Mar 15 18:12:55 2018 New Revision: 331014 URL: https://svnweb.freebsd.org/changeset/base/331014 Log: Move implementation of ioctls into kern_*() functions. Move locks from outside ioctl to the individual implementations. This is the first step of changing the i

svn commit: r331013 - head/sys/cam/ctl

2018-03-15 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 15 17:36:13 2018 New Revision: 331013 URL: https://svnweb.freebsd.org/changeset/base/331013 Log: Fix iSCSI target crash on session reinstation. The crash scenario goes like this: there's a thread waiting on "reinstate"; because it doesn't update the timeout cou

svn commit: r331008 - head/sys/dev/md

2018-03-15 Thread Brooks Davis
Author: brooks Date: Thu Mar 15 16:37:43 2018 New Revision: 331008 URL: https://svnweb.freebsd.org/changeset/base/331008 Log: Restore the behavior of returning the total number of units by unconditionally incrementing i in the loop; Reported by: cem MFC with: r330880 Sponsored by

svn commit: r331007 - head/sys/crypto/aesni

2018-03-15 Thread Conrad Meyer
Author: cem Date: Thu Mar 15 16:17:02 2018 New Revision: 331007 URL: https://svnweb.freebsd.org/changeset/base/331007 Log: aesni(4): Stylistic/comment enhancements Improve clarity of a comment and style(9) some areas. No functional change. Reported by: markj (on review of a mostl

Re: svn commit: r331006 - head/share/termcap

2018-03-15 Thread Baptiste Daroussin
On Thu, Mar 15, 2018 at 05:19:22PM +0200, Andriy Gapon wrote: > On 15/03/2018 17:13, Baptiste Daroussin wrote: > > Add termcap entries for the st terminal (https://st.sucksless.org) > > Just in case anyone else got curious, the correct URL is > https://st.suckless.org Thanks and sorry for the ty

Re: svn commit: r331006 - head/share/termcap

2018-03-15 Thread Andriy Gapon
On 15/03/2018 17:13, Baptiste Daroussin wrote: > Add termcap entries for the st terminal (https://st.sucksless.org) Just in case anyone else got curious, the correct URL is https://st.suckless.org -- Andriy Gapon ___ svn-src-head@freebsd.org mailing li

Re: svn commit: r330886 - head/share/examples

2018-03-15 Thread Devin Teske
> On Mar 15, 2018, at 5:25 AM, Matthias Meyser wrote: > > Am 14.03.2018 um 00:37 schrieb Devin Teske: >> Author: dteske >> Date: Tue Mar 13 23:37:33 2018 >> New Revision: 330886 >> URL: https://svnweb.freebsd.org/changeset/base/330886 >> >> Log

svn commit: r331006 - head/share/termcap

2018-03-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Mar 15 15:13:17 2018 New Revision: 331006 URL: https://svnweb.freebsd.org/changeset/base/331006 Log: Add termcap entries for the st terminal (https://st.sucksless.org) MFC after:3 days Modified: head/share/termcap/termcap Modified: head/share/termcap/termcap =

svn commit: r331005 - head/share/termcap

2018-03-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Mar 15 15:05:26 2018 New Revision: 331005 URL: https://svnweb.freebsd.org/changeset/base/331005 Log: Fix tab vs space indentation MFC after:3 days Modified: head/share/termcap/termcap Modified: head/share/termcap/termcap ===

svn commit: r331004 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_history

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 14:47:53 2018 New Revision: 331004 URL: https://svnweb.freebsd.org/changeset/base/331004 Log: zfs test suite: move definition of DISK to the cfg file in zpool_get The variable is used not only by the setup script but also by the atf test bodies. Another o

svn commit: r331003 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_get

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 14:41:09 2018 New Revision: 331003 URL: https://svnweb.freebsd.org/changeset/base/331003 Log: zfs test suite: add new pool properties / features to the zpool_get list Modified: head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg Modified: head/tests/sy

svn commit: r331002 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_get

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 14:35:46 2018 New Revision: 331002 URL: https://svnweb.freebsd.org/changeset/base/331002 Log: zfs test suite: move definition of DISK to the cfg file in zpool_get The variable is used not only by the setup script but also by the atf test bodies. This shou

svn commit: r331001 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_export

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 14:23:31 2018 New Revision: 331001 URL: https://svnweb.freebsd.org/changeset/base/331001 Log: zfs test suite: move definition of DISK to the cfg file in zpool_export The variable is used not only by the setup script but also by the atf test bodies. Modified:

svn commit: r331000 - head/lib/libc/net

2018-03-15 Thread Hiroki Sato
Author: hrs Date: Thu Mar 15 13:46:28 2018 New Revision: 331000 URL: https://svnweb.freebsd.org/changeset/base/331000 Log: Make getnameinfo(3) salen requirement less strict and document details of salen in getnameinfo(3) manual page. getnameinfo(3) returned EAI_FAIL when salen was not equ

svn commit: r330996 - in head/tests/sys/cddl/zfs: include tests/cache tests/cli_root/zpool_add

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 12:47:34 2018 New Revision: 330996 URL: https://svnweb.freebsd.org/changeset/base/330996 Log: zfs test suite: support device paths with intermediate directories The code assumed that disks (devices) used for testing are always named like /dev/foo, but there is

Re: svn commit: r330886 - head/share/examples

2018-03-15 Thread Matthias Meyser
Am 14.03.2018 um 00:37 schrieb Devin Teske: Author: dteske Date: Tue Mar 13 23:37:33 2018 New Revision: 330886 URL: https://svnweb.freebsd.org/changeset/base/330886 Log: Install files added in SVN's r295373, r295457, r295542 Reported by: woodsb02 MFC after: 3 days X-MFC to:

svn commit: r330995 - head/tests/sys/cddl/zfs/tests/slog

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 12:44:13 2018 New Revision: 330995 URL: https://svnweb.freebsd.org/changeset/base/330995 Log: zfs test suite: fix a typo, TESTPOOL vs TESTPOOL2 Modified: head/tests/sys/cddl/zfs/tests/slog/slog.kshlib Modified: head/tests/sys/cddl/zfs/tests/slog/slog.kshlib =

svn commit: r330994 - head/tests/sys/cddl/zfs/tests/hotplug

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 12:42:19 2018 New Revision: 330994 URL: https://svnweb.freebsd.org/changeset/base/330994 Log: zfs test suite: destroy old gnops before creating new ones Modified: head/tests/sys/cddl/zfs/tests/hotplug/setup.ksh Modified: head/tests/sys/cddl/zfs/tests/hotplug/setu

svn commit: r330993 - head/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 12:40:43 2018 New Revision: 330993 URL: https://svnweb.freebsd.org/changeset/base/330993 Log: zfs test suite: align zfs_destroy_005_neg: with upstream The change is to account for a different order in which the recursive destroy may be attempted. If we first

svn commit: r330992 - head/tests/sys/cddl/zfs/include

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 12:35:22 2018 New Revision: 330992 URL: https://svnweb.freebsd.org/changeset/base/330992 Log: zfs test suite: fix a typo, da0 vs $disk Modified: head/tests/sys/cddl/zfs/include/libtest.kshlib Modified: head/tests/sys/cddl/zfs/include/libtest.kshlib ==

svn commit: r330979 - head/tests/sys/cddl/zfs/tests/cli_root/zfs_copies

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 09:28:10 2018 New Revision: 330979 URL: https://svnweb.freebsd.org/changeset/base/330979 Log: re-enable zfs_copies_006_pos test after a fix in r330977 The test was disabled in r329408. PR: 225960 Modified: head/tests/sys/cddl/zfs/tests/cli_root

svn commit: r330977 - head/sys/geom

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 09:16:10 2018 New Revision: 330977 URL: https://svnweb.freebsd.org/changeset/base/330977 Log: g_access: deal with races created by geoms that drop the topology lock The problem is that g_access() must be called with the GEOM topology lock held. And that gives

svn commit: r330975 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 08:52:49 2018 New Revision: 330975 URL: https://svnweb.freebsd.org/changeset/base/330975 Log: re-enable zpool_upgrade_007_pos test after the fix in r330974 The test was disabled in r329248. PR: 225877 Modified: head/tests/sys/cddl/zfs/tests/cli

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

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 08:49:21 2018 New Revision: 330974 URL: https://svnweb.freebsd.org/changeset/base/330974 Log: MFV r330973: 9164 assert: newds == os->os_dsl_dataset illumos/illumos-gate@5f5913bb83405db87f982abee80162a479d363af https://github.com/illumos/illumos-gate/commit/5f