svn commit: r324291 - head/sys/dev/hwpmc

2017-10-04 Thread Conrad Meyer
Author: cem Date: Wed Oct 4 23:35:10 2017 New Revision: 324291 URL: https://svnweb.freebsd.org/changeset/base/324291 Log: hwpmc(4): Add support for extended AMD events Sponsored by: Dell EMC Isilon Modified: head/sys/dev/hwpmc/hwpmc_amd.c head/sys/dev/hwpmc/hwpmc_amd.h Modified:

svn commit: r324290 - head/sys/dev/qlxgbe

2017-10-04 Thread David C Somayajulu
Author: davidcs Date: Wed Oct 4 23:03:09 2017 New Revision: 324290 URL: https://svnweb.freebsd.org/changeset/base/324290 Log: Add sanity checks in ql_hw_send() qla_send() to ensure that empty slots in Tx Ring map to empty slot in Tx_buf array before Transmits. If the checks fail further

svn commit: r324289 - head/sys/fs/nfs

2017-10-04 Thread Rick Macklem
Author: rmacklem Date: Wed Oct 4 22:55:30 2017 New Revision: 324289 URL: https://svnweb.freebsd.org/changeset/base/324289 Log: Add a few definitions for the Flex File Layout. This patch adds a few definitions for the Flex File Layout. Until a future commit adds Flex File layout support,

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

2017-10-04 Thread Conrad Meyer
Author: cem Date: Wed Oct 4 21:15:45 2017 New Revision: 324288 URL: https://svnweb.freebsd.org/changeset/base/324288 Log: aesni(4): CRYPTO_AES_NIST_GCM_16 mandates MAC Remove some dead conditionals and add an assertion around behavior already present in aesni_process(). Silence a

Re: svn commit: r323866 - in head: contrib/tcpdump contrib/traceroute sbin/ping usr.bin/kdump usr.sbin/tcpdump/tcpdump usr.sbin/traceroute

2017-10-04 Thread Mariusz Zaborski
On Mon, Sep 25, 2017 at 01:25:55PM -0700, Gleb Smirnoff wrote: > Mariusz, > > On Thu, Sep 21, 2017 at 02:41:42PM +, Mariusz Zaborski wrote: > M> Author: oshogbo > M> Date: Thu Sep 21 14:41:41 2017 > M> New Revision: 323866 > M> URL: https://svnweb.freebsd.org/changeset/base/323866 > M> >

svn commit: r324287 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2017-10-04 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Oct 4 21:05:44 2017 New Revision: 324287 URL: https://svnweb.freebsd.org/changeset/base/324287 Log: Partially revert r323866. Using HAVE_* is a internal tcpdump style standard. We want to be consistent with the standard to upstream those changes in the

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

2017-10-04 Thread Andriy Gapon
On 04/10/2017 23:08, Ed Maste wrote: > On 1 October 2017 at 22:12, Andriy Gapon wrote: >> >> Author: avg >> Date: Sun Oct 1 20:12:30 2017 >> New Revision: 324178 >> URL: https://svnweb.freebsd.org/changeset/base/324178 >> >> Log: >> unbreak kernel builds on sparc64 and

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

2017-10-04 Thread Ed Maste
On 1 October 2017 at 22:12, Andriy Gapon wrote: > > Author: avg > Date: Sun Oct 1 20:12:30 2017 > New Revision: 324178 > URL: https://svnweb.freebsd.org/changeset/base/324178 > > Log: > unbreak kernel builds on sparc64 and powerpc after r324163, ZFS Channel > Programs Seems

svn commit: r324286 - head/usr.bin/hexdump/tests

2017-10-04 Thread Kyle Evans
Author: kevans Date: Wed Oct 4 18:11:00 2017 New Revision: 324286 URL: https://svnweb.freebsd.org/changeset/base/324286 Log: hexdump: Remove expected test failures for now succeeding tests r323990 fixed the -s flag breakage reported by PR 219173. Mark the corresponding hexdump tests

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

2017-10-04 Thread Mark Johnston
Author: markj Date: Wed Oct 4 17:29:08 2017 New Revision: 324285 URL: https://svnweb.freebsd.org/changeset/base/324285 Log: Add get_random_{int,long} to the LinuxKPI. Fix some whitespace bugs while here. Reviewed by: hselasky MFC after:1 week Differential Revision:

RE: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Cy Schubert
Thank you. I will remember for next time. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Cy Schubert or -Original Message- From: Benjamin Kaduk Sent: 04/10/2017 08:13 To: Ngie Cooper Cc: Cy Schubert;

Re: svn commit: r324257 - head/usr.sbin/mountd

2017-10-04 Thread Emmanuel Vadot
On Wed, 4 Oct 2017 08:07:29 -0700 Ngie Cooper wrote: > > > On Oct 4, 2017, at 01:43, Emmanuel Vadot wrote: > > > > Author: manu > > Date: Wed Oct 4 08:43:56 2017 > > New Revision: 324257 > > URL: https://svnweb.freebsd.org/changeset/base/324257 > > >

Re: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Benjamin Kaduk
On Wed, Oct 4, 2017 at 10:10 AM, Ngie Cooper wrote: > > > On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > > > @@ -189,19 +189,18 @@ function > > may be used to request the use of a connected > > .Tn TCP > > socket for queries. > > -If the > > +Queries

Re: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Ngie Cooper
> On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > Author: cy > Date: Wed Oct 4 06:06:22 2017 > New Revision: 324249 > URL: https://svnweb.freebsd.org/changeset/base/324249 > > Log: > Clarify the wording describing the stayopen flag. > > MFC after:1 week > >

svn commit: r324281 - in head: sys/geom sys/sys usr.sbin/diskinfo

2017-10-04 Thread Alan Somers
Author: asomers Date: Wed Oct 4 15:09:49 2017 New Revision: 324281 URL: https://svnweb.freebsd.org/changeset/base/324281 Log: Display rotation rate and TRIM/UNMAP support in diskinfo(8) Bump __FreeBSD_version due to the expansion of struct diocgattr_arg. Reviewed by: mav, allanjude,

Re: svn commit: r324257 - head/usr.sbin/mountd

2017-10-04 Thread Ngie Cooper
> On Oct 4, 2017, at 01:43, Emmanuel Vadot wrote: > > Author: manu > Date: Wed Oct 4 08:43:56 2017 > New Revision: 324257 > URL: https://svnweb.freebsd.org/changeset/base/324257 > > Log: > mountd: Convert exportlist to SLIST > > Use SLIST from sys/queue.h instead of

svn commit: r324280 - head/sys/dev/ofw

2017-10-04 Thread Warner Losh
Author: imp Date: Wed Oct 4 14:41:45 2017 New Revision: 324280 URL: https://svnweb.freebsd.org/changeset/base/324280 Log: 'private' isn't a PNP string field, so instead used the reserved '#' name for this field (it might even be possible to just drop it entirely, since it will be ignored

svn commit: r324279 - head/share/man/man7

2017-10-04 Thread Ed Maste
Author: emaste Date: Wed Oct 4 14:39:55 2017 New Revision: 324279 URL: https://svnweb.freebsd.org/changeset/base/324279 Log: arch.7: correct statement about time_t size After r320347 it is 64-bit on every architecture except i386. Sponsored by: The FreeBSD Foundation Modified:

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

2017-10-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Oct 4 13:13:38 2017 New Revision: 324278 URL: https://svnweb.freebsd.org/changeset/base/324278 Log: Make sure the timer belonging to the delayed work in the LinuxKPI gets drained before invoking the work function. Else the timer mutex may still be in use which

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

2017-10-04 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Wed Oct 4 12:58:30 2017 New Revision: 324277 URL: https://svnweb.freebsd.org/changeset/base/324277 Log: mdoc style: start new sentence on new line Modified: head/lib/libc/net/gethostbyname.3 Modified: head/lib/libc/net/gethostbyname.3

svn commit: r324276 - head/sys/geom/mountver

2017-10-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 4 12:25:39 2017 New Revision: 324276 URL: https://svnweb.freebsd.org/changeset/base/324276 Log: Don't destroy gmountver(8) devices on shutdown, unless they are orphaned. Otherwise we would fail to sync the filesystem on reboot. MFC after:2 weeks

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

2017-10-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 4 12:23:34 2017 New Revision: 324275 URL: https://svnweb.freebsd.org/changeset/base/324275 Log: Make md(4) support GEOM::ident for vnode-backed disks. It's based on backing file device and inode numbers. This is useful for gmountver(8) regression tests.

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

2017-10-04 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 4 11:35:04 2017 New Revision: 324261 URL: https://svnweb.freebsd.org/changeset/base/324261 Log: Fix iSCSI target panics on concurrent session teardown and display (eg removing a target and doing "ctladm islist -v" at the same time). Reviewed by: manu

svn commit: r324259 - head

2017-10-04 Thread Cy Schubert
Author: cy Date: Wed Oct 4 09:54:55 2017 New Revision: 324259 URL: https://svnweb.freebsd.org/changeset/base/324259 Log: Fix typo. Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING Wed Oct

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

2017-10-04 Thread Cy Schubert
Author: cy Date: Wed Oct 4 09:54:59 2017 New Revision: 324260 URL: https://svnweb.freebsd.org/changeset/base/324260 Log: Fix typo. Reported by: se Modified: head/lib/libc/net/gethostbyname.3 Modified: head/lib/libc/net/gethostbyname.3

svn commit: r324258 - head/usr.sbin/mountd

2017-10-04 Thread Emmanuel Vadot
Author: manu Date: Wed Oct 4 08:48:05 2017 New Revision: 324258 URL: https://svnweb.freebsd.org/changeset/base/324258 Log: mountd: Convert mountlist to SLIST Use SLIST from sys/queue.h instead of homebrew linked list for mountlist. Reviewed by: bapt, rmacklem MFC after:1 week

svn commit: r324257 - head/usr.sbin/mountd

2017-10-04 Thread Emmanuel Vadot
Author: manu Date: Wed Oct 4 08:43:56 2017 New Revision: 324257 URL: https://svnweb.freebsd.org/changeset/base/324257 Log: mountd: Convert exportlist to SLIST Use SLIST from sys/queue.h instead of homebrew linked list for the exportlist. Reviewed by: bapt, rmacklem MFC after:1

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

2017-10-04 Thread Cy Schubert
Author: cy Date: Wed Oct 4 06:06:22 2017 New Revision: 324249 URL: https://svnweb.freebsd.org/changeset/base/324249 Log: Clarify the wording describing the stayopen flag. MFC after:1 week Modified: head/lib/libc/net/gethostbyname.3 Modified: head/lib/libc/net/gethostbyname.3