svn commit: r333873 - head/sys/kern

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 07:04:43 2018 New Revision: 333873 URL: https://svnweb.freebsd.org/changeset/base/333873 Log: intr unbreak KTR/LINT build Modified: head/sys/kern/kern_intr.c Modified: head/sys/kern/kern_intr.c

Re: svn commit: r333425 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs compat/cloudabi compat/linux compat/linuxkpi/common/include/linux dev/filemon dev/hwpmc fs

2018-05-19 Thread Matthew Macy
I can do that tomorrow. But point is that something else will push it over soon. On Sat, May 19, 2018 at 12:14 AM, Mateusz Guzik wrote: > imo all these sysinits can and shoud be collapsed into one, which will have > a side effect of getting rid of the problem. > > On Sat, May

Re: svn commit: r333425 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs compat/cloudabi compat/linux compat/linuxkpi/common/include/linux dev/filemon dev/hwpmc fs

2018-05-19 Thread Mateusz Guzik
imo all these sysinits can and shoud be collapsed into one, which will have a side effect of getting rid of the problem. On Sat, May 19, 2018 at 9:13 AM, Matthew Macy wrote: > I guess we'll need to allocate more pages at boot. We must have been > on the edge already if that

svn commit: r333872 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 06:31:17 2018 New Revision: 333872 URL: https://svnweb.freebsd.org/changeset/base/333872 Log: ctfconvert: silence useless enum has too many values warning Modified: head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c Modified:

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

2018-05-19 Thread Emmanuel Vadot
On 2018-05-19 15:35, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] Author: mmacy Date: Sat May 19 02:15:40 2018 New Revision: 333822 URL: https://svnweb.freebsd.org/changeset/base/333822 Log: fix gcc8 unused variable and set but not used variable in unix sockets

svn commit: r333877 - head/sys/dev/usb/template

2018-05-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sat May 19 15:11:24 2018 New Revision: 333877 URL: https://svnweb.freebsd.org/changeset/base/333877 Log: Add #defines for vendor/product USB IDs. No functional changes. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified:

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

2018-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: mmacy > Date: Sat May 19 02:15:40 2018 > New Revision: 333822 > URL: https://svnweb.freebsd.org/changeset/base/333822 > > Log: > fix gcc8 unused variable and set but not used variable in unix sockets > add copyright from lock rewrite

Re: svn commit: r333819 - in head/sys: conf modules/blake2 modules/crypto modules/drm2/i915kms modules/ipfilter

2018-05-19 Thread Ed Maste
On 18 May 2018 at 20:04, Matt Macy wrote: > Author: mmacy > Date: Sat May 19 00:04:01 2018 > New Revision: 333819 > URL: https://svnweb.freebsd.org/changeset/base/333819 > > Log: > Silence non-actionable warnings in vendor code ... > Modified: head/sys/conf/kern.mk >

Re: svn commit: r333872 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Ed Maste
On 19 May 2018 at 02:31, Matt Macy wrote: > Author: mmacy > Date: Sat May 19 06:31:17 2018 > New Revision: 333872 > URL: https://svnweb.freebsd.org/changeset/base/333872 > > Log: > ctfconvert: silence useless enum has too many values warning I agree it's reasonable to

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

2018-05-19 Thread Konstantin Belousov
On Sat, May 19, 2018 at 04:07:00AM +, Matt Macy wrote: > Author: mmacy > Date: Sat May 19 04:07:00 2018 > New Revision: 333840 > URL: https://svnweb.freebsd.org/changeset/base/333840 > > Log: > filt_timerdetach: only assign to old if we're going to check it in > a KASSERT You also removed

Re: svn commit: r333819 - in head/sys: conf modules/blake2 modules/crypto modules/drm2/i915kms modules/ipfilter

2018-05-19 Thread Matthew Macy
Oops I’ll add a separate define for that On Sat, May 19, 2018 at 04:27 Ed Maste wrote: > On 18 May 2018 at 20:04, Matt Macy wrote: > > Author: mmacy > > Date: Sat May 19 00:04:01 2018 > > New Revision: 333819 > > URL:

Re: svn commit: r333425 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs compat/cloudabi compat/linux compat/linuxkpi/common/include/linux dev/filemon dev/hwpmc fs

2018-05-19 Thread Matthew Macy
I guess we'll need to allocate more pages at boot. We must have been on the edge already if that pushed us over. -M On Fri, May 18, 2018 at 12:03 PM, Ilya Bakulin wrote: > Hi Matt, > seems this commit has broken at least BeagleBone Black booting process. On > all revisions after

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

2018-05-19 Thread Konstantin Belousov
On Sat, May 19, 2018 at 12:22:48PM +0200, Hans Petter Selasky wrote: > On 05/19/18 06:13, Matt Macy wrote: > > va_start(ap, fmt); > > - res = make_dev_credv(0, , devsw, unit, cr, uid, gid, mode, fmt, ap); > > + DBGSET(res, make_dev_credv(0, , devsw, unit, cr, uid, gid, mode, > > fmt,

Re: svn commit: r333425 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs compat/cloudabi compat/linux compat/linuxkpi/common/include/linux dev/filemon dev/hwpmc fs

2018-05-19 Thread Matthew Macy
r333874 On Sat, May 19, 2018 at 12:16 AM, Matthew Macy wrote: > I can do that tomorrow. But point is that something else will push it over > soon. > > On Sat, May 19, 2018 at 12:14 AM, Mateusz Guzik wrote: >> imo all these sysinits can and shoud be

svn commit: r333874 - head/sys/kern

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 07:31:35 2018 New Revision: 333874 URL: https://svnweb.freebsd.org/changeset/base/333874 Log: Unbreak BeagleBone Black boot by collapsing 29 SYSINITs in to 1 Reported by: ilya at bakulin.de Modified: head/sys/kern/subr_capability.c Modified:

svn commit: r333875 - head/sys/dev/usb

2018-05-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sat May 19 10:49:51 2018 New Revision: 333875 URL: https://svnweb.freebsd.org/changeset/base/333875 Log: Permit "(", ")", ":", and "/" in USB string descriptors. This way we can properly show descriptors with URLs in them. Reviewed by: hselasky@ MFC after:2

svn commit: r333876 - head/sys/kern

2018-05-19 Thread Ed Maste
Author: emaste Date: Sat May 19 11:37:02 2018 New Revision: 333876 URL: https://svnweb.freebsd.org/changeset/base/333876 Log: Remove duplicate cap_no_rights from r333874 Archs using in-tree gcc were broken with `warning: redundant redeclaration of 'cap_no_rights' [-Wredundant-decls]`.

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 9:48 AM, Warner Losh wrote: > > > On Sat, May 19, 2018 at 9:39 AM, Matthew Macy wrote: > >> >> On Sat, May 19, 2018 at 07:17 Emmanuel Vadot >> wrote: >> >>> On 2018-05-19 15:35, Rodney W. Grimes wrote: >>> > [

svn commit: r333880 - head/sys/kern

2018-05-19 Thread Warner Losh
Author: imp Date: Sat May 19 17:29:57 2018 New Revision: 333880 URL: https://svnweb.freebsd.org/changeset/base/333880 Log: Restore the all rights reserved language. Put it on each of the prior two copyrights. The line originated with the Berkeely Regents, who we have not approached about

svn commit: r333883 - head/sys/crypto/skein/amd64

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 18:27:14 2018 New Revision: 333883 URL: https://svnweb.freebsd.org/changeset/base/333883 Log: disable printing value of SKEIN_LOOP during standard out, not useful information Modified: head/sys/crypto/skein/amd64/skein_block_asm.s Modified:

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

2018-05-19 Thread Rodney W. Grimes
> On Sat, May 19, 2018 at 2:32 PM, Poul-Henning Kamp > wrote: > > > > > In message

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

2018-05-19 Thread Emmanuel Vadot
On 2018-05-19 17:39, Matthew Macy wrote: On Sat, May 19, 2018 at 07:17 Emmanuel Vadot wrote: On 2018-05-19 15:35, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] Author: mmacy Date: Sat May 19 02:15:40 2018 New Revision: 333822 URL:

svn commit: r333879 - head/sys/net

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 16:44:12 2018 New Revision: 333879 URL: https://svnweb.freebsd.org/changeset/base/333879 Log: mp_ring: fix i386 Even though 64-bit atomics are supported on i386 there are panics indicating that the code does not work correctly there. Switch to mutex based

Re: svn commit: r333819 - in head/sys: conf modules/blake2 modules/crypto modules/drm2/i915kms modules/ipfilter

2018-05-19 Thread Matthew Macy
As I suspected, we fix warnings on non-contrib code. These are only used on contrib code. -M mmacy@anarchy [~/devel/upstream|9:46|26] find sys | xargs grep NO_WSELF_ASSIGN sys/modules/ipfilter/Makefile:CWARNFLAGS.fil.c= ${NO_WSELF_ASSIGN} -Wno-unused

svn commit: r333884 - head/sys/dev/usb/net

2018-05-19 Thread Ed Maste
Author: emaste Date: Sat May 19 18:44:29 2018 New Revision: 333884 URL: https://svnweb.freebsd.org/changeset/base/333884 Log: muge(4): chase r333813 if_addr_lock rwlock to epoch + mutex muge was committed to the tree in r333713 but not yet connected to the tree, and it crossed paths with

Re: svn commit: r333872 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Mark Johnston
On Sat, May 19, 2018 at 11:00:22AM -0700, Matthew Macy wrote: > On Sat, May 19, 2018 at 4:49 AM, Ed Maste wrote: > > On 19 May 2018 at 02:31, Matt Macy wrote: > >> Author: mmacy > >> Date: Sat May 19 06:31:17 2018 > >> New Revision: 333872 > >> URL:

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 1:45 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: imp > > Date: Sat May 19 17:29:57 2018 > > New Revision: 333880 > > URL: https://svnweb.freebsd.org/changeset/base/333880 > > > > Log: > >

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

2018-05-19 Thread Matthew Macy
On Sat, May 19, 2018 at 07:17 Emmanuel Vadot wrote: > On 2018-05-19 15:35, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: mmacy > >> Date: Sat May 19 02:15:40 2018 > >> New Revision: 333822 > >> URL:

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 9:39 AM, Matthew Macy wrote: > > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot > wrote: > >> On 2018-05-19 15:35, Rodney W. Grimes wrote: >> > [ Charset UTF-8 unsupported, converting... ] >> >> Author: mmacy >> >> Date: Sat May 19

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

2018-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot wrote: > > > On 2018-05-19 15:35, Rodney W. Grimes wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > >> Author: mmacy > > >> Date: Sat May 19 02:15:40 2018 > > >> New

svn commit: r333885 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 18:50:58 2018 New Revision: 333885 URL: https://svnweb.freebsd.org/changeset/base/333885 Log: ctf dwarf: don't report "no dwarf entry" as if it were an error Modified: head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c Modified:

Re: svn commit: r333885 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Conrad Meyer
This is super nitpicky, and apologies, but: On Sat, May 19, 2018 at 11:50 AM, Matt Macy wrote: > Author: mmacy > Date: Sat May 19 18:50:58 2018 > New Revision: 333885 > URL: https://svnweb.freebsd.org/changeset/base/333885 > > Log: > ctf dwarf: don't report "no dwarf entry"

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

2018-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Sat, May 19, 2018 at 1:45 PM, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > > Author: imp > > > Date: Sat May 19 17:29:57 2018 > > > New Revision: 333880 > > > URL:

svn commit: r333892 - head/sys/x86/xen

2018-05-19 Thread Konstantin Belousov
Author: kib Date: Sat May 19 20:28:59 2018 New Revision: 333892 URL: https://svnweb.freebsd.org/changeset/base/333892 Log: Fix PCID+PTI pmap operations on Xen/HVM. Install appropriate pti-aware shootdown IPI handlers, otherwise user page tables do not get enough invalidations. The

svn commit: r333878 - head/sys/dev/usb/template

2018-05-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sat May 19 15:18:15 2018 New Revision: 333878 URL: https://svnweb.freebsd.org/changeset/base/333878 Log: Fix whitespace; no functional changes. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/usb/template/usb_template_modem.c

svn commit: r333886 - head/sys/net

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 19:00:04 2018 New Revision: 333886 URL: https://svnweb.freebsd.org/changeset/base/333886 Log: net: fix uninitialized variable warning Modified: head/sys/net/if.c head/sys/net/iflib.c Modified: head/sys/net/if.c

svn commit: r333887 - stable/11/sys/contrib/rdma/krping

2018-05-19 Thread Hans Petter Selasky
Author: hselasky Date: Sat May 19 19:09:41 2018 New Revision: 333887 URL: https://svnweb.freebsd.org/changeset/base/333887 Log: MFC r333623: Add support for setting type of service, TOS, for outgoing RDMA connections in the krping kernel test utility. Approved by: re (gjb) Sponsored

svn commit: r333890 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf sparc64/conf

2018-05-19 Thread Mark Johnston
Author: markj Date: Sat May 19 19:53:23 2018 New Revision: 333890 URL: https://svnweb.freebsd.org/changeset/base/333890 Log: Enable kernel dump features in GENERIC for most platforms. This turns on support for kernel dump encryption and compression, and netdump. arm and mips platforms

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

2018-05-19 Thread Rodney W. Grimes
> [ Charset UTF-8 unsupported, converting... ] > > On Sat, May 19, 2018 at 1:45 PM, Rodney W. Grimes < > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > [ Charset UTF-8 unsupported, converting... ] > > > > Author: imp > > > > Date: Sat May 19 17:29:57 2018 > > > > New Revision: 333880 > > > >

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

2018-05-19 Thread Poul-Henning Kamp
In message

svn commit: r333895 - head/lib/libc/stdio

2018-05-19 Thread Cy Schubert
Author: cy Date: Sat May 19 21:26:07 2018 New Revision: 333895 URL: https://svnweb.freebsd.org/changeset/base/333895 Log: Conform to Berne Convention. Prompted by: Recent discussion MFC after:3 days Modified: head/lib/libc/stdio/gets_s.c Modified: head/lib/libc/stdio/gets_s.c

svn commit: r333896 - head/sys/x86/x86

2018-05-19 Thread Konstantin Belousov
Author: kib Date: Sat May 19 21:36:55 2018 New Revision: 333896 URL: https://svnweb.freebsd.org/changeset/base/333896 Log: Style. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/x86/x86/cpu_machdep.c Modified: head/sys/x86/x86/cpu_machdep.c

Re: svn commit: r333872 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Matthew Macy
On Sat, May 19, 2018 at 4:49 AM, Ed Maste wrote: > On 19 May 2018 at 02:31, Matt Macy wrote: >> Author: mmacy >> Date: Sat May 19 06:31:17 2018 >> New Revision: 333872 >> URL: https://svnweb.freebsd.org/changeset/base/333872 >> >> Log: >> ctfconvert:

svn commit: r333882 - head/sys/dev/bhnd/tools

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 18:15:41 2018 New Revision: 333882 URL: https://svnweb.freebsd.org/changeset/base/333882 Log: bhnd nvram map: don't write "variable records written" to standard out by default Add -v (verbose) option for the developers. The rest of us derive no value from

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

2018-05-19 Thread Matthew Macy
On Sat, May 19, 2018 at 8:56 AM, Emmanuel Vadot wrote: > On 2018-05-19 17:39, Matthew Macy wrote: >> >> On Sat, May 19, 2018 at 07:17 Emmanuel Vadot >> wrote: >> >>> On 2018-05-19 15:35, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported,

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 10:57 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot > wrote: > > > > > On 2018-05-19 15:35, Rodney W. Grimes wrote: > > > > [ Charset

svn commit: r333881 - stable/11/tools/test/vm86

2018-05-19 Thread Konstantin Belousov
Author: kib Date: Sat May 19 18:02:46 2018 New Revision: 333881 URL: https://svnweb.freebsd.org/changeset/base/333881 Log: MFC r333534: Add a test for vm86(2). Approved by: re (gjb) Added: stable/11/tools/test/vm86/ - copied from r333534, head/tools/test/vm86/ Modified:

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

2018-05-19 Thread Conrad Meyer
On Sat, May 19, 2018 at 2:33 AM, Konstantin Belousov wrote: > On Sat, May 19, 2018 at 04:07:00AM +, Matt Macy wrote: >> Author: mmacy >> Date: Sat May 19 04:07:00 2018 >> New Revision: 333840 >> URL: https://svnweb.freebsd.org/changeset/base/333840 >> >> Log: >>

svn commit: r333888 - in head/sys/ufs: ffs ufs

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sat May 19 19:30:42 2018 New Revision: 333888 URL: https://svnweb.freebsd.org/changeset/base/333888 Log: ufs: remove cgbno variable where unused Modified: head/sys/ufs/ffs/ffs_alloc.c head/sys/ufs/ufs/ufs_gjournal.c Modified: head/sys/ufs/ffs/ffs_alloc.c

svn commit: r333894 - head/usr.sbin/mtest

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 20:57:22 2018 New Revision: 333894 URL: https://svnweb.freebsd.org/changeset/base/333894 Log: mtest: build with WARNS=3 Modified: head/usr.sbin/mtest/Makefile head/usr.sbin/mtest/mtest.c Modified: head/usr.sbin/mtest/Makefile

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

2018-05-19 Thread Rodney W. Grimes
> > In message >

svn commit: r333897 - head/sys/dev/vt/hw/ofwfb

2018-05-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat May 19 22:04:54 2018 New Revision: 333897 URL: https://svnweb.freebsd.org/changeset/base/333897 Log: Avoid writing to the frame buffer in early boot on PowerPC if the CPU's MMU is disabled. This expands some earlier logic and avoids a number of potential

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

2018-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: imp > Date: Sat May 19 17:29:57 2018 > New Revision: 333880 > URL: https://svnweb.freebsd.org/changeset/base/333880 > > Log: > Restore the all rights reserved language. Put it on each of the prior > two copyrights. The line originated

svn commit: r333891 - head/sys/x86/x86

2018-05-19 Thread Konstantin Belousov
Author: kib Date: Sat May 19 20:26:33 2018 New Revision: 333891 URL: https://svnweb.freebsd.org/changeset/base/333891 Log: Fix IBRS handling around MWAIT. The intent was to disable IBPB and IBRS around MWAIT, and re-enable on the sleep end. Reviewed by: emaste Sponsored by: The

svn commit: r333893 - in head: share/man/man4 share/man/man7 usr.bin/ssh-copy-id

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 20:35:15 2018 New Revision: 333893 URL: https://svnweb.freebsd.org/changeset/base/333893 Log: my copyright: some minor adjustments - remove "all rights reserved" from my copyright on my extensive contributions - belatedly add my name to tuning.7 which

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 2:32 PM, Poul-Henning Kamp wrote: > > In message

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

2018-05-19 Thread Poul-Henning Kamp
In message <201805192056.w4jkumb8017...@pdx.rh.cn85.dnsmgr.net>, "Rodney W. Grimes" writes: >> >> In message >>

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

2018-05-19 Thread Hans Petter Selasky
On 05/19/18 06:13, Matt Macy wrote: va_start(ap, fmt); - res = make_dev_credv(0, , devsw, unit, cr, uid, gid, mode, fmt, ap); + DBGSET(res, make_dev_credv(0, , devsw, unit, cr, uid, gid, mode, fmt, ap)); Is the make_dev_credv() called stubbed for non-debug builds? --HPS

Re: svn commit: r333872 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-05-19 Thread Eitan Adler
On 18 May 2018 at 23:31, Matt Macy wrote: > Author: mmacy > Date: Sat May 19 06:31:17 2018 > New Revision: 333872 > URL: https://svnweb.freebsd.org/changeset/base/333872 > > Log: > ctfconvert: silence useless enum has too many values warning Thank you! -- Eitan Adler

svn commit: r333898 - in head: contrib/top usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 22:40:23 2018 New Revision: 333898 URL: https://svnweb.freebsd.org/changeset/base/333898 Log: top(1): Migrate top to usr.bin We've been maintaining top(1) for a long time, and the upstream hasn't existed/been used in similarly as long. Make it clear that

svn commit: r333902 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 23:19:24 2018 New Revision: 333902 URL: https://svnweb.freebsd.org/changeset/base/333902 Log: top(1): unconditionally assume we are running on FreeBSD This allows us to remove a special header and more specifically just the system headers we want.

svn commit: r333914 - head/sys/kern

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sun May 20 04:32:48 2018 New Revision: 333914 URL: https://svnweb.freebsd.org/changeset/base/333914 Log: AF_UNIX: make unpcb lock name line up with what's in witness Modified: head/sys/kern/uipc_usrreq.c Modified: head/sys/kern/uipc_usrreq.c

svn commit: r333907 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sun May 20 01:30:19 2018 New Revision: 333907 URL: https://svnweb.freebsd.org/changeset/base/333907 Log: top(1): be constant in a structure This silences some warnings that are still hidden since the remainder of top(1) does not build with higher WARNS yet.

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 8:54 PM, Pedro Giffuni wrote: > > > On 19/05/2018 21:43, Warner Losh wrote: > > > > On Sat, May 19, 2018, 8:40 PM Pedro Giffuni wrote: > >> >> On 19/05/2018 16:02, Warner Losh wrote: >> >> >> >> On Sat, May 19, 2018 at 2:32 PM,

svn commit: r333913 - head/sys/sys

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sun May 20 04:15:12 2018 New Revision: 333913 URL: https://svnweb.freebsd.org/changeset/base/333913 Log: epoch.h: hide proc.h->priority.h from user Modified: head/sys/sys/epoch.h Modified: head/sys/sys/epoch.h

svn commit: r333901 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 23:04:42 2018 New Revision: 333901 URL: https://svnweb.freebsd.org/changeset/base/333901 Log: top(1): unconditionally provide 'FreeBSD' as a version Deleted: head/usr.bin/top/patchlevel.h head/usr.bin/top/version.c Modified: head/usr.bin/top/Makefile

svn commit: r333912 - in head/sys/powerpc: aim include powernv powerpc pseries

2018-05-19 Thread Justin Hibbits
Author: jhibbits Date: Sun May 20 03:23:17 2018 New Revision: 333912 URL: https://svnweb.freebsd.org/changeset/base/333912 Log: Add support for the XIVE XICS emulation mode for POWER9 systems Summary: POWER9 systems use a new interrupt controller, XIVE, managed through OPAL firmware

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

2018-05-19 Thread Eitan Adler
On 19 May 2018 at 20:50, Warner Losh wrote: >> > >> > Can you get that fixed? >> >> You want me to remove the disclaimer as well? > > > Where's that found? doc/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml -- Eitan Adler

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

2018-05-19 Thread Eitan Adler
On 19 May 2018 at 20:05, Warner Losh wrote: > > > On Sat, May 19, 2018 at 8:54 PM, Pedro Giffuni wrote: >> >> >> >> On 19/05/2018 21:43, Warner Losh wrote: >> >> >> >> On Sat, May 19, 2018, 8:40 PM Pedro Giffuni wrote: >>> >>> >>> On

svn commit: r333903 - head/sys/vm

2018-05-19 Thread Mark Johnston
Author: markj Date: Sat May 19 23:49:13 2018 New Revision: 333903 URL: https://svnweb.freebsd.org/changeset/base/333903 Log: Use the canonical check for reservation support. Modified: head/sys/vm/vm_domainset.c Modified: head/sys/vm/vm_domainset.c

svn commit: r333905 - in head/sys: netinet netinet6

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sun May 20 00:22:28 2018 New Revision: 333905 URL: https://svnweb.freebsd.org/changeset/base/333905 Log: ip(6)_freemoptions: defer imo destruction to epoch callback task Avoid the ugly unlock / lock of the inpcbinfo where we need to figure out what kind of lock we

svn commit: r333909 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sun May 20 02:14:27 2018 New Revision: 333909 URL: https://svnweb.freebsd.org/changeset/base/333909 Log: top(1): Quiesce several warnings This is all warnings at level six (6) that are not char-subscripts, incompatible-pointer-types, sign-compare, switch,

svn commit: r333911 - head/sys/netinet

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sun May 20 02:27:58 2018 New Revision: 333911 URL: https://svnweb.freebsd.org/changeset/base/333911 Log: inpcb: consolidate possible deletion in pcblist functions in to epoch deferred context. Modified: head/sys/netinet/ip_divert.c head/sys/netinet/raw_ip.c

svn commit: r333910 - head/sys/netinet

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sun May 20 02:17:30 2018 New Revision: 333910 URL: https://svnweb.freebsd.org/changeset/base/333910 Log: in_pcb: add helper for deferring inpcb rele calls from list functions Modified: head/sys/netinet/in_pcb.c head/sys/netinet/in_pcb.h Modified:

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

2018-05-19 Thread Pedro Giffuni
On 19/05/2018 16:02, Warner Losh wrote: On Sat, May 19, 2018 at 2:32 PM, Poul-Henning Kamp > wrote: In message

svn commit: r333899 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 22:45:43 2018 New Revision: 333899 URL: https://svnweb.freebsd.org/changeset/base/333899 Log: top(1): bump WARNS to 1 Nothing else builds without errors yet, but 1 is better than 0 Modified: head/usr.bin/top/Makefile Modified: head/usr.bin/top/Makefile

svn commit: r333900 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sat May 19 22:59:58 2018 New Revision: 333900 URL: https://svnweb.freebsd.org/changeset/base/333900 Log: top(1): assume that we're building on FreeBSD This allows us to avoid the ifdefs that we set unconditionally. Deleted: head/usr.bin/top/getopt.c Modified:

svn commit: r333906 - head/sys/sys

2018-05-19 Thread Matt Macy
Author: mmacy Date: Sun May 20 01:00:56 2018 New Revision: 333906 URL: https://svnweb.freebsd.org/changeset/base/333906 Log: epoch.h: move kernel only bits under _KERNEL Modified: head/sys/sys/epoch.h Modified: head/sys/sys/epoch.h

svn commit: r333908 - head/usr.bin/top

2018-05-19 Thread Eitan Adler
Author: eadler Date: Sun May 20 01:32:27 2018 New Revision: 333908 URL: https://svnweb.freebsd.org/changeset/base/333908 Log: top(1): remove use of 'register' keyword This keyword is meaningless is obscures future diffs that help clear up warnings in top. Modified:

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

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018, 8:40 PM Pedro Giffuni wrote: > > On 19/05/2018 16:02, Warner Losh wrote: > > > > On Sat, May 19, 2018 at 2:32 PM, Poul-Henning Kamp > wrote: > >> >> In message

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

2018-05-19 Thread Pedro Giffuni
On 19/05/2018 21:43, Warner Losh wrote: On Sat, May 19, 2018, 8:40 PM Pedro Giffuni > wrote: On 19/05/2018 16:02, Warner Losh wrote: On Sat, May 19, 2018 at 2:32 PM, Poul-Henning Kamp