svn commit: r337611 - head/cddl/usr.sbin/dwatch/libexec

2018-08-10 Thread Devin Teske
Author: dteske Date: Sat Aug 11 06:32:31 2018 New Revision: 337611 URL: https://svnweb.freebsd.org/changeset/base/337611 Log: dwatch(1): Add systop profile Provides a top-like view of syscall consumers. MFC after:3 days X-MFC-to: stable/11 Sponsored by: Smule, Inc. Added:

svn commit: r337610 - head/cddl/usr.sbin/dwatch/libexec

2018-08-10 Thread Devin Teske
Author: dteske Date: Sat Aug 11 06:13:11 2018 New Revision: 337610 URL: https://svnweb.freebsd.org/changeset/base/337610 Log: dwatch(1): Fix syntax error in vop_readdir profile Reported by: Arne Ehrlich MFC after:3 days X-MFC-to: stable/11 Sponsored by: Smule, Inc. Modified

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

2018-08-10 Thread Navdeep Parhar
Author: np Date: Sat Aug 11 04:55:47 2018 New Revision: 337609 URL: https://svnweb.freebsd.org/changeset/base/337609 Log: cxgbe(4): Create two variants of service_iq, one for queues with freelists and one for those without. MFH: 3 weeks Sponsored by: Chelsio Communications Mod

svn commit: r337607 - in head/sys: amd64/amd64 dev/efidev

2018-08-10 Thread Kyle Evans
Author: kevans Date: Sat Aug 11 04:23:03 2018 New Revision: 337607 URL: https://svnweb.freebsd.org/changeset/base/337607 Log: Destroy a couple of rogue svn:mergeinfo Modified: Directory Properties: head/sys/amd64/amd64/efirt_machdep.c (props changed) head/sys/dev/efidev/efirt.c (props c

svn commit: r337600 - head/usr.bin/stat

2018-08-10 Thread Conrad Meyer
Author: cem Date: Sat Aug 11 02:56:43 2018 New Revision: 337600 URL: https://svnweb.freebsd.org/changeset/base/337600 Log: stat(1): cache id->name resolution When invoked on a large list of files, it is most common for a small number of uids/gids to own most of the results. Like ls(1

svn commit: r337595 - head/contrib/pf/pflogd

2018-08-10 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Sat Aug 11 00:08:59 2018 New Revision: 337595 URL: https://svnweb.freebsd.org/changeset/base/337595 Log: Fix escaping, otherwise Dx gets translated as the macro for DragonFly. From 2018 Linuxhotel Hackathon & DevSummit Approved by: eadler Obtained fr

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

2018-08-10 Thread Matt Macy
Author: mmacy Date: Fri Aug 10 23:42:11 2018 New Revision: 337594 URL: https://svnweb.freebsd.org/changeset/base/337594 Log: ZFS/MFV:Use cached feature info in spa_add_feature_stats() commit 417104bdd3c7ce07ec58674dd078f9891c3bc780 Author: Ned Bass Date: Thu Feb 26 12:24:11 2015

svn commit: r337589 - in head/sys: dev/cx i386/include net80211 netinet

2018-08-10 Thread Devin Teske
Author: dteske Date: Fri Aug 10 20:37:32 2018 New Revision: 337589 URL: https://svnweb.freebsd.org/changeset/base/337589 Log: Fix misspellings of transmitter/transmitted Reviewed by: emaste, bcr Sponsored by: Smule, Inc. Differential Revision:https://reviews.freebsd.org/D16025

svn commit: r337585 - head/lib/libgcc_eh

2018-08-10 Thread Dimitry Andric
Author: dim Date: Fri Aug 10 19:57:55 2018 New Revision: 337585 URL: https://svnweb.freebsd.org/changeset/base/337585 Log: In r308100, an explicit -fexceptions flag was added for the C sources from LLVM's libunwind, which end up in libgcc_eh.a and libgcc_s.so. This is because the unwinder ne

svn commit: r337584 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2018-08-10 Thread Mark Johnston
Author: markj Date: Fri Aug 10 19:23:20 2018 New Revision: 337584 URL: https://svnweb.freebsd.org/changeset/base/337584 Log: Disable the D subroutines msgsize() and msgdsize(). They are specific to illumos and the corresponding DIF subroutines are already disabled on FreeBSD. Reporte

svn commit: r337583 - in head/sys/cam: . ata nvme scsi

2018-08-10 Thread Conrad Meyer
Author: cem Date: Fri Aug 10 19:19:07 2018 New Revision: 337583 URL: https://svnweb.freebsd.org/changeset/base/337583 Log: Walk back r337554 while discussion continues The idea was to get the uncontroversial mechanical change out of the way, then get the meatier functional changes reviewe

Re: svn commit: r337426 - head/sbin/ifconfig

2018-08-10 Thread Ian Lepore
On Fri, 2018-08-10 at 14:44 -0400, Mark Johnston wrote: > On Fri, Aug 10, 2018 at 10:25:50AM +1000, Bruce Evans wrote: > > > > On Tue, 7 Aug 2018, Mark Johnston wrote: > > > > > > > > Log: > > >  ifconfig: Fix use of _Noreturn. > > > > > >  The _Noreturn is a function-specifier (like inline) wh

Re: svn commit: r337426 - head/sbin/ifconfig

2018-08-10 Thread Mark Johnston
On Fri, Aug 10, 2018 at 10:25:50AM +1000, Bruce Evans wrote: > On Tue, 7 Aug 2018, Mark Johnston wrote: > > > Log: > > ifconfig: Fix use of _Noreturn. > > > > The _Noreturn is a function-specifier (like inline) which must preceed > > the declarator. > > > > Submitted by: Sebastian Huber

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-10 Thread Phil Shafer
>> +++ head/sbin/ipfw/ipfw2.c Thu Aug 9 12:46:30 2018(r337536) >> @@ -3271,9 +3271,11 @@ ipfw_delete(char *av[]) >> exitval = do_cmd(IP_FW_NAT_DEL, &i, sizeof i); >> if (exitval) { >> exitval = EX_UNAVAILABLE; >> -

svn commit: r337580 - head/sys/kern

2018-08-10 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 15:35:02 2018 New Revision: 337580 URL: https://svnweb.freebsd.org/changeset/base/337580 Log: subr_prf: remove think-o that had returned to local patch Reported by: cognet Modified: head/sys/kern/subr_prf.c Modified: head/sys/kern/subr_prf.c

svn commit: r337579 - head/sys/kern

2018-08-10 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 15:29:06 2018 New Revision: 337579 URL: https://svnweb.freebsd.org/changeset/base/337579 Log: boot tagging: minor fixes msgbufinit may be called multiple times as we initialize the msgbuf into a progressively larger buffer. This doesn't happen as of now on

svn commit: r337577 - head/lib/libc/gen

2018-08-10 Thread Warner Losh
Author: imp Date: Fri Aug 10 15:16:36 2018 New Revision: 337577 URL: https://svnweb.freebsd.org/changeset/base/337577 Log: Remove assert.h and commented out _DIAGASSERT. Remove assert.h and _DIAGASSERT to create a paper-trail of changes from NetBSD. Specifically didn't fix other style iss

svn commit: r337576 - in head: include lib/libc/gen sys/sys

2018-08-10 Thread Warner Losh
Author: imp Date: Fri Aug 10 15:16:30 2018 New Revision: 337576 URL: https://svnweb.freebsd.org/changeset/base/337576 Log: Bring in timespce_get form NetBSD. Bring in the functionality for timespec_get from NetBSD. I've lightly edited the .c file to remove _DIAGASSERT because FreeBSD does

svn commit: r337578 - head/lib/libc/gen

2018-08-10 Thread Warner Losh
Author: imp Date: Fri Aug 10 15:16:41 2018 New Revision: 337578 URL: https://svnweb.freebsd.org/changeset/base/337578 Log: Update man page to include FreeBSD-specific details. While this implements a standards-conforming C11 function, there's implementation details the programmer needs to

svn commit: r337574 - head/sbin/ipfw

2018-08-10 Thread Andrey V. Elsukov
Author: ae Date: Fri Aug 10 14:10:22 2018 New Revision: 337574 URL: https://svnweb.freebsd.org/changeset/base/337574 Log: Restore the behaviour changed in r337536, when bad `ipfw delete` command returns error. Now -q option only makes it quiet. And when -f flag is specified, the command

svn commit: r337573 - head/sys/dev/ath

2018-08-10 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 13:38:23 2018 New Revision: 337573 URL: https://svnweb.freebsd.org/changeset/base/337573 Log: ath: Minor style cleanups device_printf => DPRINTF and two whitespace adjustments Submitted by: Augustin Cavalier Obtained from:Haiku (4a88aa503ad415

svn commit: r337572 - head/sys/net80211

2018-08-10 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 13:34:23 2018 New Revision: 337572 URL: https://svnweb.freebsd.org/changeset/base/337572 Log: ieee8021_node: fix whitespace issues Submitted by: Augustin Cavalier Obtained from:Haiku (dffc3e235360cd7b71261239ee8507b7d62a1471) MFC after:1 week

svn commit: r337571 - head/sys/net80211

2018-08-10 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 13:32:02 2018 New Revision: 337571 URL: https://svnweb.freebsd.org/changeset/base/337571 Log: net80211: Drain ageq before cleaning it up. The comment above ieee80211_ageq_cleanup specifically notes that the queue is assumed to be empty, and in order to make

svn commit: r337570 - head/sys/dev/bwi

2018-08-10 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 13:06:14 2018 New Revision: 337570 URL: https://svnweb.freebsd.org/changeset/base/337570 Log: bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad deref Submitted by: François Revol Obtained from:Haiku (ba88131cfde64e21bedb4ebedd699cfa5e7f

svn commit: r337569 - head/contrib/elftoolchain/readelf

2018-08-10 Thread Ed Maste
Author: emaste Date: Fri Aug 10 10:37:25 2018 New Revision: 337569 URL: https://svnweb.freebsd.org/changeset/base/337569 Log: readelf: display NT_GNU_PROPERTY_TYPE_0 note name NT_GNU_PROPERTY_TYPE_0 in a .note.gnu.property section "contains a program property note which describes special

svn commit: r337568 - head/sys/netinet

2018-08-10 Thread Andrey V. Elsukov
Author: ae Date: Fri Aug 10 07:24:01 2018 New Revision: 337568 URL: https://svnweb.freebsd.org/changeset/base/337568 Log: Remove unneeded ipsec-related includes. Reviewed by: rrs Differential Revision:https://reviews.freebsd.org/D16637 Modified: head/sys/netinet/tcp_hpts.c Mo