Le 23/02/2018 à 10:45, Edgar Fuß a écrit :
MV> A sysctl is now available, machdep.svs_enabled EF> Why svs_enabled and not simply svs? MV> Because that's the common naming convention? The name of the sysctl entry MV> matches the name of the associated kernel variable. What I meant is: $ sysctl -a | grep -F _enable | wc -l 0
On NetBSD-current it's 5...
$ sysctl -a | grep -F .enable | wc -l 14
... but I've renamed the node to machdep.svs.enabled. Maxime