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
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
==
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
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
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
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
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
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
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
=