svn commit: r338309 - head/stand/lua

2018-08-24 Thread Kyle Evans
Author: kevans Date: Sat Aug 25 04:28:02 2018 New Revision: 338309 URL: https://svnweb.freebsd.org/changeset/base/338309 Log: lualoader: Fix override of module_path on loader prompt Earlier changes setup a config.module_path variable that was populated upon reading of loader.conf(5) and

Re: svn commit: r337497 - in head: . contrib/mdocml contrib/tnftp/src etc/root share/skel tools/tools/nanobsd/pcengines/Files/root tools/tools/nanobsd/rescue/Files/root usr.bin/mail usr.bin/man usr.bi

2018-08-24 Thread Kyle Evans
On Fri, Aug 24, 2018 at 10:12 PM Alan Somers wrote: > > On Fri, Aug 24, 2018 at 8:12 PM Kyle Evans wrote: >> >> On Wed, Aug 8, 2018 at 2:24 PM Alan Somers wrote: >> > >> > Author: asomers >> > Date: Wed Aug 8 19:24:20 2018 >> > New Revision: 337497 >> > URL:

Re: svn commit: r337497 - in head: . contrib/mdocml contrib/tnftp/src etc/root share/skel tools/tools/nanobsd/pcengines/Files/root tools/tools/nanobsd/rescue/Files/root usr.bin/mail usr.bin/man usr.bi

2018-08-24 Thread Kyle Evans
On Wed, Aug 8, 2018 at 2:24 PM Alan Somers wrote: > > Author: asomers > Date: Wed Aug 8 19:24:20 2018 > New Revision: 337497 > URL: https://svnweb.freebsd.org/changeset/base/337497 > > Log: > Switch the default pager for most commands to less > > Finally, a pager for the nineties. > > MFC

svn commit: r338306 - head/sys/netinet6

2018-08-24 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 24 21:49:21 2018 New Revision: 338306 URL: https://svnweb.freebsd.org/changeset/base/338306 Log: Unbreak RSS builds after r338257. Folding both RSS blocks together I missed the closing } of the new combined block. Pointyhat to: bz Reported by: np Approved

svn commit: r338305 - head/sys/net

2018-08-24 Thread Navdeep Parhar
Author: np Date: Fri Aug 24 21:48:13 2018 New Revision: 338305 URL: https://svnweb.freebsd.org/changeset/base/338305 Log: Unbreak VLANs after r337943. ether_set_pcp should not be called from ether_output_frame for VLAN interfaces -- the vid + pcp will be inserted during vlan_transmit in

svn commit: r338304 - head/sys/dev/mmc

2018-08-24 Thread Marius Strobl
Author: marius Date: Fri Aug 24 21:08:05 2018 New Revision: 338304 URL: https://svnweb.freebsd.org/changeset/base/338304 Log: The read accessors generated by __BUS_ACCESSOR() have the problem that they don't check the result of BUS_READ_IVAR(9) and silently return stack garbage on failure

svn commit: r338303 - in head: . lib/libbe sbin/bectl tools/build/mk

2018-08-24 Thread Kyle Evans
dified: head/ObsoleteFiles.inc == --- head/ObsoleteFiles.inc Fri Aug 24 18:47:50 2018(r338302) +++ head/ObsoleteFiles.inc Fri Aug 24 20:44:58 2018(r338303) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180824: libbe(3) SHLIBDIR fix

svn commit: r338302 - head/sys/vm

2018-08-24 Thread Gleb Smirnoff
Author: glebius Date: Fri Aug 24 18:47:50 2018 New Revision: 338302 URL: https://svnweb.freebsd.org/changeset/base/338302 Log: Either "free" or "allocated" is misleading here, since an item in a bucket is free from perspective of UMA consumer, and it is allocated from perspective of keg.

Re: svn commit: r338293 - head/sys/dev/random

2018-08-24 Thread Conrad Meyer
On Fri, Aug 24, 2018 at 7:53 AM, Mark Murray wrote: > Author: markm > Date: Fri Aug 24 14:53:46 2018 > New Revision: 338293 > URL: https://svnweb.freebsd.org/changeset/base/338293 > > Log: > Limit the amount of "fast" entropy. We don't need nearly as much > for security, and the excess just

svn commit: r338296 - head/release/arm64

2018-08-24 Thread Emmanuel Vadot
Author: manu Date: Fri Aug 24 15:01:58 2018 New Revision: 338296 URL: https://svnweb.freebsd.org/changeset/base/338296 Log: release: arm64: Enable overlays for PINE64 and PINE64-LTS Approved by: re (gjb) Modified: head/release/arm64/PINE64-LTS.conf head/release/arm64/PINE64.conf

svn commit: r338295 - head/release/tools

2018-08-24 Thread Emmanuel Vadot
Author: manu Date: Fri Aug 24 15:01:22 2018 New Revision: 338295 URL: https://svnweb.freebsd.org/changeset/base/338295 Log: release: arm: Setup overlays if board config defines some Approved by: re (gjb) Modified: head/release/tools/arm.subr Modified: head/release/tools/arm.subr

svn commit: r338294 - in head/sys: dts/arm64 dts/arm64/overlays modules/dtb/allwinner

2018-08-24 Thread Emmanuel Vadot
Author: manu Date: Fri Aug 24 15:00:36 2018 New Revision: 338294 URL: https://svnweb.freebsd.org/changeset/base/338294 Log: arm64: Add DTS overlays for A64 - sun50i-a64-sid.dtso registers the Security ID node, needed for thermal - sun50i-a64-ths.dtso registers the thermal node, for

svn commit: r338293 - head/sys/dev/random

2018-08-24 Thread Mark Murray
Author: markm Date: Fri Aug 24 14:53:46 2018 New Revision: 338293 URL: https://svnweb.freebsd.org/changeset/base/338293 Log: Limit the amount of "fast" entropy. We don't need nearly as much for security, and the excess just slows things down badly. PR: 230808 Submitted by:

svn commit: r338292 - head/sys/dev/random

2018-08-24 Thread Mark Murray
Author: markm Date: Fri Aug 24 14:53:42 2018 New Revision: 338292 URL: https://svnweb.freebsd.org/changeset/base/338292 Log: Fix braino of mine where the reseeds would happen far too often, making the kernel process way too busy. PR: 230808 Submitted by: Conrad Meyer

svn commit: r338291 - head/sys/netinet

2018-08-24 Thread Michael Tuexen
Author: tuexen Date: Fri Aug 24 10:50:19 2018 New Revision: 338291 URL: https://svnweb.freebsd.org/changeset/base/338291 Log: Fix a shadowed variable warning. Thanks to Peter Lei for reporting the issue. Approved by: re(kib@) MFH: 1 month Sponsored by:

Re: svn commit: r338172 - Now deprecating DRM

2018-08-24 Thread Matthew Macy
Rodney - we appreciate your emotional investment in the project. And as convenient as it would be for me to take all the blame the imminent removal of drm2 was communicated on public lists. Your soul contribution to the discussion was to bemoan the fact that i386 would no longer have special