Date: Sat, 20 May 2017 01:04:19 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318568 - stable/11/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201705200104.v4K14J1G022998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Sat May 20 01:04:18 2017 New Revision: 318568 URL: https://svnweb.freebsd.org/changeset/base/318568 Log: Document r316613, C standard library has been updated to make use of reallocarray(3). Document r318121, system libraries have been updated to make use of reallocarray(3). Submitted by: pfg Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat May 20 01:04:18 2017 (r318567) +++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat May 20 01:04:18 2017 (r318568) @@ -356,11 +356,19 @@ updated to return the accumulated error from previous &man.close.2; calls.</para> + <para revision="316613">The C standard library has been updated + to make use of &man.reallocarray.3; for bounds + checking.</para> + <para revision="317618" contrib="sponsor" sponsor="&dellemc;">The <function>clock_nanosleep()</function> system call has been added. The <function>nanosleep()</function> system call is now a wrapper around <function>clock_nanosleep()</function>.</para> + + <para revision="318121">The system libraries have been updated + to make use of &man.reallocarray.3; for bounds + checking.</para> </sect2> <sect2 xml:id="userland-abi">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705200104.v4K14J1G022998>