]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a tunable which changes mincore(2) algorithm to only report data
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 7 Jan 2019 22:10:48 +0000 (22:10 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 7 Jan 2019 22:10:48 +0000 (22:10 +0000)
commit3fbc2e00d159cc1ba16700a73ca86b905f7caaf8
treea40e470371e20b2061caa9761876170a90b3e69b
parentbba9cbe37475c50ea6477de2d244ea81bc29c012
Add a tunable which changes mincore(2) algorithm to only report data
from the local mapping.

Enable the setting by default.
The article behind the change: https://arxiv.org/abs/1901.01161

Reviewed by: markj
Discussed with: emaste
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D18764
lib/libc/sys/mincore.2
sys/vm/vm_mmap.c