svn commit: r344460 - head/usr.sbin/vidcontrol

2019-02-21 Thread Bruce Evans
Author: bde Date: Fri Feb 22 07:00:23 2019 New Revision: 344460 URL: https://svnweb.freebsd.org/changeset/base/344460 Log: Oops, actually fix warnings from -Wpointer-sign. Modified: head/usr.sbin/vidcontrol/vidcontrol.c Modified: head/usr.sbin/vidcontrol/vidcontrol.c

svn commit: r344459 - head/usr.sbin/vidcontrol

2019-02-21 Thread Bruce Evans
Author: bde Date: Fri Feb 22 06:57:46 2019 New Revision: 344459 URL: https://svnweb.freebsd.org/changeset/base/344459 Log: Fix warnings from -Wpointer-sign. Modified: head/usr.sbin/vidcontrol/vidcontrol.c Modified: head/usr.sbin/vidcontrol/vidcontrol.c

svn commit: r344458 - in head: share/man/man4 sys/conf usr.sbin/vidcontrol

2019-02-21 Thread Bruce Evans
Author: bde Date: Fri Feb 22 06:41:47 2019 New Revision: 344458 URL: https://svnweb.freebsd.org/changeset/base/344458 Log: Connect the restored dumb and sc terminal emulators to the kernel build. Add or fix options to control static and dynamic configuration. Keep the default of scteken,

Re: svn commit: r344451 - head/usr.sbin/nfsd

2019-02-21 Thread Bruce Evans
On Thu, 21 Feb 2019, Sean Eric Fagan wrote: Log: Fix the usage error I introduced in r344192. Specifically, I put the new option line in the wrong place, and then fixed up the rest without realizing it. This puts the usage statement back to what it was, with an additional line for the new

svn commit: r344456 - head/sys/arm/allwinner

2019-02-21 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Fri Feb 22 03:11:27 2019 New Revision: 344456 URL: https://svnweb.freebsd.org/changeset/base/344456 Log: Add base to the warning threshold. Modified: head/sys/arm/allwinner/axp81x.c Modified: head/sys/arm/allwinner/axp81x.c

Re: svn commit: r344452 - in head/sys/cddl: contrib/opensolaris/uts/common/dtrace contrib/opensolaris/uts/intel/dtrace dev/dtrace

2019-02-21 Thread Conrad Meyer
Thanks Mark! Prior to this change, if you used userspace dtrace enough, eventually you would get a spurious SIGTRAP on a process, which has the default behavior of dumping core. Perhaps understandably, people balk at random core files lying around. Or at dtrace killing their programs. This

svn commit: r344453 - head/sys/cddl/contrib/opensolaris/uts/intel/dtrace

2019-02-21 Thread Mark Johnston
Author: markj Date: Thu Feb 21 22:56:54 2019 New Revision: 344453 URL: https://svnweb.freebsd.org/changeset/base/344453 Log: Commit a missing piece of r344452. MFC with: r344452 Modified: head/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c Modified:

svn commit: r344452 - in head/sys/cddl: contrib/opensolaris/uts/common/dtrace contrib/opensolaris/uts/intel/dtrace dev/dtrace

2019-02-21 Thread Mark Johnston
Author: markj Date: Thu Feb 21 22:54:17 2019 New Revision: 344452 URL: https://svnweb.freebsd.org/changeset/base/344452 Log: Fix a tracepoint lookup race in fasttrap_pid_probe(). fasttrap hooks the userspace breakpoint handler; the hook looks up the breakpoint address in a hash table of

svn commit: r344451 - head/usr.sbin/nfsd

2019-02-21 Thread Sean Eric Fagan
Author: sef Date: Thu Feb 21 22:49:39 2019 New Revision: 344451 URL: https://svnweb.freebsd.org/changeset/base/344451 Log: Fix the usage error I introduced in r344192. Specifically, I put the new option line in the wrong place, and then fixed up the rest without realizing it. This puts

svn commit: r344450 - head/sys/modules/dtrace

2019-02-21 Thread Mark Johnston
Author: markj Date: Thu Feb 21 22:49:21 2019 New Revision: 344450 URL: https://svnweb.freebsd.org/changeset/base/344450 Log: Disconnect fasttrap from the 32-bit powerpc build. An upcoming bug fix requires 64-bit atomics, which aren't implemented on powerpc. The powerpc port of fasttrap

svn commit: r344449 - head/crypto/openssh

2019-02-21 Thread Ed Maste
Author: emaste Date: Thu Feb 21 22:45:54 2019 New Revision: 39 URL: https://svnweb.freebsd.org/changeset/base/39 Log: scp: validate filenames provided by server against wildcard in client OpenSSH-portable commits: check in scp client that filenames sent during remote->local

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

2019-02-21 Thread Michael Tuexen
> On 21. Feb 2019, at 09:32, Kubilay Kocak wrote: > > On 21/02/2019 5:03 am, Michael Tuexen wrote: >> Author: tuexen >> Date: Wed Feb 20 18:03:43 2019 >> New Revision: 344368 >> URL: https://svnweb.freebsd.org/changeset/base/344368 >> Log: >> Reduce the TCP initial retransmission timeout from

Re: svn commit: r344446 - head/usr.sbin/bhyve

2019-02-21 Thread Rodney W. Grimes
> > Author: jkim > > Date: Thu Feb 21 21:15:49 2019 > > New Revision: 36 > > URL: https://svnweb.freebsd.org/changeset/base/36 > > > > Log: > > Catch up with ACPICA 20190215. > > > > PR: 235922 > > > > Modified: > > head/usr.sbin/bhyve/acpi.c > > > > Modified:

Re: svn commit: r344446 - head/usr.sbin/bhyve

2019-02-21 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: jkim > Date: Thu Feb 21 21:15:49 2019 > New Revision: 36 > URL: https://svnweb.freebsd.org/changeset/base/36 > > Log: > Catch up with ACPICA 20190215. > > PR: 235922 > > Modified: > head/usr.sbin/bhyve/acpi.c > >

svn commit: r344448 - head/sys/contrib/dev/acpica/components/utilities

2019-02-21 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 21 21:33:27 2019 New Revision: 38 URL: https://svnweb.freebsd.org/changeset/base/38 Log: MFV: r37 Fix missing comma in array declaration. Modified: head/sys/contrib/dev/acpica/components/utilities/utdecode.c Directory Properties:

Re: svn commit: r344446 - head/usr.sbin/bhyve

2019-02-21 Thread Rodney W. Grimes
> Author: jkim > Date: Thu Feb 21 21:15:49 2019 > New Revision: 36 > URL: https://svnweb.freebsd.org/changeset/base/36 > > Log: > Catch up with ACPICA 20190215. > > PR: 235922 > > Modified: > head/usr.sbin/bhyve/acpi.c > > Modified: head/usr.sbin/bhyve/acpi.c >

svn commit: r344446 - head/usr.sbin/bhyve

2019-02-21 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 21 21:15:49 2019 New Revision: 36 URL: https://svnweb.freebsd.org/changeset/base/36 Log: Catch up with ACPICA 20190215. PR: 235922 Modified: head/usr.sbin/bhyve/acpi.c Modified: head/usr.sbin/bhyve/acpi.c

svn commit: r344445 - head/sys/dev/syscons

2019-02-21 Thread Bruce Evans
Author: bde Date: Thu Feb 21 19:19:30 2019 New Revision: 35 URL: https://svnweb.freebsd.org/changeset/base/35 Log: Fix the dumb and sc terminal emulators to compile and work. First remove ifdefs of the unsupported option SC_DUMB_TERMINAL which prevented building using both in the

Re: svn commit: r344099 - head/sys/net

2019-02-21 Thread Hans Petter Selasky
Hi, On 2/21/19 7:28 PM, John Baldwin wrote: On 2/21/19 7:29 AM, Randall Stewart wrote: On Feb 13, 2019, at 1:10 PM, John Baldwin wrote: On 2/13/19 10:03 AM, Randall Stewart wrote: oh and one other thing.. It was*not* a random IFP.. it was the IFP to the lagg. I.e. an alloc() was done

svn commit: r344444 - in head/contrib/llvm/tools/lld/ELF: . Arch

2019-02-21 Thread Dimitry Andric
Author: dim Date: Thu Feb 21 18:41:41 2019 New Revision: 34 URL: https://svnweb.freebsd.org/changeset/base/34 Log: Pull in r353299 from upstream lld trunk (by George Rimar): Recommit r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target." With the following changes:

Re: svn commit: r344099 - head/sys/net

2019-02-21 Thread John Baldwin
On 2/21/19 7:29 AM, Randall Stewart wrote: > > >> On Feb 13, 2019, at 1:10 PM, John Baldwin wrote: >> >> On 2/13/19 10:03 AM, Randall Stewart wrote: >>> oh and one other thing.. >>> >>> It was *not* a random IFP.. it was the IFP to the lagg. >>> >>> I.e. an alloc() was done to the lagg.. and

Re: svn commit: r344389 - head/usr.sbin/newsyslog

2019-02-21 Thread John Baldwin
On 2/20/19 9:20 PM, Warner Losh wrote: > On Wed, Feb 20, 2019, 9:59 PM Enji Cooper >> >>> On Feb 20, 2019, at 5:17 PM, Bruce Evans wrote: >>> >>> On Wed, 20 Feb 2019, David Bright wrote: >>> Log: Complete fix for CID 1007454, CID 1007453: Resource leak in newsyslog The

Re: svn commit: r344437 - head/sys/dev/ntb/ntb_hw

2019-02-21 Thread Enji Cooper
> On Feb 21, 2019, at 10:19 AM, Alexander Motin wrote: > > On 21.02.2019 13:13, Enji Cooper wrote: >> >>> On Feb 21, 2019, at 6:10 AM, Alexander Motin wrote: >>> >>> Author: mav >>> Date: Thu Feb 21 14:10:14 2019 >>> New Revision: 344437 >>> URL:

Re: svn commit: r344437 - head/sys/dev/ntb/ntb_hw

2019-02-21 Thread Alexander Motin
On 21.02.2019 13:13, Enji Cooper wrote: > >> On Feb 21, 2019, at 6:10 AM, Alexander Motin wrote: >> >> Author: mav >> Date: Thu Feb 21 14:10:14 2019 >> New Revision: 344437 >> URL: https://svnweb.freebsd.org/changeset/base/344437 >> >> Log: >> Allow I/OAT of present Xeon E5/E7 to work thorugh

Re: svn commit: r344437 - head/sys/dev/ntb/ntb_hw

2019-02-21 Thread Enji Cooper
> On Feb 21, 2019, at 6:10 AM, Alexander Motin wrote: > > Author: mav > Date: Thu Feb 21 14:10:14 2019 > New Revision: 344437 > URL: https://svnweb.freebsd.org/changeset/base/344437 > > Log: > Allow I/OAT of present Xeon E5/E7 to work thorugh PLX NTB. > > Its a hack, we can't know/list all

svn commit: r344443 - head/sys/conf

2019-02-21 Thread Bruce Evans
Author: bde Date: Thu Feb 21 17:31:33 2019 New Revision: 33 URL: https://svnweb.freebsd.org/changeset/base/33 Log: Move scterm_teken.c from 6 MD files lists to the MI files list so that it is easier to configure. It is MI, unlike some of the other syscons files already in the MI

svn commit: r344441 - head/sys/dev/ioat

2019-02-21 Thread Alexander Motin
Author: mav Date: Thu Feb 21 16:47:36 2019 New Revision: 31 URL: https://svnweb.freebsd.org/changeset/base/31 Log: Fix few issues in ioat(4) driver. - Do not explicitly count active descriptors. It allows hardware reset to happen while device is still referenced, plus

svn commit: r344440 - head/sys/vm

2019-02-21 Thread Mark Johnston
Author: markj Date: Thu Feb 21 15:44:32 2019 New Revision: 30 URL: https://svnweb.freebsd.org/changeset/base/30 Log: Clear pointers to indicate that the respective locks are released. This fixes a problem in r344231: vm_pageout_launder() may scan two queues when swap is disabled.

Re: svn commit: r344099 - head/sys/net

2019-02-21 Thread Randall Stewart via svn-src-head
> On Feb 13, 2019, at 1:10 PM, John Baldwin wrote: > > On 2/13/19 10:03 AM, Randall Stewart wrote: >> oh and one other thing.. >> >> It was *not* a random IFP.. it was the IFP to the lagg. >> >> I.e. an alloc() was done to the lagg.. and the free was >> done back to the same IFP (that

svn commit: r344438 - in head/usr.bin/svn: . svn svnadmin svnbench svndumpfilter svnfsfs svnlook svnmucc svnrdump svnserve svnsync svnversion

2019-02-21 Thread Ed Maste
Author: emaste Date: Thu Feb 21 15:08:25 2019 New Revision: 344438 URL: https://svnweb.freebsd.org/changeset/base/344438 Log: svn: support building with WITH_PIE Subversion builds and links against its own .a archives using local rules, so did not benefit from with the WITH_PIE library

svn commit: r344437 - head/sys/dev/ntb/ntb_hw

2019-02-21 Thread Alexander Motin
Author: mav Date: Thu Feb 21 14:10:14 2019 New Revision: 344437 URL: https://svnweb.freebsd.org/changeset/base/344437 Log: Allow I/OAT of present Xeon E5/E7 to work thorugh PLX NTB. Its a hack, we can't know/list all DMA engines, but this covers all I/OAT of Xeon E5/E7 at least from

svn commit: r344433 - head/sys/netinet

2019-02-21 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 21 10:35:32 2019 New Revision: 344433 URL: https://svnweb.freebsd.org/changeset/base/344433 Log: The receive buffer autoscaling for TCP is based on a linear growth, which is acceptable in the congestion avoidance phase, but not during slow start. The MTU is is

svn commit: r344432 - in head: sys/kern tests/sys/kern

2019-02-21 Thread Andrew Turner
Author: andrew Date: Thu Feb 21 10:11:15 2019 New Revision: 344432 URL: https://svnweb.freebsd.org/changeset/base/344432 Log: Allow the kcov buffer to be mmaped multiple times. After r344391 this restriction is no longer needed. Sponsored by: DARPA, AFRL Modified:

svn commit: r344429 - head/tests/sys/kern

2019-02-21 Thread Andrew Turner
Author: andrew Date: Thu Feb 21 09:43:14 2019 New Revision: 344429 URL: https://svnweb.freebsd.org/changeset/base/344429 Log: Use KCOV_ENTRY_SIZE for the entry size. Previously it was sizeof(uint64_t). While this is currently true, it may not be on all future architectures.

svn commit: r344428 - head/sys/netinet

2019-02-21 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 21 09:34:47 2019 New Revision: 344428 URL: https://svnweb.freebsd.org/changeset/base/344428 Log: This patch addresses an issue brought up by bz@ in D18968: When TCP_REASS_LOGGING is defined, a NULL pointer dereference would happen, if user data was received

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

2019-02-21 Thread Michael Tuexen
> On 21. Feb 2019, at 09:32, Kubilay Kocak wrote: > > On 21/02/2019 5:03 am, Michael Tuexen wrote: >> Author: tuexen >> Date: Wed Feb 20 18:03:43 2019 >> New Revision: 344368 >> URL: https://svnweb.freebsd.org/changeset/base/344368 >> Log: >> Reduce the TCP initial retransmission timeout from

svn commit: r344427 - head/sys/dev/syscons

2019-02-21 Thread Bruce Evans
Author: bde Date: Thu Feb 21 08:37:39 2019 New Revision: 344427 URL: https://svnweb.freebsd.org/changeset/base/344427 Log: Restore syscons' terminal emulators. The trivial fixes to make them compile will be committed later. The "sc" emulator has the advantages of full support for cons25

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

2019-02-21 Thread Kubilay Kocak
On 21/02/2019 5:03 am, Michael Tuexen wrote: Author: tuexen Date: Wed Feb 20 18:03:43 2019 New Revision: 344368 URL: https://svnweb.freebsd.org/changeset/base/344368 Log: Reduce the TCP initial retransmission timeout from 3 seconds to 1 second as allowed by RFC 6298. Reviewed by: