svn commit: r368140 - head/sys/x86/cpufreq

2020-11-28 Thread Yuri Pankov
Author: yuripv Date: Sun Nov 29 01:43:04 2020 New Revision: 368140 URL: https://svnweb.freebsd.org/changeset/base/368140 Log: hwpstate_intel: don't unconditionally print the error message Actually check the wrmsr_safe() return value when setting autonomous HWP for package. PR:

svn commit: r368139 - stable/12/usr.sbin/mountd

2020-11-28 Thread Rick Macklem
Author: rmacklem Date: Sun Nov 29 01:32:53 2020 New Revision: 368139 URL: https://svnweb.freebsd.org/changeset/base/368139 Log: MFC: r367027 Update man page for -R option added by r376026. This is a content change. Modified: stable/12/usr.sbin/mountd/mountd.8 Directory Properties:

svn commit: r368138 - head/sys/kern

2020-11-28 Thread Alexander Motin
Author: mav Date: Sun Nov 29 01:30:17 2020 New Revision: 368138 URL: https://svnweb.freebsd.org/changeset/base/368138 Log: Remove alignment requirements for KVA buffer mapping. After r368124 pbuf_zone has extra page to handle this particular case. Modified: head/sys/kern/kern_physio.c

svn commit: r368137 - stable/12/usr.sbin/mountd

2020-11-28 Thread Rick Macklem
Author: rmacklem Date: Sun Nov 29 01:22:30 2020 New Revision: 368137 URL: https://svnweb.freebsd.org/changeset/base/368137 Log: MFC: r367026 Add "-R" option to tell mountd to not register with rpcbind. rpcbind is now considered a security risk for some sites. Since an NFSv4 only NFS

svn commit: r368136 - head/sys/dev/nvme

2020-11-28 Thread Alexander Motin
Author: mav Date: Sun Nov 29 00:57:19 2020 New Revision: 368136 URL: https://svnweb.freebsd.org/changeset/base/368136 Log: Remove aligment requirements for passthrough buffer. After r368124 vmapbuf() should happily map misaligned maxphys-sized buffers thanks to extra page added to

svn commit: r368135 - stable/12/sys/amd64/vmm/amd

2020-11-28 Thread Peter Grehan
Author: grehan Date: Sun Nov 29 00:54:13 2020 New Revision: 368135 URL: https://svnweb.freebsd.org/changeset/base/368135 Log: MFC r368047 Remove manual instruction encodings for VMLOAD, VMRUN, and VMSAVE. Modified: stable/12/sys/amd64/vmm/amd/svm_support.S Directory Properties:

svn commit: r368134 - head/sys/cam

2020-11-28 Thread Alexander Motin
Author: mav Date: Sun Nov 29 00:49:14 2020 New Revision: 368134 URL: https://svnweb.freebsd.org/changeset/base/368134 Log: Remove alignment requirements for KVA buffer mapping. After r368124 vmapbuf() should happily map misaligned maxphys-sized buffers thanks to extra page added to

svn commit: r368133 - head/sys/dev/isp

2020-11-28 Thread Alexander Motin
Author: mav Date: Sun Nov 29 00:35:13 2020 New Revision: 368133 URL: https://svnweb.freebsd.org/changeset/base/368133 Log: Mark inline functions static. Modified: head/sys/dev/isp/isp_library.h Modified: head/sys/dev/isp/isp_library.h

svn commit: r368132 - head/sys/dev/nvme

2020-11-28 Thread Alexander Motin
Author: mav Date: Sun Nov 29 00:20:31 2020 New Revision: 368132 URL: https://svnweb.freebsd.org/changeset/base/368132 Log: Increase nvme(4) maximum transfer size from 1MB to 2MB. With 4KB page size the 2MB is the maximum we can address with one page PRP. Going further would require

svn commit: r368131 - head/sbin/ping

2020-11-28 Thread Alan Somers
Author: asomers Date: Sat Nov 28 23:24:19 2020 New Revision: 368131 URL: https://svnweb.freebsd.org/changeset/base/368131 Log: ping: allow building without INET support Building without INET6 support was already possible. Now it's possible to build ping with only INET6, or even with

svn commit: r368130 - in head: share/man/man4 sys/dev/ftwd sys/modules sys/modules/ftwd

2020-11-28 Thread Poul-Henning Kamp
Author: phk Date: Sat Nov 28 22:34:33 2020 New Revision: 368130 URL: https://svnweb.freebsd.org/changeset/base/368130 Log: Add watchdog(9) driver for the Fintek F81803 SuperIO chip Added: head/share/man/man4/ftwd.4 (contents, props changed) head/sys/dev/ftwd/ head/sys/dev/ftwd/ftwd.c

svn commit: r368129 - in stable: 11/contrib/unbound 11/contrib/unbound/contrib 11/contrib/unbound/daemon 11/contrib/unbound/dnstap 11/contrib/unbound/doc 11/contrib/unbound/dynlibmod 11/contrib/unb...

2020-11-28 Thread Cy Schubert
Author: cy Date: Sat Nov 28 18:09:16 2020 New Revision: 368129 URL: https://svnweb.freebsd.org/changeset/base/368129 Log: MFC r367094: MFV r367082: Update unbound 1.11.0 --> 1.12.0. Modified: stable/12/contrib/unbound/Makefile.in stable/12/contrib/unbound/README.md

svn commit: r368129 - in stable: 11/contrib/unbound 11/contrib/unbound/contrib 11/contrib/unbound/daemon 11/contrib/unbound/dnstap 11/contrib/unbound/doc 11/contrib/unbound/dynlibmod 11/contrib/unb...

2020-11-28 Thread Cy Schubert
Author: cy Date: Sat Nov 28 18:09:16 2020 New Revision: 368129 URL: https://svnweb.freebsd.org/changeset/base/368129 Log: MFC r367094: MFV r367082: Update unbound 1.11.0 --> 1.12.0. Modified: stable/11/contrib/unbound/Makefile.in stable/11/contrib/unbound/README.md

svn commit: r368128 - head/sys/net/route

2020-11-28 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Nov 28 15:46:40 2020 New Revision: 368128 URL: https://svnweb.freebsd.org/changeset/base/368128 Log: Add nhgrp_get_idx() as a counterpart for nhop_get_idx(). It allows the routing-related code to reference nexthop groups by index instead of storing a pointer.

svn commit: r368127 - head/sys/net

2020-11-28 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Nov 28 15:11:59 2020 New Revision: 368127 URL: https://svnweb.freebsd.org/changeset/base/368127 Log: Cleanup nexthops request flags: * remove NHR_IFAIF as it was used by previous version of nexthop KPI * update NHR_REF description Modified: head/sys/net/route.h

svn commit: r368126 - in head/sys: arm/arm arm/include conf

2020-11-28 Thread Michal Meloun
Author: mmel Date: Sat Nov 28 15:00:08 2020 New Revision: 368126 URL: https://svnweb.freebsd.org/changeset/base/368126 Log: Remove now unused armv4 and not-INTRNG files. Deleted: head/sys/arm/arm/identcpu-v4.c head/sys/arm/arm/intr.c head/sys/arm/arm/locore-v4.S

svn commit: r368125 - in head/lib: libc/gen libc/include libthr/thread

2020-11-28 Thread Konstantin Belousov
Author: kib Date: Sat Nov 28 12:19:20 2020 New Revision: 368125 URL: https://svnweb.freebsd.org/changeset/base/368125 Log: libc: Add pthread_attr_get_np(3) stub, reporting ESRCH. This seems to be required by recent clang asan. I do not see other way than put the symbol under FBSD_1.0

svn commit: r368124 - in head/sys: cam cam/ata cam/ctl cam/mmc cam/nvme cam/scsi compat/linprocfs compat/linux conf contrib/openzfs/module/os/freebsd/zfs dev/ahci dev/ata dev/firewire dev/flash dev...

2020-11-28 Thread Konstantin Belousov
Author: kib Date: Sat Nov 28 12:12:51 2020 New Revision: 368124 URL: https://svnweb.freebsd.org/changeset/base/368124 Log: Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable maxphys. It is initialized from MAXPHYS by default, but can be also adjusted with the

svn commit: r368123 - in stable/12/sys: kern sys

2020-11-28 Thread Konstantin Belousov
Author: kib Date: Sat Nov 28 10:38:00 2020 New Revision: 368123 URL: https://svnweb.freebsd.org/changeset/base/368123 Log: MFC r367923: Stop using eventhandlers for itimers subsystem exec and exit hooks. Modified: stable/12/sys/kern/kern_exec.c stable/12/sys/kern/kern_exit.c

svn commit: r368122 - in stable/12/sys: kern sys

2020-11-28 Thread Konstantin Belousov
Author: kib Date: Sat Nov 28 10:36:19 2020 New Revision: 368122 URL: https://svnweb.freebsd.org/changeset/base/368122 Log: MFC r367918, r367919: Stop using eventhandler to invoke umtx_exec hook. Modified: stable/12/sys/kern/kern_exec.c stable/12/sys/kern/kern_umtx.c

svn commit: r368121 - stable/12/stand/efi/loader

2020-11-28 Thread Michal Meloun
Author: mmel Date: Sat Nov 28 09:06:51 2020 New Revision: 368121 URL: https://svnweb.freebsd.org/changeset/base/368121 Log: MFC r366700: Add 'netserver' command to EFI loader. Modified: stable/12/stand/efi/loader/main.c Directory Properties: stable/12/ (props changed) Modified: