svn commit: r336733 - head/stand/efi/loader

2018-07-25 Thread Warner Losh
Author: imp Date: Thu Jul 26 05:08:58 2018 New Revision: 336733 URL: https://svnweb.freebsd.org/changeset/base/336733 Log: Ignore Device Paths in the Boot Info that don't have Media path nodes. These show up in default entries on SuperMicro motherboards and elsewhere. Before, we couldn't

Re: svn commit: r336526 - head

2018-07-25 Thread Ravi Pokala
-Original Message- From: Ravi Pokala Date: 2018-07-20, Friday at 10:53 To: Ian Lepore , , , , Will Andrews Subject: Re: svn commit: r336526 - head > -Original Message- > From: on behalf of Ian Lepore > > Date: 2018-07-20, Friday at 10:38 > To: Ravi Pokala , , > , >

svn commit: r336726 - in stable/11/release: . arm tools

2018-07-25 Thread Emmanuel Vadot
Author: manu Date: Wed Jul 25 21:52:49 2018 New Revision: 336726 URL: https://svnweb.freebsd.org/changeset/base/336726 Log: MFC r336598-r336600, r336721 r336598: release: Uniform release arm image size Create a 50m fat16 for all boards. Reviewed by: gjb Differential

svn commit: r336727 - in head/sys/net: . altq

2018-07-25 Thread Patrick Kelsey
Author: pkelsey Date: Wed Jul 25 22:46:36 2018 New Revision: 336727 URL: https://svnweb.freebsd.org/changeset/base/336727 Log: ALTQ support for iflib. Reviewed by: jmallett, mmacy Differential Revision:https://reviews.freebsd.org/D16433 Modified: head/sys/net/altq/if_altq.h

svn commit: r336728 - in head: etc/mtree tests/sys tests/sys/auditpipe

2018-07-25 Thread Alan Somers
Author: asomers Date: Thu Jul 26 00:16:41 2018 New Revision: 336728 URL: https://svnweb.freebsd.org/changeset/base/336728 Log: Introduce test program for auditpipe(4) Submitted by: aniketp MFC after:2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision:

svn commit: r336706 - in head/usr.sbin/makefs: . msdos

2018-07-25 Thread Ed Maste
Author: emaste Date: Wed Jul 25 13:27:20 2018 New Revision: 336706 URL: https://svnweb.freebsd.org/changeset/base/336706 Log: makefs: whitespace cleanup in msdos files Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/msdos.c

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

2018-07-25 Thread Eitan Adler
Author: eadler Date: Wed Jul 25 14:05:17 2018 New Revision: 336707 URL: https://svnweb.freebsd.org/changeset/base/336707 Log: top(1): increase number of columns for memory The original intention was 4 columns but with a usable a result. In practice this was not the case. Increase the

svn commit: r336711 - in stable/11/sys/arm64: arm64 include

2018-07-25 Thread Mark Johnston
Author: markj Date: Wed Jul 25 15:40:27 2018 New Revision: 336711 URL: https://svnweb.freebsd.org/changeset/base/336711 Log: MFC r336460: Port r324665 and r325285 to arm64. Modified: stable/11/sys/arm64/arm64/pmap.c stable/11/sys/arm64/include/pmap.h Directory Properties: stable/11/

svn commit: r336712 - head/sys/riscv/riscv

2018-07-25 Thread Ruslan Bukin
Author: br Date: Wed Jul 25 15:44:49 2018 New Revision: 336712 URL: https://svnweb.freebsd.org/changeset/base/336712 Log: Remove unused string. Reported by: markj@ Sponsored by: DARPA, AFRL Modified: head/sys/riscv/riscv/swtch.S Modified: head/sys/riscv/riscv/swtch.S

svn commit: r336714 - head/sys/arm64/arm64

2018-07-25 Thread Mark Johnston
Author: markj Date: Wed Jul 25 15:58:14 2018 New Revision: 336714 URL: https://svnweb.freebsd.org/changeset/base/336714 Log: Simplify the arm64 implementation of pmap_mincore(). No functional change intended. Reviewed by: alc MFC after:2 weeks Sponsored by: The FreeBSD

svn commit: r336716 - in head: share/mk stand sys/conf

2018-07-25 Thread Ruslan Bukin
Author: br Date: Wed Jul 25 16:07:35 2018 New Revision: 336716 URL: https://svnweb.freebsd.org/changeset/base/336716 Log: Disable 'C'-compressed ISA extension. It works excellent, but KDB disassembler and DTrace FBT provider for RISC-V do lack support for it. They currently handle 4-byte

svn commit: r336717 - head

2018-07-25 Thread Dimitry Andric
/ObsoleteFiles.inc Wed Jul 25 16:07:35 2018(r336716) +++ head/ObsoleteFiles.inc Wed Jul 25 17:14:05 2018(r336717) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180725: Cleanup old libcasper.so.0 +OLD_LIBS+=lib/libcasper.so.0 # 20180722: indent(1) option renamed

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

2018-07-25 Thread Navdeep Parhar
Author: np Date: Wed Jul 25 17:20:06 2018 New Revision: 336718 URL: https://svnweb.freebsd.org/changeset/base/336718 Log: cxgbe(4): Validate only those parameters that are relevant to the type of rate limiter being programmed. Skip the ones that are not applicable. MFC after:3

svn commit: r336719 - head/usr.sbin/cxgbetool

2018-07-25 Thread Navdeep Parhar
Author: np Date: Wed Jul 25 17:20:54 2018 New Revision: 336719 URL: https://svnweb.freebsd.org/changeset/base/336719 Log: cxgbetool(8): Require and validate only those inputs that are applicable to the type of rate limiter being configured. For example, the class WRR scheduler doesn't need

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

2018-07-25 Thread Navdeep Parhar
Author: np Date: Wed Jul 25 17:45:43 2018 New Revision: 336720 URL: https://svnweb.freebsd.org/changeset/base/336720 Log: cxgbe(4): Remove useless code that crept in with r336718. MFC after:3 days X-MFC With: 336718 Modified: head/sys/dev/cxgbe/t4_sched.c Modified:

svn commit: r336721 - head/release/arm

2018-07-25 Thread Emmanuel Vadot
Author: manu Date: Wed Jul 25 17:45:56 2018 New Revision: 336721 URL: https://svnweb.freebsd.org/changeset/base/336721 Log: release: Add OL_DIR forgot in r336600 Reviewed by: gjb Differential Revision:https://reviews.freebsd.org/D16439 Modified: head/release/arm/RPI-B.conf

svn commit: r336722 - head/sys/arm/arm

2018-07-25 Thread John Baldwin
Author: jhb Date: Wed Jul 25 18:11:37 2018 New Revision: 336722 URL: https://svnweb.freebsd.org/changeset/base/336722 Log: Raise a proper SIGTRAP / TRAP_TRACE signal for a PT_STEP step on arm. Previously, a step by PT_STEP resulted in no signal being raised to the debugger so that a step

svn commit: r336723 - in head/share: man/man5 mk

2018-07-25 Thread John Baldwin
Author: jhb Date: Wed Jul 25 18:21:14 2018 New Revision: 336723 URL: https://svnweb.freebsd.org/changeset/base/336723 Log: Install base gdb in /usr/libexec for 32-bit arm by default. kgdb in ports now supports 32-bit arm kernels. sparc64 is now the only remaining architecture which

svn commit: r336724 - in head/sys: conf dev/ipmi modules modules/ipmi powerpc/powernv

2018-07-25 Thread Justin Hibbits
Author: jhibbits Date: Wed Jul 25 18:58:57 2018 New Revision: 336724 URL: https://svnweb.freebsd.org/changeset/base/336724 Log: Support building IPMI as a module on powerpc64 This still only supports IPMI via OPAL on powerpc64, but now it can be tested with a GENERIC kernel. Added:

svn commit: r336725 - head/sys/modules/ipmi

2018-07-25 Thread Justin Hibbits
Author: jhibbits Date: Wed Jul 25 19:31:32 2018 New Revision: 336725 URL: https://svnweb.freebsd.org/changeset/base/336725 Log: Only build ipmi_linux on x86 Somehow this wasn't triggered in my pre-commit build. Modified: head/sys/modules/ipmi/Makefile Modified: