Re: svn commit: r333010 - head/sys/mips/mips

2018-04-25 Thread Ian Lepore
On Wed, 2018-04-25 at 19:46 +, Li-Wen Hsu wrote: > Author: lwhsu (ports committer) > Date: Wed Apr 25 19:46:39 2018 > New Revision: 333010 > URL: https://svnweb.freebsd.org/changeset/base/333010 > > Log: >   Fix mips32 build after r332951. >    >   Approved by:jhb > > Modified: >  

svn commit: r333013 - head/usr.bin/grep

2018-04-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 25 21:01:02 2018 New Revision: 333013 URL: https://svnweb.freebsd.org/changeset/base/333013 Log: zgrep.sh: Add forgotten ';' and remove set -e which prevents looping over files not matching Modified: head/usr.bin/grep/zgrep.sh Modified:

svn commit: r333012 - head/usr.bin/grep

2018-04-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 25 20:55:18 2018 New Revision: 333012 URL: https://svnweb.freebsd.org/changeset/base/333012 Log: zgrep.sh: remove now useless shift Modified: head/usr.bin/grep/zgrep.sh Modified: head/usr.bin/grep/zgrep.sh

svn commit: r333011 - head/usr.bin/grep

2018-04-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 25 20:52:17 2018 New Revision: 333011 URL: https://svnweb.freebsd.org/changeset/base/333011 Log: zgrep: small improvements * Use slightly more efficient method to determine the name of the program called [1] * Use nicer form to loop over arguments [1] * add

svn commit: r333010 - head/sys/mips/mips

2018-04-25 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Wed Apr 25 19:46:39 2018 New Revision: 333010 URL: https://svnweb.freebsd.org/changeset/base/333010 Log: Fix mips32 build after r332951. Approved by: jhb Modified: head/sys/mips/mips/pm_machdep.c Modified: head/sys/mips/mips/pm_machdep.c

svn commit: r333009 - head/usr.bin/grep

2018-04-25 Thread Kyle Evans
Author: kevans Date: Wed Apr 25 18:59:29 2018 New Revision: 333009 URL: https://svnweb.freebsd.org/changeset/base/333009 Log: grep: Special case the -V flag In case we need version information of the ultimately chosen grep, allowing `zgrep -V` to operate would be most helpful. Modified:

svn commit: r333008 - stable/11/usr.bin/etdump

2018-04-25 Thread Benno Rice
Author: benno Date: Wed Apr 25 18:58:38 2018 New Revision: 333008 URL: https://svnweb.freebsd.org/changeset/base/333008 Log: MFC r333007 Update release version of FreeBSD. Sponsored by: iXsystems, Inc. Modified: stable/11/usr.bin/etdump/etdump.1 Directory Properties: stable/11/

svn commit: r333007 - head/usr.bin/etdump

2018-04-25 Thread Benno Rice
Author: benno Date: Wed Apr 25 18:56:27 2018 New Revision: 333007 URL: https://svnweb.freebsd.org/changeset/base/333007 Log: Update release version of FreeBSD. Sponsored by: iXsystems, Inc. Modified: head/usr.bin/etdump/etdump.1 Modified: head/usr.bin/etdump/etdump.1

svn commit: r333006 - stable/11/release/amd64

2018-04-25 Thread Benno Rice
Author: benno Date: Wed Apr 25 18:53:02 2018 New Revision: 333006 URL: https://svnweb.freebsd.org/changeset/base/333006 Log: MFC r332345, r332346, r332661, r333005 r332345: Fix makefs invocation after r331843. r332346: Fix the position of $bootable so that -o platformid=efi

svn commit: r333005 - head/release/amd64

2018-04-25 Thread Benno Rice
Author: benno Date: Wed Apr 25 18:47:52 2018 New Revision: 333005 URL: https://svnweb.freebsd.org/changeset/base/333005 Log: Allow etdump, makefs and mkimg to be overridden. Recent changes to makefs and mkimg have led to situations where the disconnect between this script and the

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

2018-04-25 Thread John Baldwin
On Tuesday, April 24, 2018 06:54:20 PM Conrad Meyer wrote: > Author: cem > Date: Tue Apr 24 18:54:20 2018 > New Revision: 332959 > URL: https://svnweb.freebsd.org/changeset/base/332959 > > Log: > panic: Optionally, trace secondary panics > > To diagnose and fix secondary panics, it is

svn commit: r333004 - head/sys/dev/bxe

2018-04-25 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 25 18:06:22 2018 New Revision: 333004 URL: https://svnweb.freebsd.org/changeset/base/333004 Log: Fix Issue with adding MUltiCast Addresses. When multicast addresses are added/deleted, the delete the multicast addresses previously programmed in HW and reprogram

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

2018-04-25 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 25 17:51:17 2018 New Revision: 333003 URL: https://svnweb.freebsd.org/changeset/base/333003 Log: Upgraded FW Related Files to version 5.4.67 MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_boot.c head/sys/dev/qlxgbe/ql_fw.c

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

2018-04-25 Thread Konstantin Belousov
Author: kib Date: Wed Apr 25 16:43:45 2018 New Revision: 333002 URL: https://svnweb.freebsd.org/changeset/base/333002 Log: Use CPUID leaf 0x15 to get TSC frequency when the calibration is disabled. Intel finally added this information, which allows us to not parse CPU identification

svn commit: r333001 - head/usr.bin/grep

2018-04-25 Thread Kyle Evans
Author: kevans Date: Wed Apr 25 16:28:51 2018 New Revision: 333001 URL: https://svnweb.freebsd.org/changeset/base/333001 Log: bsdgrep(1): Sneak in some man page updates - The --exclude{,-dir} and --include{,-dir} directives now match GNU behavior of being processed in order and latest

svn commit: r333000 - in head/usr.bin/grep: . nls

2018-04-25 Thread Kyle Evans
Author: kevans Date: Wed Apr 25 15:41:50 2018 New Revision: 333000 URL: https://svnweb.freebsd.org/changeset/base/333000 Log: bsdgrep: Update NLS catalogs after r332995 Compression was removed so #2 goes away and everything else needs renumbered to match, and the usage string was also

svn commit: r332999 - head/usr.bin/man

2018-04-25 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 25 15:39:36 2018 New Revision: 332999 URL: https://svnweb.freebsd.org/changeset/base/332999 Log: Clean up .Xrs in man(1). MFC after:2 weeks Modified: head/usr.bin/man/man.1 Modified: head/usr.bin/man/man.1

svn commit: r332998 - head/share/man/man4

2018-04-25 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 25 15:32:12 2018 New Revision: 332998 URL: https://svnweb.freebsd.org/changeset/base/332998 Log: Add some .Xrs to USB template descriptions. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/usb_template.4 Modified:

svn commit: r332997 - head/sys/net

2018-04-25 Thread Brooks Davis
Author: brooks Date: Wed Apr 25 15:30:42 2018 New Revision: 332997 URL: https://svnweb.freebsd.org/changeset/base/332997 Log: Translate 32-bit ifmedia requests into native ones. We use transformation rather than accessors as virtually ever driver implements SIOCGIFMEDIA and all would

svn commit: r332996 - in head: share/man/man4 sys/dev/usb/serial

2018-04-25 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 25 15:28:46 2018 New Revision: 332996 URL: https://svnweb.freebsd.org/changeset/base/332996 Log: Make it possible (controlled via sysctl, enabled by default) to mark device-side (and only device-side) "virtual USB serial adapters" - the ones you can get with an

svn commit: r332995 - head/usr.bin/grep

2018-04-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 25 14:40:15 2018 New Revision: 332995 URL: https://svnweb.freebsd.org/changeset/base/332995 Log: Remove compression support from bsdgrep Compression support is now handled by an external script, remove it from the bsdgrep(1) utility. This removes the support

Re: svn commit: r332994 - head/sys/amd64/amd64

2018-04-25 Thread Tycho Nightingale
> On Apr 25, 2018, at 10:30 AM, Oliver Pinter > wrote: > > On Wednesday, April 25, 2018, Tycho Nightingale > wrote: > Author: tychon > Date: Wed Apr 25 14:21:13 2018 > New Revision: 332994 > URL:

Re: svn commit: r332994 - head/sys/amd64/amd64

2018-04-25 Thread Oliver Pinter
On Wednesday, April 25, 2018, Tycho Nightingale wrote: > Author: tychon > Date: Wed Apr 25 14:21:13 2018 > New Revision: 332994 > URL: https://svnweb.freebsd.org/changeset/base/332994 > > Log: > If a trap is encountered upon executing iretq from within doreti() the >

svn commit: r332994 - head/sys/amd64/amd64

2018-04-25 Thread Tycho Nightingale
Author: tychon Date: Wed Apr 25 14:21:13 2018 New Revision: 332994 URL: https://svnweb.freebsd.org/changeset/base/332994 Log: If a trap is encountered upon executing iretq from within doreti() the hardware will ensure the stack pointer is aligned to a 16-byte boundary before saving the

svn commit: r332993 - in head: gnu/usr.bin/grep tools/build/mk usr.bin/grep usr.bin/zstd

2018-04-25 Thread Baptiste Daroussin
Author: bapt Date: Wed Apr 25 13:23:58 2018 New Revision: 332993 URL: https://svnweb.freebsd.org/changeset/base/332993 Log: Use a script wrapper for grep Import the wrapper script from zstdgrep (written by w...@netbsd.org) Modify it to support more than just zstd (adding support for

svn commit: r332992 - stable/11/sys/i386/i386

2018-04-25 Thread Konstantin Belousov
Author: kib Date: Wed Apr 25 12:23:35 2018 New Revision: 332992 URL: https://svnweb.freebsd.org/changeset/base/332992 Log: MFC r332737: For fatal traps other than pagefaults, print raw fault error codes. Modified: stable/11/sys/i386/i386/trap.c Directory Properties: stable/11/ (props

svn commit: r332991 - in stable/11: sbin/ifconfig sys/net sys/sys

2018-04-25 Thread Konstantin Belousov
Author: kib Date: Wed Apr 25 12:21:13 2018 New Revision: 332991 URL: https://svnweb.freebsd.org/changeset/base/332991 Log: MFC r331622: Allow to specify PCP on packets not belonging to any VLAN. Sponsored by: Mellanox Technologies Modified: stable/11/sbin/ifconfig/af_link.c

svn commit: r332990 - head/share/misc

2018-04-25 Thread Eitan Adler
Author: eadler Date: Wed Apr 25 07:51:45 2018 New Revision: 332990 URL: https://svnweb.freebsd.org/changeset/base/332990 Log: pci_vendors: update to 2018.04.06 Obtained from:https://pci-ids.ucw.cz/v2.2/pci.ids MFC After:3 days Modified: head/share/misc/pci_vendors

svn commit: r332989 - head/sys/i386/include

2018-04-25 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Wed Apr 25 07:51:41 2018 New Revision: 332989 URL: https://svnweb.freebsd.org/changeset/base/332989 Log: Fix i386 build after r332970 by adding IS_BSP() definition. Approved by: kib Modified: head/sys/i386/include/pcpu.h Modified:

svn commit: r332987 - stable/11/contrib/ofed/libibverbs

2018-04-25 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 25 06:29:07 2018 New Revision: 332987 URL: https://svnweb.freebsd.org/changeset/base/332987 Log: MFC r332869: Remove the "load drivers" logic from libibverbs. The "load drivers" logic in the libibverbs configuration file is relevant for Linux only.