svn commit: r356866 - head/sys/vm

2020-01-18 Thread Andrew Gallatin
Author: gallatin Date: Sat Jan 18 18:25:37 2020 New Revision: 356866 URL: https://svnweb.freebsd.org/changeset/base/356866 Log: pcpu_page_alloc: guard against empty NUMA domains Some systems, such as higher end Threadripper, may have NUMA domains with no physical memory, Don't allocate

svn commit: r356867 - head

2020-01-18 Thread Ed Maste
Author: emaste Date: Sat Jan 18 20:19:07 2020 New Revision: 356867 URL: https://svnweb.freebsd.org/changeset/base/356867 Log: Cirrus-CI: bump VM image to FreeBSD 12.1 12.0 will be EOL. Sponsored by: The FreeBSD Foundation Modified: head/.cirrus.yml Modified: head/.cirrus.yml ==

svn commit: r356868 - in head/sys: amd64/linux amd64/linux32 arm/linux arm64/linux compat/cloudabi32 compat/cloudabi64 compat/freebsd32 conf i386/linux kern

2020-01-18 Thread Kyle Evans
Author: kevans Date: Sat Jan 18 20:37:45 2020 New Revision: 356868 URL: https://svnweb.freebsd.org/changeset/base/356868 Log: sysent targets: further cleanup and deduplication r355473 vastly improved the readability and cleanliness of these Makefiles. Every single one of them follows the

svn commit: r356869 - head

2020-01-18 Thread Ed Maste
Author: emaste Date: Sat Jan 18 22:58:32 2020 New Revision: 356869 URL: https://svnweb.freebsd.org/changeset/base/356869 Log: pkgbase: cache pkg ABI for all world/kernel packages Rather than invoking `pkg config ABI` repeatedly. Reviewed by: manu Sponsored by: The FreeBSD Foundation

svn commit: r356876 - head/cddl/contrib/opensolaris/lib/libzfs/common

2020-01-18 Thread Kyle Evans
Author: kevans Date: Sun Jan 19 02:45:02 2020 New Revision: 356876 URL: https://svnweb.freebsd.org/changeset/base/356876 Log: libzfs: add zfs_mount_at This will be used in libbe in place of the internal zmount(); libbe only wants to be able to mount a dataset at an arbitrary mountpoint wi

svn commit: r356877 - head/lib/libbe

2020-01-18 Thread Kyle Evans
Author: kevans Date: Sun Jan 19 02:48:56 2020 New Revision: 356877 URL: https://svnweb.freebsd.org/changeset/base/356877 Log: libbe: use the new zfs_mount_at() More background is available in r356876, but this new interface is more portable across ZFS implementations and cleaner for what

svn commit: r356878 - head/stand/powerpc/uboot

2020-01-18 Thread Brandon Bergren
Author: bdragon Date: Sun Jan 19 04:13:19 2020 New Revision: 356878 URL: https://svnweb.freebsd.org/changeset/base/356878 Log: [PowerPC] Fix 32-bit ubldr calling convention Due to the way u-boot for 32-bit powerpc is compiled, the interrupt code assumes that the GOT pointer (r30) on u-boo

svn commit: r356879 - head/sys/kern

2020-01-18 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 19 05:36:45 2020 New Revision: 356879 URL: https://svnweb.freebsd.org/changeset/base/356879 Log: vfs: plug a conditional assigment of lo_name in getnewvnode It only matters for witness. No functional changes. Modified: head/sys/kern/vfs_subr.c Modified: head/sy

svn commit: r356880 - head/sys/kern

2020-01-18 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 19 05:37:27 2020 New Revision: 356880 URL: https://svnweb.freebsd.org/changeset/base/356880 Log: cache: convert numcachehv to counter(9) on 64-bit platforms Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c =