svn commit: r329060 - head/stand/common

2018-02-09 Thread Roger Pau Monné
Author: royger Date: Fri Feb 9 10:20:16 2018 New Revision: 329060 URL: https://svnweb.freebsd.org/changeset/base/329060 Log: loader: fix endianness conversion r328536 broke symbol loading on amd64 at least (and probably other arches). r328826 contained the problem to ppc only by adding

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

2018-02-09 Thread Jonathan T. Looney
Author: jtl Date: Fri Feb 9 17:46:33 2018 New Revision: 329071 URL: https://svnweb.freebsd.org/changeset/base/329071 Log: On bootup, the amd64 pmap initialization code creates page-table mappings for the pages used for the kernel and some initial allocations used for the page table. It

svn commit: r329072 - in vendor-sys/acpica/dist: . generate/unix/iasl source/common source/compiler source/components/dispatcher source/components/executer source/components/namespace source/compon...

2018-02-09 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 9 18:18:00 2018 New Revision: 329072 URL: https://svnweb.freebsd.org/changeset/base/329072 Log: Import ACPICA 20180209. Added: vendor-sys/acpica/dist/source/common/dmtbdump1.c (contents, props changed) vendor-sys/acpica/dist/source/common/dmtbdump2.c

svn commit: r329073 - vendor-sys/acpica/20180209

2018-02-09 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 9 18:18:35 2018 New Revision: 329073 URL: https://svnweb.freebsd.org/changeset/base/329073 Log: Tag ACPICA 20180209. Added: vendor-sys/acpica/20180209/ - copied from r329072, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r329075 - head

2018-02-09 Thread Warner Losh
Author: imp Date: Fri Feb 9 18:47:00 2018 New Revision: 329075 URL: https://svnweb.freebsd.org/changeset/base/329075 Log: sort needs to be in ITOOLS since find -s was changed to find | sort. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

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

2018-02-09 Thread Kirk McKusick
Author: mckusick Date: Fri Feb 9 19:50:47 2018 New Revision: 329078 URL: https://svnweb.freebsd.org/changeset/base/329078 Log: Merge biodone_finish() back into biodone(). The primary purpose is to make the order of operations clearer to avoid the race condition that was fixed in r328914.

svn commit: r329079 - head/usr.bin/tftp

2018-02-09 Thread Conrad Meyer
Author: cem Date: Fri Feb 9 20:00:51 2018 New Revision: 329079 URL: https://svnweb.freebsd.org/changeset/base/329079 Log: tftp(1): Clean up leading and trailing whitespace Whitespace-only change. Sponsored by: Dell EMC Isilon Modified: head/usr.bin/tftp/main.c Modified:

svn commit: r329077 - head/usr.bin/tftp

2018-02-09 Thread Conrad Meyer
Author: cem Date: Fri Feb 9 19:46:51 2018 New Revision: 329077 URL: https://svnweb.freebsd.org/changeset/base/329077 Log: tftp(1): Fix libedit state corruption involving signals This bug was first reported 14 years ago. The problem was understood 8.5 years ago. A patch that is

Re: svn commit: r329078 - in head/sys: kern sys

2018-02-09 Thread Conrad Meyer
On Fri, Feb 9, 2018 at 11:50 AM, Kirk McKusick wrote: > Author: mckusick > Date: Fri Feb 9 19:50:47 2018 > New Revision: 329078 > URL: https://svnweb.freebsd.org/changeset/base/329078 > > Log: > Merge biodone_finish() back into biodone(). The primary purpose is > to

svn commit: r329080 - head/sys/powerpc/powerpc

2018-02-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Feb 9 20:09:32 2018 New Revision: 329080 URL: https://svnweb.freebsd.org/changeset/base/329080 Log: Fix PowerMac G5 thermal management, plus likely other bugs, introduced in r328113 and affecting SMP systems. The way the time is set on PowerMacs is racy and

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread John Baldwin
On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote: > Author: imp > Date: Fri Feb 9 15:50:32 2018 > New Revision: 329064 > URL: https://svnweb.freebsd.org/changeset/base/329064 > > Log: > We don't actually need env here, so drop it. All shells allow setting > of shell variables for

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Alexey Dokuchaev
On Fri, Feb 09, 2018 at 11:50:35AM -0700, Warner Losh wrote: > On Fri, Feb 9, 2018 at 10:49 AM, John Baldwin wrote: > > On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote: > > > New Revision: 329064 > > > URL: https://svnweb.freebsd.org/changeset/base/329064 > > > > > >

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Warner Losh
On Fri, Feb 9, 2018 at 10:49 AM, John Baldwin wrote: > On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote: > > Author: imp > > Date: Fri Feb 9 15:50:32 2018 > > New Revision: 329064 > > URL: https://svnweb.freebsd.org/changeset/base/329064 > > > > Log: > > We don't

svn commit: r329076 - in head/tools/diag: . prtblknos

2018-02-09 Thread Kirk McKusick
Author: mckusick Date: Fri Feb 9 19:10:46 2018 New Revision: 329076 URL: https://svnweb.freebsd.org/changeset/base/329076 Log: This is a little C-program that can be used to print out the list of blocks used by a requested list of inodes. For example, to list the blocks referenced by

Re: svn commit: r329076 - in head/tools/diag: . prtblknos

2018-02-09 Thread Ravi Pokala
Neat! But, please define "block". Are you talking about a filesystem block (i.e. default 32KB on UFS2), are you talking about a disk block (which may vary based on the Logical Sector Size of the underlying media)? Thanks, Ravi (rpokala@) -Original Message- From:

svn commit: r329067 - head/cddl/contrib/opensolaris/cmd/zpool

2018-02-09 Thread Alan Somers
Author: asomers Date: Fri Feb 9 16:08:57 2018 New Revision: 329067 URL: https://svnweb.freebsd.org/changeset/base/329067 Log: Fix "zpool add" crash when a replacing vdev has a spare child Fix an assertion in zpool that causes a crash when running any "zpool add" command on a spare that

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Warner Losh
On Fri, Feb 9, 2018 at 9:19 AM, Alan Somers wrote: > On Fri, Feb 9, 2018 at 8:50 AM, Warner Losh wrote: > >> Author: imp >> Date: Fri Feb 9 15:50:32 2018 >> New Revision: 329064 >> URL: https://svnweb.freebsd.org/changeset/base/329064 >> >> Log: >> We

svn commit: r329070 - stable/11/sys/boot/i386/libi386

2018-02-09 Thread Kyle Evans
Author: kevans Date: Fri Feb 9 17:25:34 2018 New Revision: 329070 URL: https://svnweb.freebsd.org/changeset/base/329070 Log: MFC r327606: Handle misconfigured/nonexistent pcidev for comconsole instead of BTX panic. [This is effectively a direct commit to stable/11 due to path

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Alan Somers
On Fri, Feb 9, 2018 at 8:50 AM, Warner Losh wrote: > Author: imp > Date: Fri Feb 9 15:50:32 2018 > New Revision: 329064 > URL: https://svnweb.freebsd.org/changeset/base/329064 > > Log: > We don't actually need env here, so drop it. All shells allow setting > of shell

svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Warner Losh
Author: imp Date: Fri Feb 9 15:50:32 2018 New Revision: 329064 URL: https://svnweb.freebsd.org/changeset/base/329064 Log: We don't actually need env here, so drop it. All shells allow setting of shell variables for the next command like this. Modified: head/share/zoneinfo/Makefile

svn commit: r329087 - head/tools/diag/prtblknos

2018-02-09 Thread Kirk McKusick
Author: mckusick Date: Fri Feb 9 22:23:10 2018 New Revision: 329087 URL: https://svnweb.freebsd.org/changeset/base/329087 Log: Add an explanation of the block size units output by prtblknos. Suggested by: Ravi Pokala (rpokala@) Modified: head/tools/diag/prtblknos/README Modified:

Re: svn commit: r329076 - in head/tools/diag: . prtblknos

2018-02-09 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: mckusick > Date: Fri Feb 9 19:10:46 2018 > New Revision: 329076 > URL: https://svnweb.freebsd.org/changeset/base/329076 > > Log: > This is a little C-program that can be used to print out the list > of blocks used by a requested list of

svn commit: r329090 - vendor/device-tree/4.15

2018-02-09 Thread Emmanuel Vadot
Author: manu Date: Fri Feb 9 22:34:57 2018 New Revision: 329090 URL: https://svnweb.freebsd.org/changeset/base/329090 Log: Tag import of DTS 4.15 Added: vendor/device-tree/4.15/ - copied from r329089, vendor/device-tree/dist/ ___

svn commit: r329085 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/dispatcher sys/contrib/dev/acpica/components/ex...

2018-02-09 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 9 21:49:38 2018 New Revision: 329085 URL: https://svnweb.freebsd.org/changeset/base/329085 Log: MFV: r329072 Merge ACPICA 20180209. Added: head/sys/contrib/dev/acpica/common/dmtbdump1.c - copied, changed from r329072, vendor-sys/acpica/dist/source

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

2018-02-09 Thread Alexander Motin
Author: mav Date: Fri Feb 9 23:29:50 2018 New Revision: 329091 URL: https://svnweb.freebsd.org/changeset/base/329091 Log: Add sysctls for dnode block and indirect block shifts. MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c Modified:

svn commit: r329088 - in vendor/device-tree/dist: Bindings Bindings/arm Bindings/arm/amlogic Bindings/arm/bcm Bindings/arm/mediatek Bindings/arm/omap Bindings/arm/samsung Bindings/arm/tegra Binding...

2018-02-09 Thread Emmanuel Vadot
Author: manu Date: Fri Feb 9 22:33:22 2018 New Revision: 329088 URL: https://svnweb.freebsd.org/changeset/base/329088 Log: Update our copies of the Device Tree Source to Linux 4.15 Added: vendor/device-tree/dist/Bindings/arm/amlogic/

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Warner Losh
On Fri, Feb 9, 2018 at 12:04 PM, Alexey Dokuchaev wrote: > On Fri, Feb 09, 2018 at 11:50:35AM -0700, Warner Losh wrote: > > On Fri, Feb 9, 2018 at 10:49 AM, John Baldwin wrote: > > > On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote: > > > > New

svn commit: r329100 - in stable/11: lib/libstand share/mk sys/boot/common sys/boot/efi sys/boot/efi/boot1 sys/boot/efi/fdt sys/boot/efi/include sys/boot/efi/libefi sys/boot/efi/loader sys/boot/efi/...

2018-02-09 Thread Kyle Evans
Author: kevans Date: Sat Feb 10 04:56:07 2018 New Revision: 329100 URL: https://svnweb.freebsd.org/changeset/base/329100 Log: MFC Loader Fixes 2017q2: r316437,r316577,r316578,r316585,r316590,r316612, r316625,r316628,r316654,r316682,r316704,r316771,r317092,r317097,r317099,

svn commit: r329095 - stable/11/sys/modules/nvme

2018-02-09 Thread Alexander Motin
Author: mav Date: Sat Feb 10 00:39:34 2018 New Revision: 329095 URL: https://svnweb.freebsd.org/changeset/base/329095 Log: MFC r325795 (by imp): Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernel build. Modified: stable/11/sys/modules/nvme/Makefile Directory Properties:

svn commit: r329097 - head/sys/nlm

2018-02-09 Thread Brooks Davis
Author: brooks Date: Sat Feb 10 01:09:22 2018 New Revision: 329097 URL: https://svnweb.freebsd.org/changeset/base/329097 Log: Use syscall_helper_register() to register syscalls and initialize though the module interface. This is the more common approach and the syscall_helper interface

svn commit: r329092 - head/bin/df

2018-02-09 Thread Brooks Davis
Author: brooks Date: Sat Feb 10 00:22:25 2018 New Revision: 329092 URL: https://svnweb.freebsd.org/changeset/base/329092 Log: Add a deprecation warning when using the feature which mounts devices to see how much space it on them. Adjust MOUNT_CHAR_DEVS to allow the free space of already

svn commit: r329093 - in head: lib/clang/libllvm share/mk tools/build/options usr.bin/clang

2018-02-09 Thread Ed Maste
Author: emaste Date: Sat Feb 10 00:22:35 2018 New Revision: 329093 URL: https://svnweb.freebsd.org/changeset/base/329093 Log: Promote llvm-cov to a standalone option Introduce WITH_/WITHOUT_LLVM_COV to match GCC's WITH_/WITHOUT_GCOV. It is intended to provide a superset of the interface

svn commit: r329098 - stable/11/lib/libstand

2018-02-09 Thread Kyle Evans
Author: kevans Date: Sat Feb 10 01:52:58 2018 New Revision: 329098 URL: https://svnweb.freebsd.org/changeset/base/329098 Log: MFC libstand catch-up: r305116,306534,306538,306552,306638 r305116: recvtftp() is broken for large files, report file size r306534: cd9660_open should check for

svn commit: r329094 - head/share/man/man5

2018-02-09 Thread Ed Maste
Author: emaste Date: Sat Feb 10 00:27:29 2018 New Revision: 329094 URL: https://svnweb.freebsd.org/changeset/base/329094 Log: Regen src.conf.5 after r329093, WITH_/WITHOUT_LLVM_COV Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r329096 - in head/sys/dev: mpr mps

2018-02-09 Thread Alexander Motin
Author: mav Date: Sat Feb 10 00:55:46 2018 New Revision: 329096 URL: https://svnweb.freebsd.org/changeset/base/329096 Log: Teach mps(4) and mpr(4) drivers to autotune chain frames. This is a first part of the change. It makes the drivers to calculate the required number of chain frames

Re: svn commit: r329077 - head/usr.bin/tftp

2018-02-09 Thread Ed Maste
On 9 February 2018 at 14:46, Conrad Meyer wrote: > Author: cem > Date: Fri Feb 9 19:46:51 2018 > New Revision: 329077 > URL: https://svnweb.freebsd.org/changeset/base/329077 > > Log: > tftp(1): Fix libedit state corruption involving signals >From

Re: svn commit: r329064 - head/share/zoneinfo

2018-02-09 Thread Jon Brawn
On Feb 9, 2018, at 1:04 PM, Alexey Dokuchaev wrote: > > On Fri, Feb 09, 2018 at 11:50:35AM -0700, Warner Losh wrote: >> On Fri, Feb 9, 2018 at 10:49 AM, John Baldwin wrote: >>> On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote: New Revision:

svn commit: r329099 - in stable/11: lib/libstand sys/boot/common sys/boot/efi/include sys/boot/efi/libefi sys/boot/efi/loader sys/boot/forth sys/boot/geli sys/boot/i386/boot2 sys/boot/i386/btx/lib ...

2018-02-09 Thread Kyle Evans
Author: kevans Date: Sat Feb 10 04:37:44 2018 New Revision: 329099 URL: https://svnweb.freebsd.org/changeset/base/329099 Log: MFC Loader Fixes 2017q1: r311458,r312237,r312314,r312374,r312947,r313042, r313047,r313166,r313328,r313332,r31,r313337,r313348,r313349,r313389,

svn commit: r329059 - in stable/11/usr.bin/mkimg: . tests

2018-02-09 Thread Emmanuel Vadot
Author: manu Date: Fri Feb 9 09:15:43 2018 New Revision: 329059 URL: https://svnweb.freebsd.org/changeset/base/329059 Log: MFC r306325, r306329-r306330, r306333, r306620-r306622, r307544, r307550, r318137, r319125, r319295 r306325 by marcel: Replace the use of linker sets with

svn commit: r329061 - head/tools/tools/nanobsd/embedded

2018-02-09 Thread Kyle Evans
Author: kevans Date: Fri Feb 9 14:31:11 2018 New Revision: 329061 URL: https://svnweb.freebsd.org/changeset/base/329061 Log: Teach nanobsd about armv7, add -m to qemu invocations qemu defaults to 128 MiB of RAM, which has been found to not necessarily be enough for booting the system,