diff options
author | kib <kib@FreeBSD.org> | 2012-10-01 10:46:35 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-10-01 10:46:35 +0000 |
commit | 8c57b62918e6bf3ed93d6642a8d2dada4149c6c5 (patch) | |
tree | 7ad58c8246f61130b4a9f96c6cc5ab20af0f1700 /UPDATING | |
parent | 12849bcc7c0a4415d178149787e7de006b81c6fa (diff) | |
download | FreeBSD-src-8c57b62918e6bf3ed93d6642a8d2dada4149c6c5.zip FreeBSD-src-8c57b62918e6bf3ed93d6642a8d2dada4149c6c5.tar.gz |
Add the UPDATING note about padlock rng support requiring the config change.
Requested by: Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
MFC after: 3 days
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -24,6 +24,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20120913: + The random(4) support for the VIA hardware random number + generator (`PADLOCK') is no longer enabled unconditionally. + Add the PADLOCK_RNG option in the custom kernel config if + needed. The GENERIC kernels on i386 and amd64 do include the + option, so the change only affects the custom kernel + configurations. + 20120908: The pf(4) packet filter ABI has been changed. pfctl(8) and snmp_pf module need to be recompiled to work with new kernel. |