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

2018-04-27 Thread Eitan Adler
Author: eadler Date: Sat Apr 28 01:14:16 2018 New Revision: 333081 URL: https://svnweb.freebsd.org/changeset/base/333081 Log: zpool(8): correct list of default properties in 'list'. The default provides output in the following form: ``` NAME SIZE ALLOC FREE CKPOINT EXPANDSZ

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

2018-04-27 Thread Bruce Evans
On Fri, 27 Apr 2018, John Baldwin wrote: On Thursday, April 26, 2018 09:29:30 AM Ian Lepore wrote: On Thu, 2018-04-26 at 19:01 +0800, Li-Wen Hsu wrote: On Thu, Apr 26, 2018 at 7:59 AM, Ian Lepore wrote: On Wed, 2018-04-25 at 19:46 +, Li-Wen Hsu wrote: Author: lwhsu (ports committer) D

svn commit: r333079 - head/stand/arm64

2018-04-27 Thread Warner Losh
Author: imp Date: Fri Apr 27 22:15:18 2018 New Revision: 333079 URL: https://svnweb.freebsd.org/changeset/base/333079 Log: No need to make objects here. Modified: head/stand/arm64/Makefile Modified: head/stand/arm64/Makefile ===

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

2018-04-27 Thread John Baldwin
On Thursday, April 26, 2018 09:29:30 AM Ian Lepore wrote: > On Thu, 2018-04-26 at 19:01 +0800, Li-Wen Hsu wrote: > > On Thu, Apr 26, 2018 at 7:59 AM, Ian Lepore wrote: > > > > > > On Wed, 2018-04-25 at 19:46 +, Li-Wen Hsu wrote: > > > > > > > > Author: lwhsu (ports committer) > > > > Date: W

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

2018-04-27 Thread John Baldwin
Author: jhb Date: Fri Apr 27 21:22:32 2018 New Revision: 333076 URL: https://svnweb.freebsd.org/changeset/base/333076 Log: Use %p to print uintptr_t values rather than %z in MIPS single-step code. Modified: head/sys/mips/mips/pm_machdep.c Modified: head/sys/mips/mips/pm_machdep.c ===

svn commit: r333075 - in head/sys: arm/conf modules/dtb/allwinner modules/dtb/overlays

2018-04-27 Thread Emmanuel Vadot
Author: manu Date: Fri Apr 27 21:15:51 2018 New Revision: 333075 URL: https://svnweb.freebsd.org/changeset/base/333075 Log: arm: dts: overlays: Remove the overlay module Move the DTSO variables in the main SoC dtb file Discussed with: ian Deleted: head/sys/modules/dtb/

svn commit: r333074 - in head/sys/arm: allwinner cavium/cns11xx freescale/vybrid samsung/exynos ti/usb xilinx

2018-04-27 Thread Emmanuel Vadot
Author: manu Date: Fri Apr 27 21:05:58 2018 New Revision: 333074 URL: https://svnweb.freebsd.org/changeset/base/333074 Log: arm: Fix duplicate ehci DRIVER_MODULE Name each ehci driver uniquely. This remove the warning printed at each arm boot : module_register: cannot register simplebus

svn commit: r333073 - in head/sys/arm: allwinner freescale/imx

2018-04-27 Thread Emmanuel Vadot
Author: manu Date: Fri Apr 27 21:05:18 2018 New Revision: 333073 URL: https://svnweb.freebsd.org/changeset/base/333073 Log: arm: Fix duplicate ahci DRIVER_MODULE Name each ahci driver uniquely. This remove the warning printed at each arm boot : module_register: cannot register simplebus

svn commit: r333072 - head

2018-04-27 Thread Ed Maste
Author: emaste Date: Fri Apr 27 20:20:57 2018 New Revision: 333072 URL: https://svnweb.freebsd.org/changeset/base/333072 Log: Retire UPDATING entries prior to the stable/10 branch We do not support building from FreeBSD 9.x releases. Approved by: imp Sponsored by: The FreeBSD Founda

svn commit: r333071 - head

2018-04-27 Thread Ed Maste
Author: emaste Date: Fri Apr 27 19:50:30 2018 New Revision: 333071 URL: https://svnweb.freebsd.org/changeset/base/333071 Log: Bump min supported release for building HEAD to 10.3 r307825 and r333017 disallow building FreeBSD-HEAD from 9.x or 10.x versions that have some clang issues. The

svn commit: r333068 - head/sys/dev/cxgbe/tom

2018-04-27 Thread John Baldwin
Author: jhb Date: Fri Apr 27 17:20:23 2018 New Revision: 333068 URL: https://svnweb.freebsd.org/changeset/base/333068 Log: Use the correct key address when renegotiating the transmit key. Previously, get_keyid() was returning the address of the receive key instead of the transmit key when

svn commit: r333067 - head/tests/sys/kern

2018-04-27 Thread Konstantin Belousov
Author: kib Date: Fri Apr 27 16:34:28 2018 New Revision: 333067 URL: https://svnweb.freebsd.org/changeset/base/333067 Log: Remove redundant pipe from pdeathsig.c test. A pipe was was left over from a development version of pdeathsig.c and is not needed. Process C waits for a signal t

Re: svn commit: r333066 - head/sys/sys

2018-04-27 Thread Mateusz Guzik
On Fri, Apr 27, 2018 at 6:00 PM, Konstantin Belousov wrote: > On Fri, Apr 27, 2018 at 03:50:22PM +, Mateusz Guzik wrote: > > Author: mjg > > Date: Fri Apr 27 15:50:22 2018 > > New Revision: 333066 > > URL: https://svnweb.freebsd.org/changeset/base/333066 > > > > Log: > > Unbreak world build

Re: svn commit: r333066 - head/sys/sys

2018-04-27 Thread Konstantin Belousov
On Fri, Apr 27, 2018 at 03:50:22PM +, Mateusz Guzik wrote: > Author: mjg > Date: Fri Apr 27 15:50:22 2018 > New Revision: 333066 > URL: https://svnweb.freebsd.org/changeset/base/333066 > > Log: > Unbreak world build after r333064 > > Reported by:O. Hartmann > > Modified: > h

svn commit: r333066 - head/sys/sys

2018-04-27 Thread Mateusz Guzik
Author: mjg Date: Fri Apr 27 15:50:22 2018 New Revision: 333066 URL: https://svnweb.freebsd.org/changeset/base/333066 Log: Unbreak world build after r333064 Reported by: O. Hartmann Modified: head/sys/sys/sysent.h Modified: head/sys/sys/sysent.h ===

Re: svn commit: r333064 - in head/sys: cddl/dev/systrace kern sys

2018-04-27 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Fri, 27 Apr 2018 15:16:34 + (UTC) Mateusz Guzik schrieb: > Author: mjg > Date: Fri Apr 27 15:16:34 2018 > New Revision: 333064 > URL: https://svnweb.freebsd.org/changeset/base/333064 > > Log: > systrace: track it like sdt probes > >

svn commit: r333065 - head/bin/setfacl

2018-04-27 Thread Ed Maste
Author: emaste Date: Fri Apr 27 15:25:24 2018 New Revision: 333065 URL: https://svnweb.freebsd.org/changeset/base/333065 Log: setfacl: style and break main() into manageable pieces Submitted by: Mitchell Horne MFC with: r332396 Sponsored by: The FreeBSD Foundation Differential Rev

svn commit: r333064 - in head/sys: cddl/dev/systrace kern sys

2018-04-27 Thread Mateusz Guzik
Author: mjg Date: Fri Apr 27 15:16:34 2018 New Revision: 333064 URL: https://svnweb.freebsd.org/changeset/base/333064 Log: systrace: track it like sdt probes While here predict false. Note the code is wrong (regardless of this change). Dereference of the pointer can race with module

Re: svn commit: r333052 - head/sys/vm

2018-04-27 Thread Mateusz Guzik
On Fri, Apr 27, 2018 at 4:29 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: mjg > > Date: Fri Apr 27 05:37:35 2018 > > New Revision: 333052 > > URL: https://svnweb.freebsd.org/changeset/base/333052 > > > > Log: > > uma: wh

Re: svn commit: r333052 - head/sys/vm

2018-04-27 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: mjg > Date: Fri Apr 27 05:37:35 2018 > New Revision: 333052 > URL: https://svnweb.freebsd.org/changeset/base/333052 > > Log: > uma: whack main zone counter update in the slow path Remove might be a better word, whack is ambigous in this con

svn commit: r333063 - in head: contrib/elftoolchain/ar contrib/elftoolchain/common contrib/elftoolchain/elfcopy contrib/elftoolchain/elfdump contrib/elftoolchain/libdwarf contrib/elftoolchain/libel...

2018-04-27 Thread Ed Maste
Author: emaste Date: Fri Apr 27 13:59:24 2018 New Revision: 333063 URL: https://svnweb.freebsd.org/changeset/base/333063 Log: Update ELF Tool Chain to r3614 MFC after:1 week Relnotes: Yes Sponsored by: The FreeBSD Foundation Modified: head/contrib/elftoolchain/ar/Makefile h

svn commit: r333062 - head/sys/sys

2018-04-27 Thread Ed Maste
Author: emaste Date: Fri Apr 27 13:55:46 2018 New Revision: 333062 URL: https://svnweb.freebsd.org/changeset/base/333062 Log: elf_common.h: add DT_SUNW_ASLR tag For upcoming ELF Tool Chain import (readelf). Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h

svn commit: r333059 - in head/sys/amd64: amd64 include

2018-04-27 Thread Tycho Nightingale
Author: tychon Date: Fri Apr 27 12:44:20 2018 New Revision: 333059 URL: https://svnweb.freebsd.org/changeset/base/333059 Log: Expand the checks for UCR3 == PMAP_NO_CR3 to enable processes to be excluded from PTI. Reviewed by: kib Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r333055 - head/sys/arm/allwinner/clkng

2018-04-27 Thread Emmanuel Vadot
Author: manu Date: Fri Apr 27 09:25:27 2018 New Revision: 333055 URL: https://svnweb.freebsd.org/changeset/base/333055 Log: allwinner: clk: Add gate_shift to the clock definition WHile gate_shift was present in the NM_CLK macro it wasn't set into the clock definition structure resulting i

svn commit: r333054 - head/sys/arm/allwinner/clkng

2018-04-27 Thread Emmanuel Vadot
Author: manu Date: Fri Apr 27 09:23:07 2018 New Revision: 333054 URL: https://svnweb.freebsd.org/changeset/base/333054 Log: allwinner: clk: Correct aw_clk_get_factor Switch test between zero based factor and power of two one. This resulted in a miscalculation of the factor if it was a pow