Re: svn commit: r333387 - head/usr.bin/svn

2018-05-08 Thread O. Hartmann
On Tue, 8 May 2018 21:01:05 + (UTC) Peter Wemm wrote: > Author: peter > Date: Tue May 8 21:01:04 2018 > New Revision: 87 > URL: https://svnweb.freebsd.org/changeset/base/87 > > Log: > Update svn_private_config.h - I misread an autoconf change. >

svn commit: r333394 - in head/sys/dev/cxgbe: . common firmware tom

2018-05-08 Thread Navdeep Parhar
Author: np Date: Wed May 9 04:09:49 2018 New Revision: 94 URL: https://svnweb.freebsd.org/changeset/base/94 Log: cxgbe(4): Add support for hash filters. These filters reside in the card's memory instead of its TCAM and can be configured via a new "hashfilter" subcommand in

svn commit: r333393 - head/sys/contrib/ipfilter/netinet

2018-05-08 Thread Cy Schubert
Author: cy Date: Wed May 9 02:07:09 2018 New Revision: 93 URL: https://svnweb.freebsd.org/changeset/base/93 Log: Document intentional fallthrough. (CID 976535) MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified:

svn commit: r333392 - head/sys/contrib/ipfilter/netinet

2018-05-08 Thread Cy Schubert
Author: cy Date: Wed May 9 02:02:58 2018 New Revision: 92 URL: https://svnweb.freebsd.org/changeset/base/92 Log: Fix memory leak. (CID 1199373). MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_dstlist.c Modified:

svn commit: r333391 - in head: . share/examples/drivers share/examples/etc share/examples/mdoc

2018-05-08 Thread Warner Losh
Author: imp Date: Wed May 9 02:02:49 2018 New Revision: 91 URL: https://svnweb.freebsd.org/changeset/base/91 Log: Remove 'All Rights Reserved' from the collection copyright and templates. The original Berkeley Software Distributions were made in the 1980's and 1990's. At that

Re: svn commit: r333345 - head/sys/dev/e1000

2018-05-08 Thread Mark Johnston
On Tue, May 08, 2018 at 04:37:52PM -0700, Matthew Macy wrote: > Nix that. The panic is incorrect, we simply don't have anything to do > in the default case. Indeed, getting rid of the panic allows my workstation to boot. > On Tue, May 8, 2018 at 4:31 PM, Matthew Macy wrote: >

svn commit: r333390 - in head/sys: kern sys

2018-05-08 Thread Matt Macy
Author: mmacy Date: Wed May 9 00:00:47 2018 New Revision: 90 URL: https://svnweb.freebsd.org/changeset/base/90 Log: Reduce overhead of ktrace checks in the common case. KTRPOINT() checks both if we are tracing _and_ if we are recursing within ktrace. The second condition is only

Re: svn commit: r333345 - head/sys/dev/e1000

2018-05-08 Thread Mark Johnston
On Tue, May 8, 2018, 19:09 Matthew Macy, wrote: > Is the e1000 driver compiled in or loaded as a module? > It's compiled in to the kernel. > On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote: > > On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy

Re: svn commit: r333345 - head/sys/dev/e1000

2018-05-08 Thread Matthew Macy
Nix that. The panic is incorrect, we simply don't have anything to do in the default case. On Tue, May 8, 2018 at 4:31 PM, Matthew Macy wrote: > Can you please try the attached patch? (Note that gmail may insert > carriage returns) > > -M > > On Tue, May 8, 2018 at 3:10 PM,

Re: svn commit: r333345 - head/sys/dev/e1000

2018-05-08 Thread Matthew Macy
Can you please try the attached patch? (Note that gmail may insert carriage returns) -M On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote: > On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote: >> Author: mmacy >> Date: Tue May 8 01:39:45 2018 >> New Revision: 45

svn commit: r333389 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/aix crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openss...

2018-05-08 Thread Dag-Erling Smørgrav
Author: des Date: Tue May 8 23:13:11 2018 New Revision: 89 URL: https://svnweb.freebsd.org/changeset/base/89 Log: Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1. This completely removes client-side support for the SSH 1 protocol, which was already disabled in

Re: svn commit: r333345 - head/sys/dev/e1000

2018-05-08 Thread Matthew Macy
Is the e1000 driver compiled in or loaded as a module? -M On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote: > On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote: >> Author: mmacy >> Date: Tue May 8 01:39:45 2018 >> New Revision: 45 >> URL:

Re: svn commit: r333345 - head/sys/dev/e1000

2018-05-08 Thread Mark Johnston
On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote: > Author: mmacy > Date: Tue May 8 01:39:45 2018 > New Revision: 45 > URL: https://svnweb.freebsd.org/changeset/base/45 > > Log: > Sleep rather than spin in e1000 when doing long running config operations. > > With r333218

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-08 Thread Sean Bruno
- head/ObsoleteFiles.incTue May 8 21:01:04 2018(r87) > +++ head/ObsoleteFiles.incTue May 8 21:14:29 2018(r88) > @@ -38,6 +38,9 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20180508: retire nxge > +OLD_FILES+=usr/share/man/man4/if_nx

svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-08 Thread Sean Bruno
== --- head/ObsoleteFiles.inc Tue May 8 21:01:04 2018(r87) +++ head/ObsoleteFiles.inc Tue May 8 21:14:29 2018(r88) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20180508: retire nxge +OLD_FILES+=usr/share/man/man4/if_nxge.4.gz +OLD_FILES+=usr

svn commit: r333387 - head/usr.bin/svn

2018-05-08 Thread Peter Wemm
Author: peter Date: Tue May 8 21:01:04 2018 New Revision: 87 URL: https://svnweb.freebsd.org/changeset/base/87 Log: Update svn_private_config.h - I misread an autoconf change. SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL -> SVN_LIBSVN_RA_LINKS_RA_LOCAL SVN_LIBSVN_CLIENT_LINKS_RA_SERF ->

Re: svn commit: r333351 - head/usr.bin/grep

2018-05-08 Thread Kyle Evans
On Tue, May 8, 2018 at 3:36 PM, Ronald Klop wrote: > On Tue, 08 May 2018 16:49:12 +0200, Alexey Dokuchaev > wrote: > >> On Tue, May 08, 2018 at 09:36:21AM -0500, Kyle Evans wrote: >>> >>> On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev

Re: svn commit: r333382 - head/sys/netinet

2018-05-08 Thread Michael Tuexen
> On 8. May 2018, at 21:05, N.J. Mann wrote: > > Hi, > > > On Tuesday, May 08, 2018 18:48:52 + Michael Tuexen > wrote: >> Author: tuexen >> Date: Tue May 8 18:48:51 2018 >> New Revision: 82 >> URL: https://svnweb.freebsd.org/changeset/base/82

svn commit: r333386 - head/sys/netinet

2018-05-08 Thread Michael Tuexen
Author: tuexen Date: Tue May 8 20:39:35 2018 New Revision: 86 URL: https://svnweb.freebsd.org/changeset/base/86 Log: Fix two typos reported by N. J. Mann, which were introduced in https://svnweb.freebsd.org/changeset/base/82 by me. MFC after:3 days Modified:

Re: svn commit: r333351 - head/usr.bin/grep

2018-05-08 Thread Ronald Klop
On Tue, 08 May 2018 16:49:12 +0200, Alexey Dokuchaev wrote: On Tue, May 08, 2018 at 09:36:21AM -0500, Kyle Evans wrote: On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev wrote: >> >> - if ((f = fopen(fn, "r")) == NULL) >> + if (strcmp(fn, "-")

svn commit: r333384 - head/usr.sbin/efibootmgr

2018-05-08 Thread Warner Losh
Author: imp Date: Tue May 8 20:02:39 2018 New Revision: 84 URL: https://svnweb.freebsd.org/changeset/base/84 Log: efibootmgr.8: fix example The example given was for the old, and now deleted, Linux compatibility mode. Update the example for the current code. Submitted by:

svn commit: r333385 - head/usr.sbin/efibootmgr

2018-05-08 Thread Warner Losh
Author: imp Date: Tue May 8 20:02:44 2018 New Revision: 85 URL: https://svnweb.freebsd.org/changeset/base/85 Log: Remove ignored command line options The --device and --part command line options were planned for Linux compatibility mode. However, that mode will never happen, so

svn commit: r333383 - head/usr.sbin/efibootmgr

2018-05-08 Thread Warner Losh
Author: imp Date: Tue May 8 19:43:57 2018 New Revision: 83 URL: https://svnweb.freebsd.org/changeset/base/83 Log: Improve printing the boot variables. Print the boot variables in the order in the BootOrder variable, if it exists, and then in verbose mode print any unreferneced

Display Week 2018.

2018-05-08 Thread Elsa Jean
Hi, Would you be interested to getting access to Attendees Email list of Display Week Expo 2018.? List includes: Name, Phone number, Email address and other fields on excel sheet. If you are interested please get back to me so that I will assist you further with counts and pricing

Re: svn commit: r333382 - head/sys/netinet

2018-05-08 Thread N.J. Mann
Hi, On Tuesday, May 08, 2018 18:48:52 + Michael Tuexen wrote: > Author: tuexen > Date: Tue May 8 18:48:51 2018 > New Revision: 82 > URL: https://svnweb.freebsd.org/changeset/base/82 > > Log: > When reporting ERROR or ABORT chunks, don't use more data >

svn commit: r333382 - head/sys/netinet

2018-05-08 Thread Michael Tuexen
Author: tuexen Date: Tue May 8 18:48:51 2018 New Revision: 82 URL: https://svnweb.freebsd.org/changeset/base/82 Log: When reporting ERROR or ABORT chunks, don't use more data that is guaranteed to be contigous. Thanks to Felix Weinrank for finding and reporting this bug by

svn commit: r333377 - in stable: 10/release/doc/en_US.ISO8859-1/errata 11/release/doc/en_US.ISO8859-1/errata

2018-05-08 Thread Glen Barber
Author: gjb Date: Tue May 8 18:03:08 2018 New Revision: 77 URL: https://svnweb.freebsd.org/changeset/base/77 Log: Belatedly bump copyright year. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml

svn commit: r333376 - in stable: 10/release/doc/share/xml 11/release/doc/share/xml

2018-05-08 Thread Glen Barber
Author: gjb Date: Tue May 8 17:59:25 2018 New Revision: 76 URL: https://svnweb.freebsd.org/changeset/base/76 Log: Document EN-18:05, EN-18:06, SA-18:06. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/share/xml/errata.xml

svn commit: r333381 - head/usr.sbin/efibootmgr

2018-05-08 Thread Warner Losh
Author: imp Date: Tue May 8 18:25:37 2018 New Revision: 81 URL: https://svnweb.freebsd.org/changeset/base/81 Log: Inline print_order(). It's used one palce. Modified: head/usr.sbin/efibootmgr/efibootmgr.c Modified: head/usr.sbin/efibootmgr/efibootmgr.c

svn commit: r333380 - in head/sys/contrib/dev/acpica: . components/executer components/namespace components/utilities include

2018-05-08 Thread Jung-uk Kim
Author: jkim Date: Tue May 8 18:18:27 2018 New Revision: 80 URL: https://svnweb.freebsd.org/changeset/base/80 Log: MFV: r78 Import ACPICA 20180508. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/components/executer/exconfig.c head/sys

svn commit: r333379 - vendor-sys/acpica/20180508

2018-05-08 Thread Jung-uk Kim
Author: jkim Date: Tue May 8 18:11:26 2018 New Revision: 79 URL: https://svnweb.freebsd.org/changeset/base/79 Log: Tag ACPICA 20180508. Added: vendor-sys/acpica/20180508/ - copied from r78, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r333378 - in vendor-sys/acpica/dist: . source/components/executer source/components/namespace source/components/utilities source/include source/tools/acpibin source/tools/acpixtract

2018-05-08 Thread Jung-uk Kim
Author: jkim Date: Tue May 8 18:10:55 2018 New Revision: 78 URL: https://svnweb.freebsd.org/changeset/base/78 Log: Import ACPICA 20180508. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/source/components/executer/exconfig.c vendor-sys/acpica/dist/source

svn commit: r333377 - in stable: 10/release/doc/en_US.ISO8859-1/errata 11/release/doc/en_US.ISO8859-1/errata

2018-05-08 Thread Glen Barber
Author: gjb Date: Tue May 8 18:03:08 2018 New Revision: 77 URL: https://svnweb.freebsd.org/changeset/base/77 Log: Belatedly bump copyright year. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml

svn commit: r333376 - in stable: 10/release/doc/share/xml 11/release/doc/share/xml

2018-05-08 Thread Glen Barber
Author: gjb Date: Tue May 8 17:59:25 2018 New Revision: 76 URL: https://svnweb.freebsd.org/changeset/base/76 Log: Document EN-18:05, EN-18:06, SA-18:06. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/share/xml/errata.xml

svn commit: r333375 - in releng: 10.4/contrib/tzdata 11.1/contrib/tzdata

2018-05-08 Thread Gordon Tetlow
Author: gordon Date: Tue May 8 17:18:24 2018 New Revision: 75 URL: https://svnweb.freebsd.org/changeset/base/75 Log: Update timezone database information. [EN-18:06.tzdata] Approved by: so Security: FreeBSD-EN-18:06.tzdata Modified: releng/10.4/contrib/tzdata/Makefile

svn commit: r333374 - head/release

2018-05-08 Thread Glen Barber
Author: gjb Date: Tue May 8 17:15:12 2018 New Revision: 74 URL: https://svnweb.freebsd.org/changeset/base/74 Log: Use vMMDD in the timestamp suffix for Google Compute Engine snapshot images for consistency with other OSes. MFC after:3 weeks Sponsored by: The FreeBSD

svn commit: r333373 - head/sys/net

2018-05-08 Thread Stephen Hurd
Author: shurd Date: Tue May 8 17:15:10 2018 New Revision: 73 URL: https://svnweb.freebsd.org/changeset/base/73 Log: iflib: print message when iflib_tx_structures_setup fails Print a message when iflib_tx_structures_setup fails, like we do for iflib_rx_structures_setup. Now

svn commit: r333372 - in releng: 10.4/sys/compat/linux 10.4/sys/dev/ath 11.1/sys/compat/linux 11.1/sys/dev/ath 11.1/sys/netinet

2018-05-08 Thread Gordon Tetlow
Author: gordon Date: Tue May 8 17:14:54 2018 New Revision: 72 URL: https://svnweb.freebsd.org/changeset/base/72 Log: Fix multiple small kernel memory disclosures. [EN-18:05.mem] Approved by: so Security: CVE-2018-6920 Security: CVE-2018-6921 Security:

svn commit: r333371 - in releng: 10.4 10.4/sys/amd64/amd64 10.4/sys/conf 10.4/sys/i386/i386 11.1 11.1/sys/amd64/amd64 11.1/sys/conf 11.1/sys/i386/i386

2018-05-08 Thread Gordon Tetlow
) @@ -16,6 +16,16 @@ from older versions of FreeBSD, try WITHOUT_CLANG to b stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20180508 p9 FreeBSD-SA-18:06.debugreg + FreeBSD-EN-18:05.mem

svn commit: r333370 - in stable/10/sys: amd64/amd64 i386/i386

2018-05-08 Thread Ed Maste
Author: emaste Date: Tue May 8 17:05:39 2018 New Revision: 70 URL: https://svnweb.freebsd.org/changeset/base/70 Log: MFC r68: Prepare DB# handler for deferred trigger of watchpoints. Prepare DB# handler for deferred trigger of watchpoints. Since pop %ss/mov %ss

svn commit: r333369 - in stable/11/sys: amd64/amd64 i386/i386

2018-05-08 Thread Ed Maste
Author: emaste Date: Tue May 8 17:03:33 2018 New Revision: 69 URL: https://svnweb.freebsd.org/changeset/base/69 Log: MFC r68: Prepare DB# handler for deferred trigger of watchpoints. Prepare DB# handler for deferred trigger of watchpoints. Since pop %ss/mov %ss

svn commit: r333368 - in head/sys: amd64/amd64 i386/i386

2018-05-08 Thread Konstantin Belousov
Author: kib Date: Tue May 8 17:00:34 2018 New Revision: 68 URL: https://svnweb.freebsd.org/changeset/base/68 Log: Prepare DB# handler for deferred trigger of watchpoints. Since pop %ss/mov %ss instructions defer all interrupts and exceptions for the next instruction, it is

svn commit: r333367 - in stable/11: share/man/man4 sys/dev/nxge

2018-05-08 Thread Sean Bruno
Author: sbruno Date: Tue May 8 16:56:14 2018 New Revision: 67 URL: https://svnweb.freebsd.org/changeset/base/67 Log: MFC r333210 Deprecation notice for nxge(4). This driver will not appear in FreeBSD 12 or later. Approved by: re (gjb@) Relnotes: yes Modified:

svn commit: r333366 - head/sys/net

2018-05-08 Thread Stephen Hurd
Author: shurd Date: Tue May 8 16:56:02 2018 New Revision: 66 URL: https://svnweb.freebsd.org/changeset/base/66 Log: iflib: cleanup queues when iflib_device_register fail Submitted by: Jacob Keller Reviewed by: gallatin MFC after:3 days

svn commit: r333365 - head/stand/common

2018-05-08 Thread Warner Losh
Author: imp Date: Tue May 8 16:16:56 2018 New Revision: 65 URL: https://svnweb.freebsd.org/changeset/base/65 Log: We don't use f_devdata, so don't set it. Should that need to change later, we can. This leaves ZFS as the only irregular f_devdata user in the tree. Modified:

svn commit: r333364 - in stable/11: share/man/man4 sys/dev/bnxt

2018-05-08 Thread Stephen Hurd
Author: shurd Date: Tue May 8 15:51:40 2018 New Revision: 64 URL: https://svnweb.freebsd.org/changeset/base/64 Log: MFC: r308728, r314369, r315243, r316026, r316581, r316616, r318359, r319922, r319990, r321481, r323232-323233, r323321, r323874, r323955, r324323, r324964, r325169,

Re: svn commit: r333351 - head/usr.bin/grep

2018-05-08 Thread Alexey Dokuchaev
On Tue, May 08, 2018 at 09:36:21AM -0500, Kyle Evans wrote: > On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev wrote: > >> > >> - if ((f = fopen(fn, "r")) == NULL) > >> + if (strcmp(fn, "-") == 0) > >> + f = stdin; > > > > This makes sense: when `fn' is "-",

Re: svn commit: r333351 - head/usr.bin/grep

2018-05-08 Thread Kyle Evans
On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev wrote: > On Tue, May 08, 2018 at 03:53:47AM +, Kyle Evans wrote: >> New Revision: 51 >> URL: https://svnweb.freebsd.org/changeset/base/51 >> >> Log: >> bsdgrep: Allow "-" to be passed to -f to mean "standard input"

svn commit: r333363 - head/sys/powerpc/pseries

2018-05-08 Thread Justin Hibbits
Author: jhibbits Date: Tue May 8 13:23:39 2018 New Revision: 63 URL: https://svnweb.freebsd.org/changeset/base/63 Log: Fix wrong cpu0 identification Summary: chrp_cpuref_init() was relying on the boot strap processor to be the first child of /cpus. That was not always the

svn commit: r333362 - head/sys/netinet6

2018-05-08 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 8 11:39:01 2018 New Revision: 62 URL: https://svnweb.freebsd.org/changeset/base/62 Log: Fix for missing network interface address event when adding the default IPv6 based link-local address. The default link local address for IPv6 is added as part

Re: svn commit: r333351 - head/usr.bin/grep

2018-05-08 Thread Alexey Dokuchaev
On Tue, May 08, 2018 at 03:53:47AM +, Kyle Evans wrote: > New Revision: 51 > URL: https://svnweb.freebsd.org/changeset/base/51 > > Log: > bsdgrep: Allow "-" to be passed to -f to mean "standard input" > > A version of this patch was originally sent to me by se@, matching

svn commit: r333361 - in stable/11/sys/x86: acpica include

2018-05-08 Thread Konstantin Belousov
Author: kib Date: Tue May 8 10:56:06 2018 New Revision: 61 URL: https://svnweb.freebsd.org/changeset/base/61 Log: MFC r333125: Turn off IBRS on suspend. Approved by: re (marius) Modified: stable/11/sys/x86/acpica/acpi_wakeup.c stable/11/sys/x86/include/x86_var.h Directory

svn commit: r333360 - stable/11/sys/vm

2018-05-08 Thread Konstantin Belousov
Author: kib Date: Tue May 8 10:18:24 2018 New Revision: 60 URL: https://svnweb.freebsd.org/changeset/base/60 Log: MFC r333091: Eliminate some vm object relocks in vm fault. Approved by: re (marius) Modified: stable/11/sys/vm/vm_fault.c Directory Properties: stable/11/

svn commit: r333359 - stable/11/sys/amd64/amd64

2018-05-08 Thread Konstantin Belousov
Author: kib Date: Tue May 8 10:03:32 2018 New Revision: 59 URL: https://svnweb.freebsd.org/changeset/base/59 Log: MFC r333208: Style. Approved by: re (marius) Modified: stable/11/sys/amd64/amd64/elf_machdep.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r333358 - head/lib/libsqlite3

2018-05-08 Thread Peter Wemm
Author: peter Date: Tue May 8 06:09:49 2018 New Revision: 58 URL: https://svnweb.freebsd.org/changeset/base/58 Log: Revert r53 - FTS5 uses log(3) which currently breakes non-amd64 builds. Reported by: lwhsu Modified: head/lib/libsqlite3/Makefile Modified: