svn commit: r325262 - head/sys/powerpc/conf

2017-10-31 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 1 03:54:07 2017 New Revision: 325262 URL: https://svnweb.freebsd.org/changeset/base/325262 Log: Enable a bunch more options in the QORIQ64 kernel This brings it closer to par with GENERIC64. In the future I hope to have a GENERIC64-E and GENERIC-E kernels

svn commit: r325261 - head/sys/amd64/vmm

2017-10-31 Thread Peter Grehan
Author: grehan Date: Wed Nov 1 03:26:53 2017 New Revision: 325261 URL: https://svnweb.freebsd.org/changeset/base/325261 Log: Emulate the "OR reg, r/m" instruction (opcode 0BH). This is needed for the HDA emulation with FreeBSD guests. Reviewed by: marcelo MFC after:2

svn commit: r325260 - in head/sys: contrib/ncsw/Peripherals/FM contrib/ncsw/etc powerpc/conf/dpaa

2017-10-31 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 1 03:09:16 2017 New Revision: 325260 URL: https://svnweb.freebsd.org/changeset/base/325260 Log: Rename a couple files to not conflict with ZFS filenames Now a kernel can be built with both ZFS and DPAA compiled in. Added:

svn commit: r325259 - in head/sys/powerpc: include powerpc

2017-10-31 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 1 02:54:48 2017 New Revision: 325259 URL: https://svnweb.freebsd.org/changeset/base/325259 Log: Add Guest State (GS) bit to MSR bits For completeness only. It will be used by a hypervisor if/when one is written. While here, sort the MSR bits into the

svn commit: r325258 - head/sys/powerpc/booke

2017-10-31 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 1 02:40:15 2017 New Revision: 325258 URL: https://svnweb.freebsd.org/changeset/base/325258 Log: Fix debug interrupts on 64-bit Book-E Use a WORD_SIZE macro to define the correct offset to the second word needed. This corrects the offset calculation in

svn commit: r325257 - in head: . share/man/man7 usr.sbin/adduser

2017-10-31 Thread Eitan Adler
1 01:03:44 2017(r325256) +++ head/ObsoleteFiles.inc Wed Nov 1 01:22:33 2017(r325257) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171031: Removal of obsolete man files +OLD_FILES+=usr/share/man/man7/adding_user.7.gz # 20171031: Disconnected libpathconv

svn commit: r325255 - in head: share/man/man4/man4.powerpc sys/dev/dpaa

2017-10-31 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 1 00:46:48 2017 New Revision: 325255 URL: https://svnweb.freebsd.org/changeset/base/325255 Log: Remove a singleton in the DPAA driver, to allow multiple fman instances Some devices (P5040, P4080) have multiple frame managers in their DPAA subsystems. This

svn commit: r325254 - head/release/tools

2017-10-31 Thread Colin Percival
Author: cperciva Date: Wed Nov 1 00:33:54 2017 New Revision: 325254 URL: https://svnweb.freebsd.org/changeset/base/325254 Log: Add the amazon-ssm-agent package to EC2 AMI builds. This makes it immediately available on instances which are running without internet access (or which can't

svn commit: r325253 - head

2017-10-31 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 31 23:48:57 2017 New Revision: 325253 URL: https://svnweb.freebsd.org/changeset/base/325253 Log: xdev: Follow-up r325087: Need to build lib/clang before lld. LLD needs headers generated by the full libllvm. X-MFC-With: r325087 MFC after:2 weeks

svn commit: r325252 - head/etc/devd

2017-10-31 Thread Andriy Voskoboinyk
Author: avos Date: Tue Oct 31 23:33:24 2017 New Revision: 325252 URL: https://svnweb.freebsd.org/changeset/base/325252 Log: Regenerate etc/devd/usb.conf Reminded by: hselasky Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf

svn commit: r325251 - head/sys/arm64/arm64

2017-10-31 Thread Andrew Turner
Author: andrew Date: Tue Oct 31 23:17:17 2017 New Revision: 325251 URL: https://svnweb.freebsd.org/changeset/base/325251 Log: Allocate the ITS translation table with a 64k page alignment. This is the largest alignment the ITS can require. This fixes a bug with the ARM Architecture

svn commit: r325250 - head/sys/arm64/arm64

2017-10-31 Thread Andrew Turner
Author: andrew Date: Tue Oct 31 22:12:14 2017 New Revision: 325250 URL: https://svnweb.freebsd.org/changeset/base/325250 Log: As with r325242 use mp_maxid when iterating over CPUs in the GICv3 driver. Sponsored by: DARPA, AFRL Modified: head/sys/arm64/arm64/gic_v3.c Modified:

svn commit: r325249 - head

2017-10-31 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 31 21:51:33 2017 New Revision: 325249 URL: https://svnweb.freebsd.org/changeset/base/325249 Log: kernel-toolchain: Fix improper build order after r325244. Due to removing some targets that the previous .ORDER: ${WMAKE_TGTS} set, it was no longer being

svn commit: r325248 - head/sys/boot/common

2017-10-31 Thread Toomas Soome
Author: tsoome Date: Tue Oct 31 20:29:31 2017 New Revision: 325248 URL: https://svnweb.freebsd.org/changeset/base/325248 Log: loader ptblread() is broken with >512B sectors The loader strategy() function is assuming 512B blocks, so we need to adjust ptblread() for other sector sizes.

svn commit: r325247 - in head: . etc/mtree lib/libpathconv targets/pseudo/tests

2017-10-31 Thread Bryan Drewery
== --- head/ObsoleteFiles.inc Tue Oct 31 19:26:07 2017(r325246) +++ head/ObsoleteFiles.inc Tue Oct 31 19:52:30 2017(r325247) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171031: Disconnected libpathconv tests +OLD_DIRS+=usr/tests/lib

Re: svn commit: r325192 - head/etc/mtree

2017-10-31 Thread Bryan Drewery
On 10/31/2017 10:15 AM, Bryan Drewery wrote: > On 10/31/2017 7:56 AM, Ngie Cooper wrote: >> >>> On Oct 30, 2017, at 18:43, Bryan Drewery wrote: >>> >>> Author: bdrewery >>> Date: Tue Oct 31 01:43:36 2017 >>> New Revision: 325192 >>> URL:

svn commit: r325246 - head/tools/tools/build_option_survey

2017-10-31 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 31 19:26:07 2017 New Revision: 325246 URL: https://svnweb.freebsd.org/changeset/base/325246 Log: Use -j hw.ncpu for build/install. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/tools/tools/build_option_survey/option_survey.sh

svn commit: r325245 - head/sys/net

2017-10-31 Thread Stephen Hurd
Author: shurd Date: Tue Oct 31 19:03:35 2017 New Revision: 325245 URL: https://svnweb.freebsd.org/changeset/base/325245 Log: Preserve TSO checksum flags r323941 incorrectly disabled TSO flags based on MTU. Reported by: Yuri Pankov Reviewed by: sbruno Approved

svn commit: r325244 - head

2017-10-31 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 31 19:02:14 2017 New Revision: 325244 URL: https://svnweb.freebsd.org/changeset/base/325244 Log: kernel-toolchain: Skip world _obj and _cleanobj phases. There's no good reason to treewalk the entire tree removing old OBJDIRS and creating new ones when

svn commit: r325243 - in head: . gnu/usr.bin/cc/cc_tools

2017-10-31 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 31 19:02:05 2017 New Revision: 325243 URL: https://svnweb.freebsd.org/changeset/base/325243 Log: build-tools: De-special-case the gcc tools build. It merely wanted to use 'all' rather than 'build-tools' so just add a build-tools target to the Makefile.

svn commit: r325242 - head/sys/arm64/arm64

2017-10-31 Thread Andrew Turner
Author: andrew Date: Tue Oct 31 18:22:21 2017 New Revision: 325242 URL: https://svnweb.freebsd.org/changeset/base/325242 Log: Use mp_maxid when iterating over CPUs as we may have sparse id allocations. Sponsored by: DARPA, AFRL Modified: head/sys/arm64/arm64/gicv3_its.c Modified:

svn commit: r325241 - head/sys/net

2017-10-31 Thread Stephen Hurd
Author: shurd Date: Tue Oct 31 17:50:42 2017 New Revision: 325241 URL: https://svnweb.freebsd.org/changeset/base/325241 Log: Fix PR221990 - Assertion at iflib.c:1947 ifl_pidx and ifl_credits are going out of sync in _iflib_fl_refill() as they use different update log. Use the same

svn commit: r325240 - head

2017-10-31 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 31 17:16:46 2017 New Revision: 325240 URL: https://svnweb.freebsd.org/changeset/base/325240 Log: Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE. Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r325192 - head/etc/mtree

2017-10-31 Thread Bryan Drewery
On 10/31/2017 7:56 AM, Ngie Cooper wrote: > >> On Oct 30, 2017, at 18:43, Bryan Drewery wrote: >> >> Author: bdrewery >> Date: Tue Oct 31 01:43:36 2017 >> New Revision: 325192 >> URL: https://svnweb.freebsd.org/changeset/base/325192 >> >> Log: >> Fix

Re: svn commit: r325042 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2017-10-31 Thread Ed Maste
On 27 October 2017 at 12:39, Michal Meloun wrote: > > On 27.10.2017 18:23, Ed Maste wrote: >> Author: emaste >> Date: Fri Oct 27 16:23:45 2017 >> New Revision: 325042 >> URL: https://svnweb.freebsd.org/changeset/base/325042 >> >> Log: >> libdtrace: replace "DOODAD" with

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-31 Thread Alexey Dokuchaev
On Tue, Oct 31, 2017 at 09:56:47AM -0500, Dan Mack wrote: > Alexey Dokuchaev writes: > > ... > > I find this separation useless and actually mitigating the good. When > > I want to scroll the history without any search I'd simply won't type > > anything. Binding prefix-search

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-31 Thread Dan Mack
Alexey Dokuchaev writes: > On Mon, Oct 30, 2017 at 04:35:04PM -0500, Dan Mack wrote: >> Definately different. Better? Maybe for some. I most always search >> command history by prefix and then just using multiple ESC-p invocations >> to find the one command to

Re: svn commit: r325192 - head/etc/mtree

2017-10-31 Thread Ngie Cooper
> On Oct 30, 2017, at 18:43, Bryan Drewery wrote: > > Author: bdrewery > Date: Tue Oct 31 01:43:36 2017 > New Revision: 325192 > URL: https://svnweb.freebsd.org/changeset/base/325192 > > Log: > Fix installworld/distrib-dirs for pathconv after r325186. *sigh* Julian

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-31 Thread Dan Mack
Devin Teske writes: >> On Oct 30, 2017, at 2:35 PM, Dan Mack wrote: >> >> Devin Teske writes: >> >>> Better in bash which allows you to filter not only on "begins with" >>> but also "contains" (which is arguably more valuable than "begins

svn commit: r325236 - in head/sys: contrib/ena-com contrib/ena-com/ena_defs dev/ena

2017-10-31 Thread Marcin Wojtas
Author: mw Date: Tue Oct 31 12:41:07 2017 New Revision: 325236 URL: https://svnweb.freebsd.org/changeset/base/325236 Log: Update ena-com HAL to v1.1.4.3 and update driver accordingly The newest ena-com HAL supports LLQv2 and introduces API changes. In order not to break the driver

svn commit: r325233 - in head/sys: conf dev/iicbus

2017-10-31 Thread Michael Zhilin
Author: mizhka Date: Tue Oct 31 12:15:00 2017 New Revision: 325233 URL: https://svnweb.freebsd.org/changeset/base/325233 Log: [i2c/clock] add support for EPSON RTC-8583 RTC-8583 is time-of-day clock used in some SOHO routers. This clock has only 2 bits for year values, but thanks to user

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

2017-10-31 Thread Tijl Coosemans
Author: tijl Date: Tue Oct 31 11:51:34 2017 New Revision: 325232 URL: https://svnweb.freebsd.org/changeset/base/325232 Log: Set the return address for stack entry points to zero. Stack unwinders treat zero as a stop condition. The value on the stack can be non-zero because thread stacks

svn commit: r325231 - head/sys/mips/mediatek

2017-10-31 Thread Michael Zhilin
Author: mizhka Date: Tue Oct 31 11:29:16 2017 New Revision: 325231 URL: https://svnweb.freebsd.org/changeset/base/325231 Log: [mips] Pin control configuration for MediaTek RT2880 RT2880 is MIPS4Kc SoC used in many SOHO routers. This commits adds GPIO pin control configuration of RT2880.

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-31 Thread Konstantin Belousov
On Tue, Oct 31, 2017 at 09:56:15AM +0100, Baptiste Daroussin wrote: > On Mon, Oct 30, 2017 at 10:33:20AM -0700, Eitan Adler wrote: > > On 30 October 2017 at 08:15, Baptiste Daroussin wrote: > > >> > > >> - Prefer UTF-8 over ISO-8859-1 > > >> - Remove some references to

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

2017-10-31 Thread Andriy Gapon
Author: avg Date: Tue Oct 31 10:15:03 2017 New Revision: 325228 URL: https://svnweb.freebsd.org/changeset/base/325228 Log: vdev_geom_close: close errored consumer even if vdev_reopening is set If vdev_geom_close doesn't close the consumer, then the subsequent call to vdev_geom_open()

svn commit: r325227 - head/sys/geom

2017-10-31 Thread Andriy Gapon
Author: avg Date: Tue Oct 31 10:10:13 2017 New Revision: 325227 URL: https://svnweb.freebsd.org/changeset/base/325227 Log: geom_slice: do not destroy softc until providers are gone At present, g_slice_orphan and g_slice_spoiled destroy the softc (struct g_slicer) even before calling

Re: svn commit: r325208 - head/lib/libcasper/services/cap_grp

2017-10-31 Thread Mariusz Zaborski
Thanks for fixing that! On 31 October 2017 at 05:02, Ngie Cooper wrote: > Author: ngie > Date: Tue Oct 31 04:02:50 2017 > New Revision: 325208 > URL: https://svnweb.freebsd.org/changeset/base/325208 > > Log: > Add `static` to `cap_setgrent` prototype in !WITH_CASPER case > >

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-31 Thread Baptiste Daroussin
On Mon, Oct 30, 2017 at 10:33:20AM -0700, Eitan Adler wrote: > On 30 October 2017 at 08:15, Baptiste Daroussin wrote: > >> > >> - Prefer UTF-8 over ISO-8859-1 > >> - Remove some references to printing man pages > > > > Why? it was still valid. > > (a) Virtually no one needs

svn commit: r325220 - head/share/misc

2017-10-31 Thread Yuri Victorovich
Author: yuri (ports committer) Date: Tue Oct 31 07:47:57 2017 New Revision: 325220 URL: https://svnweb.freebsd.org/changeset/base/325220 Log: Add myself as a new committer Reviewed by: tcberner Approved by: tcberner (mentor) Differential Revision:

svn commit: r325217 - head/share/man/man7

2017-10-31 Thread Eitan Adler
Author: eadler Date: Tue Oct 31 06:43:37 2017 New Revision: 325217 URL: https://svnweb.freebsd.org/changeset/base/325217 Log: Fix '\' in binary ascii table Modified: head/share/man/man7/ascii.7 Modified: head/share/man/man7/ascii.7

svn commit: r325216 - head/share/man/man7

2017-10-31 Thread Eitan Adler
Author: eadler Date: Tue Oct 31 06:36:33 2017 New Revision: 325216 URL: https://svnweb.freebsd.org/changeset/base/325216 Log: Also bump Dd Modified: head/share/man/man7/tuning.7 Modified: head/share/man/man7/tuning.7

svn commit: r325215 - head/share/man/man7

2017-10-31 Thread Eitan Adler
Author: eadler Date: Tue Oct 31 06:35:17 2017 New Revision: 325215 URL: https://svnweb.freebsd.org/changeset/base/325215 Log: Update tuning(7) some more At this point its unclear how much help tuning(7) is whatsoever but leave it around in case someone decides to spend some time on it.

Re: svn commit: r325092 - head/usr.bin/fortune/datfiles

2017-10-31 Thread Alexey Dokuchaev
On Mon, Oct 30, 2017 at 04:35:04PM -0500, Dan Mack wrote: > Definately different. Better? Maybe for some. I most always search > command history by prefix and then just using multiple ESC-p invocations > to find the one command to edit/re-execute. Less frequently I want to > search the whole