Re: svn commit: r338374 - in head: bin/csh bin/sh etc etc/root

2018-08-30 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Wed, 29 Aug 2018 16:59:19 + (UTC) Brad Davis schrieb: > Author: brd > Date: Wed Aug 29 16:59:19 2018 > New Revision: 338374 > URL: https://svnweb.freebsd.org/changeset/base/338374 > > Log: > Finish moving dot.cshrc and dot.profile to bin/

Re: svn commit: r337978 - in head/libexec/rtld-elf: . aarch64 arm mips powerpc powerpc64 riscv

2018-08-30 Thread Kyle Evans
On Fri, Aug 17, 2018 at 11:20 AM Brooks Davis wrote: > > Author: brooks > Date: Fri Aug 17 16:19:47 2018 > New Revision: 337978 > URL: https://svnweb.freebsd.org/changeset/base/337978 > > Log: > Rework rtld's TLS Variant I implementation to match r326794 > > The above commit fixed handling ove

svn commit: r338394 - head/stand/lua

2018-08-30 Thread Kyle Evans
Author: kevans Date: Thu Aug 30 13:29:32 2018 New Revision: 338394 URL: https://svnweb.freebsd.org/changeset/base/338394 Log: lualoader: fix color usage Resetting to the default color scheme was done prior to reading the config. This is bogus; colors may only be declined by the user with

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

2018-08-30 Thread Mark Johnston
Author: markj Date: Thu Aug 30 13:42:01 2018 New Revision: 338395 URL: https://svnweb.freebsd.org/changeset/base/338395 Log: Re-add kstat.zfs.misc.arcstats.other_size under COMPAT_FREEBSD11. It is used by a number of applications, notably top(1). Reported by: netchild Reviewed by:

svn commit: r338397 - head/sys/modules/dtb/omap4

2018-08-30 Thread Emmanuel Vadot
Author: manu Date: Thu Aug 30 14:32:10 2018 New Revision: 338397 URL: https://svnweb.freebsd.org/changeset/base/338397 Log: dtb: Add LINKS for omap4 DTBs We do not use the upstream name so add links so u-boot can load the dtb for us. Approved by: re (rgrimes) Modified: head/sys/m

svn commit: r338398 - head/sys/arm/ti/omap4

2018-08-30 Thread Emmanuel Vadot
Author: manu Date: Thu Aug 30 14:32:47 2018 New Revision: 338398 URL: https://svnweb.freebsd.org/changeset/base/338398 Log: omap4_prcm: Delay the frequencies read check Same as r05, with Linux 4.17 dts the compatible for the prcm added 'simplebus', it mean that the simplebus driver wi

Re: svn commit: r337978 - in head/libexec/rtld-elf: . aarch64 arm mips powerpc powerpc64 riscv

2018-08-30 Thread Brooks Davis
On Thu, Aug 30, 2018 at 07:40:59AM -0500, Kyle Evans wrote: > On Fri, Aug 17, 2018 at 11:20 AM Brooks Davis wrote: > > > > Author: brooks > > Date: Fri Aug 17 16:19:47 2018 > > New Revision: 337978 > > URL: https://svnweb.freebsd.org/changeset/base/337978 > > > > Log: > > Rework rtld's TLS Varia

Re: svn commit: r338374 - in head: bin/csh bin/sh etc etc/root

2018-08-30 Thread Brad Davis
On Thu, Aug 30, 2018, at 5:39 AM, O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Wed, 29 Aug 2018 16:59:19 + (UTC) > Brad Davis schrieb: > > > Author: brd > > Date: Wed Aug 29 16:59:19 2018 > > New Revision: 338374 > > URL: https://svnweb.freebsd.org/changeset/

svn commit: r338399 - in head: etc usr.bin/login

2018-08-30 Thread Brad Davis
Author: brd Date: Thu Aug 30 15:52:03 2018 New Revision: 338399 URL: https://svnweb.freebsd.org/changeset/base/338399 Log: Move fbtab, login.conf, and motd to usr.bin/login/ Approved by: Approved by: re (gjb), bapt (mentor), will (mentor) Differential Revision:https://reviews.fre

svn commit: r338400 - head/release/tools

2018-08-30 Thread Kyle Evans
Author: kevans Date: Thu Aug 30 18:00:28 2018 New Revision: 338400 URL: https://svnweb.freebsd.org/changeset/base/338400 Log: release.sh: disable colors and the beastie menu for ARM/ARM64 targets lualoader has moved to a model where the user is expected to disable color as desired, rather

Re: svn commit: r338098 - in head: . tools/build

2018-08-30 Thread Alexander Richardson
On Wed, 29 Aug 2018 at 20:21 Cy Schubert wrote: > In message <201808201039.w7kadrmm079...@repo.freebsd.org>, Alex > Richardson writ > es: > > Author: arichardson > > Date: Mon Aug 20 10:39:53 2018 > > New Revision: 338098 > > URL: https://svnweb.freebsd.org/changeset/base/338098 > > > > Log: > >

Re: svn commit: r337776 - head/sys/netinet6

2018-08-30 Thread Kristof Provost
On 14 Aug 2018, at 19:17, Jonathan T. Looney wrote: Author: jtl Date: Tue Aug 14 17:17:37 2018 New Revision: 337776 URL: https://svnweb.freebsd.org/changeset/base/337776 Log: Improve IPv6 reassembly performance by hashing fragments into buckets. Currently, all IPv6 fragment reassembly que

Re: svn commit: r337776 - head/sys/netinet6

2018-08-30 Thread Bjoern A. Zeeb
On 30 Aug 2018, at 22:00, Kristof Provost wrote: On 14 Aug 2018, at 19:17, Jonathan T. Looney wrote: Author: jtl Date: Tue Aug 14 17:17:37 2018 New Revision: 337776 URL: https://svnweb.freebsd.org/changeset/base/337776 Log: Improve IPv6 reassembly performance by hashing fragments into bucke

Re: svn commit: r337776 - head/sys/netinet6

2018-08-30 Thread Kristof Provost
On 31 Aug 2018, at 0:07, Bjoern A. Zeeb wrote: On 30 Aug 2018, at 22:00, Kristof Provost wrote: I’ve done this, which fixes the problem: diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index 0f30801540a..e1f2b3f5842 100644 --- a/sys/netinet6/frag6.c +++

Re: svn commit: r337776 - head/sys/netinet6

2018-08-30 Thread Rick Macklem
Sorry for the top post, but I'm on a web based email. p...@freebsd.org reported a problem w.r.t. IPv6 fragmentation when using NFS. (He switched from UDP --> TCP and the problem went away.) It's over here on freebsd-stable: http://docs.FreeBSD.org/cgi/mid.cgi?20180827155651.GW2118 I don't know if

svn commit: r338401 - head/sys/conf

2018-08-30 Thread Glen Barber
Author: gjb Date: Fri Aug 31 00:05:38 2018 New Revision: 338401 URL: https://svnweb.freebsd.org/changeset/base/338401 Log: Update head from ALPHA3 to ALPHA4 as part of the 12.0-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/new

svn commit: r338402 - head/sys/crypto/ccp

2018-08-30 Thread Warner Losh
Author: imp Date: Fri Aug 31 01:01:16 2018 New Revision: 338402 URL: https://svnweb.freebsd.org/changeset/base/338402 Log: Don't load ccp automatically with devmatch Remove the PNP info for the moment from the driver. It's an experimental driver (as noted in r328150). It's performance is

Re: svn commit: r337776 - head/sys/netinet6

2018-08-30 Thread Jonathan T. Looney
On Thu, Aug 30, 2018 at 6:00 PM Kristof Provost wrote: > On 14 Aug 2018, at 19:17, Jonathan T. Looney wrote: > > + uint32_t hash, hashkey[sizeof(struct in6_addr) * 2 + 1], *hashkeyp; > > I’m pretty sure you didn’t mean for the hashkey to be 1028 bytes long. > Yikes. Yep, that's a bug. I original

svn commit: r338404 - head/sys/conf

2018-08-30 Thread Glen Barber
Author: gjb Date: Fri Aug 31 02:22:33 2018 New Revision: 338404 URL: https://svnweb.freebsd.org/changeset/base/338404 Log: Revert r338401, as the i386 build is broken. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/newvers.sh Modified: head/sy

Re: svn commit: r338404 - head/sys/conf

2018-08-30 Thread Glen Barber
On Fri, Aug 31, 2018 at 02:22:34AM +, Glen Barber wrote: > Author: gjb > Date: Fri Aug 31 02:22:33 2018 > New Revision: 338404 > URL: https://svnweb.freebsd.org/changeset/base/338404 > > Log: > Revert r338401, as the i386 build is broken. > > Approved by:re (implicit) > Sponso

Re: svn commit: r338404 - head/sys/conf

2018-08-30 Thread Glen Barber
On Fri, Aug 31, 2018 at 02:46:07AM +, Glen Barber wrote: > On Fri, Aug 31, 2018 at 02:22:34AM +, Glen Barber wrote: > > Author: gjb > > Date: Fri Aug 31 02:22:33 2018 > > New Revision: 338404 > > URL: https://svnweb.freebsd.org/changeset/base/338404 > > > > Log: > > Revert r338401, as th