untrusted comment: signature from openbsd 5.9 base secret key
RWQJVNompF3pwTe7dOmOWMBWXdhiISZOviqukj22AGzB2QbNtvWN6YisOdPi0bX5ouCzQh72fL8c/womXb1bQkhHV341qqZHyQE=
OpenBSD 5.9 errata 16, Jul 14, 2016:
The mmap extension __MAP_NOFAULT could overcommit resources and crash
the system.
And then rebuild and install a kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install