commit | 6777dcb16f99ea0b7944eef3137683dd41e00854 | [log] [tgz] |
---|---|---|
author | nia <nia@netbsd.org> | Thu Jun 11 14:01:07 2020 +0100 |
committer | nia <nia@netbsd.org> | Thu Jun 11 14:08:07 2020 +0100 |
tree | ea938067aa66be3a6ed5dd512b1903a49d7f80b5 | |
parent | 9f5312cc4ec704d4a58df52b00987109ac327af0 [diff] |
Add ChangeLog.d entry for kern.arandom support. Signed-off-by: nia <nia@netbsd.org>
diff --git a/ChangeLog.d/sysctl-arnd-support.txt b/ChangeLog.d/sysctl-arnd-support.txt new file mode 100644 index 0000000..14ad674 --- /dev/null +++ b/ChangeLog.d/sysctl-arnd-support.txt
@@ -0,0 +1,2 @@ +Features + * Added support to entropy_poll for the kern.arandom syscall supported on some BSD systems. Contributed by Nia Alarie in #3423.