svn commit: r52561 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Tue Dec 4 18:42:09 UTC 2018


Author: gjb
Date: Tue Dec  4 18:42:08 2018
New Revision: 52561
URL: https://svnweb.freebsd.org/changeset/doc/52561

Log:
  Document r331279, getrandom(2) and getentropy(3) additions.
  
  Submitted by:	cem
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:42:06 2018	(r52560)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:42:08 2018	(r52561)
@@ -306,6 +306,10 @@
     <sect2 xml:id="userland-libraries">
       <title>Runtime Libraries and API</title>
 
+      <para revision="331279">The &man.getrandom.2; system call and
+	&man.getentropy.3; library have been added, compatible with
+	&linux; and OpenBSD implementations.</para>
+
       <para revision="338059">The &man.arc4random.3; library has been
 	updated to match the OpenBSD version 1.35.</para>
 


More information about the svn-doc-head mailing list