svn commit: r338893 - head/share/mk

2018-09-22 Thread Andreas Tobler
Author: andreast Date: Sat Sep 22 20:58:43 2018 New Revision: 338893 URL: https://svnweb.freebsd.org/changeset/base/338893 Log: Set the default loader for powerpc(32- and 64-bit) back to to forth. There are some issues with the lua-loader. To be on the safe side, use a well known and working

Re: svn commit: r338861 - head/lib/libc

2018-09-22 Thread Shawn Webb
On Fri, Sep 21, 2018 at 01:11:46PM -0700, Xin Li wrote: > On 9/21/18 10:49, Ed Maste wrote: > > Author: emaste > > Date: Fri Sep 21 17:49:37 2018 > > New Revision: 338861 > > URL: https://svnweb.freebsd.org/changeset/base/338861 > > > > Log: > > libc: require ifunc-capable linker for amd64/i386

svn commit: r338892 - head/sys/ufs/ffs

2018-09-22 Thread Konstantin Belousov
Author: kib Date: Sat Sep 22 17:05:49 2018 New Revision: 338892 URL: https://svnweb.freebsd.org/changeset/base/338892 Log: Correct panic messages. Reviewed by: mckusick Sponsored by: The FreeBSD Foundation Approved by: re (rgrimes) MFC after:1 week Modified: head/sys/ufs/ffs/

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

2018-09-22 Thread Konstantin Belousov
Author: kib Date: Sat Sep 22 17:04:39 2018 New Revision: 338891 URL: https://svnweb.freebsd.org/changeset/base/338891 Log: Further reorganize pmap_invalidate TLB code. Split calculation of mask for shootdown IPI and local invalidation. Reorder IPI before local. Suggested by: alc Re

svn commit: r338890 - head/sbin/ifconfig

2018-09-22 Thread Andrey V. Elsukov
Author: ae Date: Sat Sep 22 16:30:48 2018 New Revision: 338890 URL: https://svnweb.freebsd.org/changeset/base/338890 Log: Update ifr_name before invoking IPSECSREQID ioctl, this fixes the case, when `ifconfig ipsec create reqid N` command invoked without interface unit number. The "name" glo

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

2018-09-22 Thread Konstantin Belousov
Author: kib Date: Sat Sep 22 16:19:21 2018 New Revision: 338889 URL: https://svnweb.freebsd.org/changeset/base/338889 Log: MFC r338801: amd64 pmap: remove tautological assert. Modified: stable/11/sys/amd64/amd64/pmap.c Directory Properties: stable/11/ (props changed) Modified: stable/1

svn commit: r338888 - head/sbin/devd

2018-09-22 Thread Warner Losh
Author: imp Date: Sat Sep 22 15:32:53 2018 New Revision: 33 URL: https://svnweb.freebsd.org/changeset/base/33 Log: We don't need shell protection for when we're expanding matches. Don't add it. This should fix when we do regepx matches against variables we've set and fix wifi bring u

svn commit: r338887 - in head: etc lib/libwrap

2018-09-22 Thread Brad Davis
Author: brd Date: Sat Sep 22 13:17:30 2018 New Revision: 338887 URL: https://svnweb.freebsd.org/changeset/base/338887 Log: Move hosts.allow to lib/libwrap/ This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision:htt

svn commit: r338886 - head/stand/lua

2018-09-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Sep 22 13:14:44 2018 New Revision: 338886 URL: https://svnweb.freebsd.org/changeset/base/338886 Log: Improve loader passwords: 1. Be clear about which password is being requested 2. Remove extraneous whitespace between the prompt and the cursor 3. Move the twiddl

svn commit: r338885 - head/sys/sys

2018-09-22 Thread Mateusz Guzik
Author: mjg Date: Sat Sep 22 11:39:30 2018 New Revision: 338885 URL: https://svnweb.freebsd.org/changeset/base/338885 Log: vfs: __predict common case in VFS_EPILOGUE/PROLOGUE NFS is the only in-tree filesystem using the feature, but all ops test for it. Currently the resulting sigdef