svn commit: r357195 - head/contrib/netbsd-tests/lib/libc/c063

2020-01-27 Thread Kyle Evans
Author: kevans Date: Tue Jan 28 03:47:29 2020 New Revision: 357195 URL: https://svnweb.freebsd.org/changeset/base/357195 Log: netbsd-tests: libc: use correct modes in O_SEARCH tests The current code clearly intended for these to be octal based on the values used, but the octal prefix was

svn commit: r357194 - head/sys/dev/amdtemp

2020-01-27 Thread Conrad Meyer
Author: cem Date: Tue Jan 28 03:27:06 2020 New Revision: 357194 URL: https://svnweb.freebsd.org/changeset/base/357194 Log: amdtemp(4): Remove dead code that snuck in with r357190 I intended to remove this before committing, but neglected to. Modified: head/sys/dev/amdtemp/amdtemp.c

svn commit: r357193 - head/secure/caroot/blacklisted

2020-01-27 Thread Kyle Evans
Author: kevans Date: Tue Jan 28 03:02:18 2020 New Revision: 357193 URL: https://svnweb.freebsd.org/changeset/base/357193 Log: caroot: blacklisted: automatically pick up *.pem in the tree This kind of automagica got picked up in trusted/ prior to the initial commit, but never got applied

svn commit: r357190 - in head/sys/dev: amdsmn amdtemp

2020-01-27 Thread Conrad Meyer
Author: cem Date: Tue Jan 28 01:39:50 2020 New Revision: 357190 URL: https://svnweb.freebsd.org/changeset/base/357190 Log: amdtemp(4): Add support for Family 17h CCD sensors Probe Family 17h CPUs for up to 4 (Zen, Zen+) or 8 (Zen2) CCD temperature sensors. These were discovered by

svn commit: r357189 - head/sys/dev/amdtemp

2020-01-27 Thread Conrad Meyer
Author: cem Date: Tue Jan 28 01:38:51 2020 New Revision: 357189 URL: https://svnweb.freebsd.org/changeset/base/357189 Log: amdtemp(4): Refactor shared temperature calculation logic No functional change intended. Modified: head/sys/dev/amdtemp/amdtemp.c Modified:

svn commit: r357188 - head/sys/x86/x86

2020-01-27 Thread Conrad Meyer
Author: cem Date: Tue Jan 28 01:37:20 2020 New Revision: 357188 URL: https://svnweb.freebsd.org/changeset/base/357188 Log: x86: identcpu: Decode new Intel Structured Extended feature bits Modified: head/sys/x86/x86/identcpu.c Modified: head/sys/x86/x86/identcpu.c

svn commit: r357187 - head/sys/x86/x86

2020-01-27 Thread Conrad Meyer
Author: cem Date: Tue Jan 28 01:36:45 2020 New Revision: 357187 URL: https://svnweb.freebsd.org/changeset/base/357187 Log: x86: identcpu: Decode new Zen2 AMD Feature2 bit Modified: head/sys/x86/x86/identcpu.c Modified: head/sys/x86/x86/identcpu.c

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

2020-01-27 Thread Warner Losh
Author: imp Date: Tue Jan 28 00:36:46 2020 New Revision: 357186 URL: https://svnweb.freebsd.org/changeset/base/357186 Log: Remove old device list The device list hasn't aged well. All these devices are over a decade old. umass supports thunb drives almost universally, and the list is

svn commit: r357185 - head/usr.sbin/bsdinstall/scripts

2020-01-27 Thread Ben Woods
Author: woodsb02 (ports committer) Date: Mon Jan 27 22:45:49 2020 New Revision: 357185 URL: https://svnweb.freebsd.org/changeset/base/357185 Log: bsdinstall: Provide help text for partitioning options Includes commentary of when ZFS works well by default (>= 8GB RAM), and where to go for

svn commit: r357184 - head/release/tools

2020-01-27 Thread Warner Losh
Author: imp Date: Mon Jan 27 22:40:03 2020 New Revision: 357184 URL: https://svnweb.freebsd.org/changeset/base/357184 Log: multi-boot for openstack/qcow images Make stock FreeBSD more useful for people wishing to use them. The QEMU folks suggested this change. It adds a serial console

svn commit: r357183 - head/sys/kern

2020-01-27 Thread Warner Losh
Author: imp Date: Mon Jan 27 22:36:54 2020 New Revision: 357183 URL: https://svnweb.freebsd.org/changeset/base/357183 Log: Make mqueue objects work across a fork again. In r110908 (2003) alfred added DFLAG_PASSABLE to tag those types of FD that can be passed via unix pipes, but mqueuefs

svn commit: r357181 - in head/sys: arm/allwinner cam/mmc dev/mmc/host dev/sdhci

2020-01-27 Thread Warner Losh
Author: imp Date: Mon Jan 27 22:19:55 2020 New Revision: 357181 URL: https://svnweb.freebsd.org/changeset/base/357181 Log: Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. Pass in the parameters needed for the different sims, but it's almost all identical.

svn commit: r357182 - head/sys/dev/sdhci

2020-01-27 Thread Warner Losh
Author: imp Date: Mon Jan 27 22:20:02 2020 New Revision: 357182 URL: https://svnweb.freebsd.org/changeset/base/357182 Log: No need to have an extra layer of indirection here. Call the sdhci_cam_requiest routine directly when handling a MMIO request. Modified: head/sys/dev/sdhci/sdhci.c

Re: svn commit: r357051 - head/sys/dev/bge

2020-01-27 Thread Gleb Smirnoff
On Sun, Jan 26, 2020 at 09:48:42AM +, John Baldwin wrote: J> > We also are concerned about that theoretically. Haven't yet seen effect J> > in practice, but our sessions are mostly longer living. First we have the J> > tunable to limit batching. Second, there are some ideas on how to improve

Re: svn commit: r357004 - in head/sys: kern sys

2020-01-27 Thread Gleb Smirnoff
On Fri, Jan 24, 2020 at 12:23:33PM -0800, Cy Schubert wrote: C> > Let not the network epoch become the new Giant of EPOCH's. There might C> > be realtime constraints for EPOCH's aswell. C> C> I also had that concern yesterday. C> C> Obtaining an EPOCH higher up the call stack or lower down

Re: svn commit: r357004 - in head/sys: kern sys

2020-01-27 Thread Gleb Smirnoff
Hans, On Fri, Jan 24, 2020 at 08:21:54PM +0100, Hans Petter Selasky wrote: H> > If a driver has interrupt moderation than epoch batching counter H> > basically won't ever grow over 1. It kicks in only of driver doesn't H> > have it, or receives interrupts at a very high rate. H> H> Depending

svn commit: r357173 - in head/sys: sys x86/iommu

2020-01-27 Thread Doug Moore
Author: dougm Date: Mon Jan 27 15:09:13 2020 New Revision: 357173 URL: https://svnweb.freebsd.org/changeset/base/357173 Log: Correct the use of RB_AUGMENT in the RB_TREE macros so that is invoked at the root of every subtree that changes in an insert or delete, and only once, and ordered

svn commit: r357172 - in head/sys/geom: . stripe

2020-01-27 Thread Konstantin Belousov
Author: kib Date: Mon Jan 27 13:15:16 2020 New Revision: 357172 URL: https://svnweb.freebsd.org/changeset/base/357172 Log: Fix aggregating geoms for BIO_SPEEDUP. If the bio was split into several bios going down, completion computes bio_completed of the original bio as sum of the

svn commit: r357169 - in head: sbin/newfs_msdos sys/fs/msdosfs tools/build usr.sbin/makefs/msdos

2020-01-27 Thread Alex Richardson
Author: arichardson Date: Mon Jan 27 12:02:41 2020 New Revision: 357169 URL: https://svnweb.freebsd.org/changeset/base/357169 Log: Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOS In order to do so we need to install the msdosfs headers to the bootstrap sysroot and avoid

svn commit: r357170 - head/share/mk

2020-01-27 Thread Alex Richardson
Author: arichardson Date: Mon Jan 27 12:02:47 2020 New Revision: 357170 URL: https://svnweb.freebsd.org/changeset/base/357170 Log: Build hard-float lib32 for mips64hf/mips64elhf This should fix linker errors when building with clang+lld. After this change the lib32 compat libraries are