Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-13 Thread Warner Losh
On Fri, Sep 13, 2019, 10:11 PM Peter Jeremy wrote: > On 2019-Sep-13 16:33:15 -0400, Charlie Li wrote: > >Baptiste Daroussin wrote: > >> Author: bapt > >> Date: Fri Sep 13 06:50:02 2019 > >> New Revision: 352275 > >> URL: https://svnweb.freebsd.org/changeset/base/352275 > >> > >> Log: > >>

Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-13 Thread Peter Jeremy
On 2019-Sep-13 16:33:15 -0400, Charlie Li wrote: >Baptiste Daroussin wrote: >> Author: bapt >> Date: Fri Sep 13 06:50:02 2019 >> New Revision: 352275 >> URL: https://svnweb.freebsd.org/changeset/base/352275 >> >> Log: >> Update libedit to a snapshot from 2019-09-10 >> Reviewed by:

Re: svn commit: r352313 - in head/sys: conf modules modules/opal_nvram powerpc/powernv

2019-09-13 Thread Justin Hibbits
On Fri, Sep 13, 2019, 22:30 Justin Hibbits wrote: > Author: jhibbits > Date: Sat Sep 14 03:30:34 2019 > New Revision: 352313 > URL: https://svnweb.freebsd.org/changeset/base/352313 > > Log: > powerpc64/powernv: Add opal NVRAM driver for PowerNV systems > > Add a very basic NVRAM driver for

svn commit: r352314 - head/stand/lua

2019-09-13 Thread Kyle Evans
Author: kevans Date: Sat Sep 14 03:38:18 2019 New Revision: 352314 URL: https://svnweb.freebsd.org/changeset/base/352314 Log: lualoader: Add reload-conf loader command This command will trigger a reload of the configuration from disk. This is useful if you've changed currdev from

svn commit: r352313 - in head/sys: conf modules modules/opal_nvram powerpc/powernv

2019-09-13 Thread Justin Hibbits
Author: jhibbits Date: Sat Sep 14 03:30:34 2019 New Revision: 352313 URL: https://svnweb.freebsd.org/changeset/base/352313 Log: powerpc64/powernv: Add opal NVRAM driver for PowerNV systems Add a very basic NVRAM driver for OPAL which can be used by the IBM powerpc-utils nvram utility,

svn commit: r352312 - in head: lib/geom/nop sys/geom/nop

2019-09-13 Thread Chuck Silvers
Author: chs Date: Fri Sep 13 23:03:56 2019 New Revision: 352312 URL: https://svnweb.freebsd.org/changeset/base/352312 Log: Add a "count_until_fail" option to gnop, which says to start failing I/O requests after the given number have been allowed though. Approved by:imp (mentor)

svn commit: r352311 - head/sys/netpfil/ipfw

2019-09-13 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 13 22:36:04 2019 New Revision: 352311 URL: https://svnweb.freebsd.org/changeset/base/352311 Log: Drivers may pass runt packets to filter. This is okay. Reviewed by: gallatin Modified: head/sys/netpfil/ipfw/ip_fw2.c Modified: head/sys/netpfil/ipfw/ip_fw2.c

svn commit: r352306 - head/contrib/libcxxrt

2019-09-13 Thread Dimitry Andric
Author: dim Date: Fri Sep 13 21:00:19 2019 New Revision: 352306 URL: https://svnweb.freebsd.org/changeset/base/352306 Log: Include in unwind-arm.h, since it uses uint32_t and uint64_t in various declarations. Otherwise, depending on how unwind-arm.h is included from other source

Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-13 Thread Charlie Li via svn-src-head
Baptiste Daroussin wrote: > Author: bapt > Date: Fri Sep 13 06:50:02 2019 > New Revision: 352275 > URL: https://svnweb.freebsd.org/changeset/base/352275 > > Log: > Update libedit to a snapshot from 2019-09-10 > Reviewed by:Yuichiro Naito > MFC after: 3 weeks > Differential

svn commit: r352305 - head

2019-09-13 Thread Cy Schubert
Author: cy Date: Fri Sep 13 20:21:59 2019 New Revision: 352305 URL: https://svnweb.freebsd.org/changeset/base/352305 Log: Add RELNOTES comment for r352304 discussing removing default mlock() for ntpd. Differential Revision:https://reviews.freebsd.org/D21581 Modified:

svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-13 Thread Cy Schubert
(r352304) @@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20190913: + ntpd no longer by default locks its pages in memory, all

svn commit: r352303 - head/sys/riscv/riscv

2019-09-13 Thread Konstantin Belousov
Author: kib Date: Fri Sep 13 20:17:14 2019 New Revision: 352303 URL: https://svnweb.freebsd.org/changeset/base/352303 Log: riscv trap_pfault: remove unneeded hold of the process around vm_fault() call. This is re-appearance of the nop code removed from other arches in r287625.

svn commit: r352302 - in head/sys: arm64/conf arm64/intel conf

2019-09-13 Thread Ruslan Bukin
Author: br Date: Fri Sep 13 16:50:57 2019 New Revision: 352302 URL: https://svnweb.freebsd.org/changeset/base/352302 Log: Add support for Intel Stratix 10 platform. Intel Stratix 10 SoC includes a quad-core arm64 cluster and FPGA fabric. This adds support for reconfiguring FPGA.

svn commit: r352301 - in head/sys: conf dev/psci

2019-09-13 Thread Ruslan Bukin
Author: br Date: Fri Sep 13 15:56:33 2019 New Revision: 352301 URL: https://svnweb.freebsd.org/changeset/base/352301 Log: Add generic arm/arm64 secure-monitor SMCCC interface and switch PSCI code to use it. This interface will also be used by Intel Stratix 10 platform. This was not

svn commit: r352300 - head/sys/kern

2019-09-13 Thread Mateusz Guzik
Author: mjg Date: Fri Sep 13 15:49:04 2019 New Revision: 352300 URL: https://svnweb.freebsd.org/changeset/base/352300 Log: vfs: release usecount using fetchadd 1. If we release the last usecount we take ownership of the hold count, which means the vnode will remain allocated until we

svn commit: r352288 - head/usr.bin/grdc

2019-09-13 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 13 14:51:00 2019 New Revision: 352288 URL: https://svnweb.freebsd.org/changeset/base/352288 Log: Remove remnant from the pre LIBADD era Modified: head/usr.bin/grdc/Makefile Modified: head/usr.bin/grdc/Makefile

Re: svn commit: r352228 - head/sys/netinet

2019-09-13 Thread Andrew Gallatin
On 2019-09-11 17:16, Conrad Meyer wrote: Small nitpick: On Wed, Sep 11, 2019 at 11:48 AM Andrew Gallatin wrote: Note that on a system under a syn flood attack, arc4random() becomes quite expensive, and the chacha_poly crypto that it calls arc4random uses chacha20 — there is no "poly"

Re: svn commit: r351659 - in head: contrib/libc++/include contrib/netbsd-tests/lib/libc/ssp gnu/lib/libssp include lib/libc/stdio

2019-09-13 Thread Bruce Evans
On Sun, 1 Sep 2019, Cy Schubert wrote: I'm replying to this reply since I lost the original mail. In message <201909011612.x81gc5dw097...@repo.freebsd.org>, Ed Maste writes: Author: emaste Date: Sun Sep 1 16:12:05 2019 New Revision: 351659 URL:

Re: svn commit: r352248 - head/usr.sbin/ntp/libntp

2019-09-13 Thread Baptiste Daroussin
On Thu, Sep 12, 2019 at 11:53:38AM -0600, Ian Lepore wrote: > On Thu, 2019-09-12 at 15:46 +, Baptiste Daroussin wrote: > > Author: bapt > > Date: Thu Sep 12 15:46:58 2019 > > New Revision: 352248 > > URL: https://svnweb.freebsd.org/changeset/base/352248 > > > > Log: > > Get the readline

svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-13 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 13 06:50:02 2019 New Revision: 352275 URL: https://svnweb.freebsd.org/changeset/base/352275 Log: Update libedit to a snapshot from 2019-09-10 This version bring many fixes regarding unicode support It also adds proper support for filename completion (we do not

svn commit: r352274 - head/tools/tools/locale/tools

2019-09-13 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 13 06:36:24 2019 New Revision: 352274 URL: https://svnweb.freebsd.org/changeset/base/352274 Log: Insert proper copyright/license headers Those scripts are without copyright and license assignement since their creation After grabbing information from The