svn commit: r351070 - in head/contrib/telnet: arpa libtelnet telnet telnetd

2019-08-15 Thread Ed Maste
Author: emaste Date: Thu Aug 15 13:27:57 2019 New Revision: 351070 URL: https://svnweb.freebsd.org/changeset/base/351070 Log: telnet: remove 3rd clause from Berkeley copyrights Per the July 22, 1999 letter (in /COPYRIGHT) from William Hoskins Director, Office of Technology Licensing

svn commit: r351068 - head/tests/sys/netpfil/pf

2019-08-15 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Aug 15 12:00:59 2019 New Revision: 351068 URL: https://svnweb.freebsd.org/changeset/base/351068 Log: pf tests: Fix accidental duplication of content Some files got their contented duplicated in r345409. Some mistakes where fixed in r345430. The

svn commit: r351069 - head/share/mk

2019-08-15 Thread Ed Maste
Author: emaste Date: Thu Aug 15 12:48:17 2019 New Revision: 351069 URL: https://svnweb.freebsd.org/changeset/base/351069 Log: do not enable userland retpoline if not supported by compiler/linker Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision:

svn commit: r351074 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zstreamdump cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/...

2019-08-15 Thread Andriy Gapon
Author: avg Date: Thu Aug 15 14:57:27 2019 New Revision: 351074 URL: https://svnweb.freebsd.org/changeset/base/351074 Log: MFV r350898: 8423 8199 7432 Implement large_dnode pool feature 8423 8199 7432 Implement large_dnode pool feature 8423 Implement large_dnode pool feature 8199

svn commit: r351071 - head/sys/netpfil/ipfw

2019-08-15 Thread Andrey V. Elsukov
Author: ae Date: Thu Aug 15 13:44:33 2019 New Revision: 351071 URL: https://svnweb.freebsd.org/changeset/base/351071 Log: Fix rule truncation on external action module unloading. Obtained from:Yandex LLC MFC after:1 week Sponsored by: Yandex LLC Modified:

svn commit: r351072 - head/sys/dev/ntb/ntb_hw

2019-08-15 Thread Alexander Motin
Author: mav Date: Thu Aug 15 14:11:11 2019 New Revision: 351072 URL: https://svnweb.freebsd.org/changeset/base/351072 Log: Implement new methods for Intel and PLX NTB. This restores parity with AMD NTB driver. Though without any drivers supporting more then one peer and respective KPI

svn commit: r351073 - head/stand/i386/boot2

2019-08-15 Thread Ed Maste
Author: emaste Date: Thu Aug 15 14:54:18 2019 New Revision: 351073 URL: https://svnweb.freebsd.org/changeset/base/351073 Log: stand: remove CLANG_NO_IAS from boot2 Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler (IAS) did not handle .codeNN

svn commit: r351067 - head/share/mk

2019-08-15 Thread Simon J. Gerraty
Author: sjg Date: Thu Aug 15 06:00:55 2019 New Revision: 351067 URL: https://svnweb.freebsd.org/changeset/base/351067 Log: Revert prior change till installworld sorted Modified: head/share/mk/bsd.files.mk Modified: head/share/mk/bsd.files.mk

Re: svn commit: r351055 - head/share/mk

2019-08-15 Thread Simon J. Gerraty via svn-src-all
O. Hartmann wrote: > This commit seems to break "make installworld" by this error during install: Sorry, I'll revert if I cannot quickly spot the issue > > [...] > ===> share/doc (install) > ===> share/doc/IPv6 (install) > installing DIRS FILESDIR > install -d -m 0755 -o root -g wheel

svn commit: r351087 - head/usr.sbin/config

2019-08-15 Thread Warner Losh
Author: imp Date: Thu Aug 15 17:06:53 2019 New Revision: 351087 URL: https://svnweb.freebsd.org/changeset/base/351087 Log: Sort getopt(3) options and case statements per style(9) Alphebetize the options and cases without regard for case. Modified: head/usr.sbin/config/main.c Modified:

svn commit: r351088 - in head: lib/libc/quad stand/libsa

2019-08-15 Thread Kyle Evans
Author: kevans Date: Thu Aug 15 17:15:32 2019 New Revision: 351088 URL: https://svnweb.freebsd.org/changeset/base/351088 Log: Revert r351078, r351085: stand/quad.h eviction It did not go well; further examination is required... Added: head/stand/libsa/quad.h - copied unchanged from

svn commit: r351096 - head/stand/i386/pxeldr

2019-08-15 Thread Ed Maste
Author: emaste Date: Thu Aug 15 17:59:22 2019 New Revision: 351096 URL: https://svnweb.freebsd.org/changeset/base/351096 Log: stand: remove CLANG_NO_IAS from pxeldr Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler (IAS) did not handle .codeNN

svn commit: r351077 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zstreamdump cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/...

2019-08-15 Thread Andriy Gapon
Author: avg Date: Thu Aug 15 15:27:58 2019 New Revision: 351077 URL: https://svnweb.freebsd.org/changeset/base/351077 Log: Revert r351076 and r351074 because of atomic_swap_64 on 32-bit platforms Trying to sort it out. Modified: head/cddl/contrib/opensolaris/cmd/zdb/zdb.c

svn commit: r351082 - head/sbin/ping6

2019-08-15 Thread Alan Somers
Author: asomers Date: Thu Aug 15 16:09:27 2019 New Revision: 351082 URL: https://svnweb.freebsd.org/changeset/base/351082 Log: ping6: fix uninitialized variable warning for intvl GCC isn't smart enough to realize that this variable was always initialized. Submitted by: Ján Sučan

svn commit: r351093 - head/libexec/rtld-elf/rtld-libc

2019-08-15 Thread Kyle Evans
Author: kevans Date: Thu Aug 15 17:35:24 2019 New Revision: 351093 URL: https://svnweb.freebsd.org/changeset/base/351093 Log: rtld-elf: fix build with xtoolchain-llvm90 strstr ends up using bcmp when compiled with llvm90; pull it in from libc as well. MFC after:3 days Modified:

svn commit: r351079 - head/sbin/ping6

2019-08-15 Thread Alan Somers
Author: asomers Date: Thu Aug 15 15:49:01 2019 New Revision: 351079 URL: https://svnweb.freebsd.org/changeset/base/351079 Log: ping6: quiet warning about unused copyright variable Submitted by: Ján Sučan MFC after:2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019)

svn commit: r351084 - in head: share/man/man4 sys/modules

2019-08-15 Thread Alexander Motin
Author: mav Date: Thu Aug 15 16:27:04 2019 New Revision: 351084 URL: https://svnweb.freebsd.org/changeset/base/351084 Log: Add NTB modules to i386 build. There is no reason why NTB should not be usable on i386 if memory windows are small enough. Modified: head/share/man/man4/Makefile

svn commit: r351085 - head/lib/libc/quad

2019-08-15 Thread Kyle Evans
Author: kevans Date: Thu Aug 15 16:28:05 2019 New Revision: 351085 URL: https://svnweb.freebsd.org/changeset/base/351085 Log: libc quad.h: one last _STANDALONE correction Modified: head/lib/libc/quad/quad.h Modified: head/lib/libc/quad/quad.h

svn commit: r351086 - head/sbin/ifconfig

2019-08-15 Thread John-Mark Gurney
Author: jmg Date: Thu Aug 15 16:58:00 2019 New Revision: 351086 URL: https://svnweb.freebsd.org/changeset/base/351086 Log: finish the pcp feature, but documenting it in the man page... Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8

svn commit: r351089 - head/usr.sbin/config

2019-08-15 Thread Warner Losh
Author: imp Date: Thu Aug 15 17:21:38 2019 New Revision: 351089 URL: https://svnweb.freebsd.org/changeset/base/351089 Log: Catch mkheaders.c up to the removal of counted device support in 2005. mkheaders.c hasn't made headers in ~15 years. Belatedly update the comments to reflect that

Re: svn commit: r351093 - head/libexec/rtld-elf/rtld-libc

2019-08-15 Thread Kyle Evans
On Thu, Aug 15, 2019 at 12:35 PM Kyle Evans wrote: > > Author: kevans > Date: Thu Aug 15 17:35:24 2019 > New Revision: 351093 > URL: https://svnweb.freebsd.org/changeset/base/351093 > > Log: > rtld-elf: fix build with xtoolchain-llvm90 > > strstr ends up using bcmp when compiled with llvm90;

svn commit: r351078 - in head: lib/libc/quad stand/libsa

2019-08-15 Thread Kyle Evans
Author: kevans Date: Thu Aug 15 15:47:48 2019 New Revision: 351078 URL: https://svnweb.freebsd.org/changeset/base/351078 Log: stand: kick out quad.h Use quad.h from libc instead for the time being. This reduces the number of nearly-identical-quad.h we have in tree to two with only minor

svn commit: r351090 - head/sbin/ping6

2019-08-15 Thread Alan Somers
Author: asomers Date: Thu Aug 15 17:24:10 2019 New Revision: 351090 URL: https://svnweb.freebsd.org/changeset/base/351090 Log: ping6: Fix data type of the buffer for ancillary data of a received message The old code worked, but wasted some stack space. Submitted by: Ján Sučan MFC

svn commit: r351094 - in stable: 11/sbin/ipfw 12/sbin/ipfw

2019-08-15 Thread Kyle Evans
Author: kevans Date: Thu Aug 15 17:40:48 2019 New Revision: 351094 URL: https://svnweb.freebsd.org/changeset/base/351094 Log: MFC r350576: ipfw: fix jail option after r348215 r348215 changed jail_getid(3) to validate passed-in jids as active jails (as the function is documented to return

svn commit: r351094 - in stable: 11/sbin/ipfw 12/sbin/ipfw

2019-08-15 Thread Kyle Evans
Author: kevans Date: Thu Aug 15 17:40:48 2019 New Revision: 351094 URL: https://svnweb.freebsd.org/changeset/base/351094 Log: MFC r350576: ipfw: fix jail option after r348215 r348215 changed jail_getid(3) to validate passed-in jids as active jails (as the function is documented to return

svn commit: r351076 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-08-15 Thread Andriy Gapon
Author: avg Date: Thu Aug 15 15:11:20 2019 New Revision: 351076 URL: https://svnweb.freebsd.org/changeset/base/351076 Log: MFV r351075: 10406 large_dnode changes broke zfs recv of legacy stream illumos/illumos-gate@811964cd9f1fbae0fc3b93d116269e9b1fca090a

svn commit: r351080 - head/sbin/ping6

2019-08-15 Thread Alan Somers
Author: asomers Date: Thu Aug 15 15:55:01 2019 New Revision: 351080 URL: https://svnweb.freebsd.org/changeset/base/351080 Log: ping6: quiet an undefined variable warning GCC 4.2 isn't smart enough to know that this variable is already defined by the time it's used. Submitted by: Ján

svn commit: r351081 - head/sys/contrib/dev/acpica/include/platform

2019-08-15 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 15 16:04:22 2019 New Revision: 351081 URL: https://svnweb.freebsd.org/changeset/base/351081 Log: Enable ACPICA mutex debugging in INVARIANTS case. This lets us detect lock order reversal in ACPICA code to avoid deadlock. Modified:

svn commit: r351075 - vendor-sys/illumos/dist/uts/common/fs/zfs

2019-08-15 Thread Andriy Gapon
Author: avg Date: Thu Aug 15 15:07:17 2019 New Revision: 351075 URL: https://svnweb.freebsd.org/changeset/base/351075 Log: 10406 large_dnode changes broke zfs recv of legacy stream illumos/illumos-gate@811964cd9f1fbae0fc3b93d116269e9b1fca090a

svn commit: r351083 - head/sys/dev/ntb/ntb_hw

2019-08-15 Thread Alexander Motin
Author: mav Date: Thu Aug 15 16:22:15 2019 New Revision: 351083 URL: https://svnweb.freebsd.org/changeset/base/351083 Log: Fix i386 LINT build after r351056. MFC after:13 days Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_amd.c Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_amd.c

svn commit: r351092 - head/stand/i386/cdboot

2019-08-15 Thread Ed Maste
Author: emaste Date: Thu Aug 15 17:32:39 2019 New Revision: 351092 URL: https://svnweb.freebsd.org/changeset/base/351092 Log: stand: remove CLANG_NO_IAS from cdboot Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler (IAS) did not handle .codeNN

svn commit: r351091 - vendor-sys/acpica/dist/source/components/executer

2019-08-15 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 15 17:31:11 2019 New Revision: 351091 URL: https://svnweb.freebsd.org/changeset/base/351091 Log: Exit interpreter before initializing objects. https://github.com/acpica/acpica/commit/73f6372 Modified:

svn commit: r351095 - in head/sys/contrib/dev/acpica: . compiler components/dispatcher components/events components/executer components/namespace components/tables components/utilities include

2019-08-15 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 15 17:43:36 2019 New Revision: 351095 URL: https://svnweb.freebsd.org/changeset/base/351095 Log: MFV: r351091 Fix the reported boot failures and revert r350510. Note this commit is effectively merging ACPICA 20190703 again and applying an upstream patch.

svn commit: r351097 - head/stand/i386/gptzfsboot

2019-08-15 Thread Ed Maste
Author: emaste Date: Thu Aug 15 18:43:01 2019 New Revision: 351097 URL: https://svnweb.freebsd.org/changeset/base/351097 Log: gptzfsboot: remove CLANG_NO_IAS Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler did not handle .codeNN directives. Clang

svn commit: r351098 - head/usr.bin/calendar/calendars

2019-08-15 Thread Kirk McKusick
Author: mckusick Date: Thu Aug 15 18:46:27 2019 New Revision: 351098 URL: https://svnweb.freebsd.org/changeset/base/351098 Log: Add missing comma in calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd

svn commit: r351102 - head/sbin/ping6

2019-08-15 Thread Alan Somers
Author: asomers Date: Thu Aug 15 19:52:32 2019 New Revision: 351102 URL: https://svnweb.freebsd.org/changeset/base/351102 Log: ping6: Fix alignment errors This fixes -Wcast-align errors when compiled with WARNS=6. Submitted by: Ján Sučan MFC after:2 weeks Sponsored by:

svn commit: r351103 - stable/12/lib/libpmc

2019-08-15 Thread Matt Macy
Author: mmacy Date: Thu Aug 15 21:39:21 2019 New Revision: 351103 URL: https://svnweb.freebsd.org/changeset/base/351103 Log: pmc: restore "unhalted-cycles" alias Reported by: mav@ Modified: stable/12/lib/libpmc/libpmc_pmu_util.c Modified: stable/12/lib/libpmc/libpmc_pmu_util.c

svn commit: r351104 - head/lib/libpmc

2019-08-15 Thread Matt Macy
Author: mmacy Date: Thu Aug 15 21:51:11 2019 New Revision: 351104 URL: https://svnweb.freebsd.org/changeset/base/351104 Log: pmc: restore "unhalted-cycles" alias Reported by: mav@ Modified: head/lib/libpmc/libpmc_pmu_util.c Modified: head/lib/libpmc/libpmc_pmu_util.c

svn commit: r351107 - head/sys/dev/ntb

2019-08-15 Thread Alexander Motin
Author: mav Date: Thu Aug 15 23:56:19 2019 New Revision: 351107 URL: https://svnweb.freebsd.org/changeset/base/351107 Log: Fix i386 build. MFC after:2 weeks Modified: head/sys/dev/ntb/ntb_transport.c Modified: head/sys/dev/ntb/ntb_transport.c

Re: svn commit: r351103 - stable/12/lib/libpmc

2019-08-15 Thread Emmanuel Vadot
On Thu, 15 Aug 2019 21:39:22 + (UTC) Matt Macy wrote: > Author: mmacy > Date: Thu Aug 15 21:39:21 2019 > New Revision: 351103 > URL: https://svnweb.freebsd.org/changeset/base/351103 > > Log: > pmc: restore "unhalted-cycles" alias > > Reported by:mav@ > > Modified: >

svn commit: r351105 - in head: share/man/man4 sys/dev/ntb

2019-08-15 Thread Alexander Motin
Author: mav Date: Thu Aug 15 22:55:59 2019 New Revision: 351105 URL: https://svnweb.freebsd.org/changeset/base/351105 Log: Limit memory window usage in ntb_transport to 256MB. This adds safety net for the case of misconfigured NTB with too big memory window, for which we may be unable to

svn commit: r351106 - head/sys/kern

2019-08-15 Thread Rick Macklem
Author: rmacklem Date: Thu Aug 15 23:21:41 2019 New Revision: 351106 URL: https://svnweb.freebsd.org/changeset/base/351106 Log: Fix copy_file_range(2) so that unneeded blocks are not allocated to the output file. When the byte range for copy_file_range(2) doesn't go to EOF on the output

svn commit: r351100 - head/sys/dev/iicbus/twsi

2019-08-15 Thread Emmanuel Vadot
Author: manu Date: Thu Aug 15 18:59:52 2019 New Revision: 351100 URL: https://svnweb.freebsd.org/changeset/base/351100 Log: twsi: Fix build when DEBUG is used on 32bits arch. MFC after:3 days Modified: head/sys/dev/iicbus/twsi/twsi.c Modified: head/sys/dev/iicbus/twsi/twsi.c

svn commit: r351101 - head/sbin/ping6

2019-08-15 Thread Alan Somers
Author: asomers Date: Thu Aug 15 19:27:36 2019 New Revision: 351101 URL: https://svnweb.freebsd.org/changeset/base/351101 Log: ping6: fix uninitialized variable warnings when MK_CASPER=no Submitted by: Ján Sučan MFC after:2 weeks Sponsored by: Google, inc. (Google Summer of Code

svn commit: r351099 - head/sys/arm/allwinner

2019-08-15 Thread Emmanuel Vadot
Author: manu Date: Thu Aug 15 18:57:48 2019 New Revision: 351099 URL: https://svnweb.freebsd.org/changeset/base/351099 Log: arm: allwinner: Set aw_ccu to BUS_PASS_BUS In r350842 I've switched the bus pass to resource so it matches the other clock drivers but this cannot work as this

svn commit: r351108 - in head/sys: amd64/amd64 amd64/include arm/arm arm/include arm64/include i386/i386 i386/include kern mips/atheros mips/atheros/ar531x mips/beri mips/broadcom mips/cavium mips/...

2019-08-15 Thread Jeff Roberson
Author: jeff Date: Fri Aug 16 00:45:14 2019 New Revision: 351108 URL: https://svnweb.freebsd.org/changeset/base/351108 Log: Move phys_avail definition into MI code. It is consumed in the MI layer and doing so adds more flexibility with less redundant code. Reviewed by: jhb, markj, kib

svn commit: r351110 - stable/12/share/man/man4

2019-08-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Aug 16 04:53:02 2019 New Revision: 351110 URL: https://svnweb.freebsd.org/changeset/base/351110 Log: MFC r350970: Add deprecation notice to snd_maestro(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 this old driver is buggy and no one is

svn commit: r351109 - stable/12/share/man/man4

2019-08-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Aug 16 04:51:04 2019 New Revision: 351109 URL: https://svnweb.freebsd.org/changeset/base/351109 Log: MFC r350969: Add deprecation notice to snd_ds1(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 We will be dropping the snd_ds1 driver. The

svn commit: r351113 - in head: sys/fs/fuse tests/sys/fs/fusefs

2019-08-15 Thread Alan Somers
Author: asomers Date: Fri Aug 16 05:06:54 2019 New Revision: 351113 URL: https://svnweb.freebsd.org/changeset/base/351113 Log: fusefs: don't send the namespace during listextattr The FUSE_LISTXATTR operation always returns the full list of a file's extended attributes, in all namespaces.

svn commit: r351111 - stable/11/share/man/man4

2019-08-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Aug 16 04:53:14 2019 New Revision: 35 URL: https://svnweb.freebsd.org/changeset/base/35 Log: MFC r350969: Add deprecation notice to snd_ds1(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 We will be dropping the snd_ds1 driver. The

svn commit: r351112 - stable/11/share/man/man4

2019-08-15 Thread Pedro F. Giffuni
Author: pfg Date: Fri Aug 16 04:54:38 2019 New Revision: 351112 URL: https://svnweb.freebsd.org/changeset/base/351112 Log: MFC r350970: Add deprecation notice to snd_maestro(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 this old driver is buggy and no one is