svn commit: r347606 - head/usr.sbin/ntp/ntpd

2019-05-14 Thread Xin LI
Author: delphij Date: Wed May 15 03:39:27 2019 New Revision: 347606 URL: https://svnweb.freebsd.org/changeset/base/347606 Log: Replace the leap-seconds file in r347488 from USNO with a leap-seconds file from NIST at ftp://ftp.nist.gov/pub/time. Future updates should use the NIST version

svn commit: r347601 - in head/sys: compat/linuxkpi/common/include/linux sys

2019-05-14 Thread Johannes Lundberg
Author: johalun Date: Tue May 14 23:50:46 2019 New Revision: 347601 URL: https://svnweb.freebsd.org/changeset/base/347601 Log: LinuxKPI: Add prepare to pm_ops and bump FreeBSD version. This patch is part of D19565 Reviewed by: hps Approved by: imp (mentor), hps MFC after:1

svn commit: r347600 - head/sys/compat/linuxkpi/common/include/linux

2019-05-14 Thread Johannes Lundberg
Author: johalun Date: Tue May 14 23:32:02 2019 New Revision: 347600 URL: https://svnweb.freebsd.org/changeset/base/347600 Log: LinuxKPI: Add vm_fault_t type. This patch is part of D19565 Reviewed by: hps Approved by: imp (mentor), hps MFC after:1 week Modified:

svn commit: r347596 - in head/sys: compat/linuxkpi/common/include/linux sys

2019-05-14 Thread Johannes Lundberg
Author: johalun Date: Tue May 14 23:21:20 2019 New Revision: 347596 URL: https://svnweb.freebsd.org/changeset/base/347596 Log: LinuxKPI: Add context member to ww_mutex and bump FreeBSD version. This patch is part of https://reviews.freebsd.org/D19565. Reviewed by: hps Approved by:

svn commit: r347592 - in head/sys/compat/linuxkpi/common: include/linux src

2019-05-14 Thread Johannes Lundberg
Author: johalun Date: Tue May 14 23:12:14 2019 New Revision: 347592 URL: https://svnweb.freebsd.org/changeset/base/347592 Log: LinuxKPI: Let del_timer return a value to match Linux. This patch is part of https://reviews.freebsd.org/D19565. Reviewed by: hps Approved by: imp

svn commit: r347583 - head/usr.sbin/mountd

2019-05-14 Thread Rick Macklem
Author: rmacklem Date: Tue May 14 22:00:47 2019 New Revision: 347583 URL: https://svnweb.freebsd.org/changeset/base/347583 Log: Replace global list for grouplist with list(s) for each exportlist element. In mountd.c, the grouplist structures are linked into a single global linked list

svn commit: r347582 - in head/sys: netinet netinet6

2019-05-14 Thread Mark Johnston
Author: markj Date: Tue May 14 21:30:55 2019 New Revision: 347582 URL: https://svnweb.freebsd.org/changeset/base/347582 Log: Close some races in multicast socket option handling. r333175 converted the global multicast lock to a sleepable sx lock, so the lock order with respect to the

svn commit: r347580 - head/sys/amd64/linux

2019-05-14 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 14 20:59:44 2019 New Revision: 347580 URL: https://svnweb.freebsd.org/changeset/base/347580 Log: Fix handling of r10 in Linux ptrace(2). This fixes decoding of the 'flags' argument to mmap(2) with Linux strace(1). Reviewed by: dchagin MFC after:2 weeks

svn commit: r347578 - head/sys/net

2019-05-14 Thread Kyle Evans
Author: kevans Date: Tue May 14 20:32:29 2019 New Revision: 347578 URL: https://svnweb.freebsd.org/changeset/base/347578 Log: tuntap: Defer clearing if_softc until after if_detach r346670 added an sx to close a race between the ifioctl handler and interface destruction. Unfortunately, it

svn commit: r347570 - head/sys/conf

2019-05-14 Thread Mark Johnston
Author: markj Date: Tue May 14 18:26:39 2019 New Revision: 347570 URL: https://svnweb.freebsd.org/changeset/base/347570 Log: Specify -z notext when building with -z ifunc-noplt. The upstream implementation of -z ifunc-noplt disallows its combination with -z text. The option does not

svn commit: r347569 - head/sys/conf

2019-05-14 Thread Mark Johnston
Author: markj Date: Tue May 14 18:10:32 2019 New Revision: 347569 URL: https://svnweb.freebsd.org/changeset/base/347569 Log: Remove redundant -Wl uses from the kernel's LDFLAGS. No functional change intended. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

svn commit: r347566 - in head/sys: amd64/amd64 amd64/include dev/cpuctl i386/i386 i386/include x86/include x86/x86

2019-05-14 Thread Konstantin Belousov
Author: kib Date: Tue May 14 17:02:20 2019 New Revision: 347566 URL: https://svnweb.freebsd.org/changeset/base/347566 Log: Mitigations for Microarchitectural Data Sampling. Microarchitectural buffers on some Intel processors utilizing speculative execution may allow a local process to

svn commit: r347565 - head/share/man/man4

2019-05-14 Thread Guangyuan Yang
Author: ygy (doc committer) Date: Tue May 14 15:41:34 2019 New Revision: 347565 URL: https://svnweb.freebsd.org/changeset/base/347565 Log: Fix some spelling errors in ng_eiface(4). MFC after:3 days PR: 237764 Submitted by: Tom Marcoen Modified:

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

2019-05-14 Thread Mark Johnston
Author: markj Date: Tue May 14 15:19:48 2019 New Revision: 347564 URL: https://svnweb.freebsd.org/changeset/base/347564 Log: Fix formatting. MFC after:3 days Modified: head/sys/amd64/amd64/trap.c Modified: head/sys/amd64/amd64/trap.c

svn commit: r347563 - head/sys/kern

2019-05-14 Thread Andrey V. Elsukov
Author: ae Date: Tue May 14 10:21:28 2019 New Revision: 347563 URL: https://svnweb.freebsd.org/changeset/base/347563 Log: Remove bpf interface lock, it is no longer exist. Modified: head/sys/kern/subr_witness.c Modified: head/sys/kern/subr_witness.c