CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/03 05:40:54
Modified files:
sys/dev : rnd.c
Log message:
Since the initial entropy pool is 8192 bytes, we need three pages to create
the alias mapping when clearing it, since there is no guarantee the pool is
page aligned.
ok deraadt@
