untrusted comment: signature from openbsd 5.8 base secret key
RWQNNZXtC/MqP/bjuXmLUMxY+CsDLMxdUkTz4XVrmhXW0FMJOxvDH/b+PNta27NsnaTtjlqOkpSoEK4tCjxdGNZ6rAeto934RwA=
OpenBSD 5.8 errata 20, 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