mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
New release notes: gethostby*(3) thread-safe (+MFC), getnetby*(3)
thread-safe (+MFC).
This commit is contained in:
parent
ea5d76835f
commit
bf3bb3655d
2 changed files with 12 additions and 0 deletions
|
|
@ -805,6 +805,12 @@
|
|||
<literal>AF_INET6</literal> records before
|
||||
<literal>AF_INET</literal> records. &merged;</para>
|
||||
|
||||
<para>The &man.gethostbyname.3;, &man.gethostbyname2.3;, and
|
||||
&man.gethostbyaddr.3; functions are now thread-safe. &merged;</para>
|
||||
|
||||
<para>The &man.getnetent.3;, &man.getnetbyname.3;, and
|
||||
&man.getnetbyaddr.3; functions are now thread-safe. &merged;</para>
|
||||
|
||||
<para>The &man.getprotoent.3;, &man.getprotobyname.3;, and
|
||||
&man.getprotobynumber.3; functions are now thread-safe. &merged;</para>
|
||||
|
||||
|
|
|
|||
|
|
@ -805,6 +805,12 @@
|
|||
<literal>AF_INET6</literal> records before
|
||||
<literal>AF_INET</literal> records. &merged;</para>
|
||||
|
||||
<para>The &man.gethostbyname.3;, &man.gethostbyname2.3;, and
|
||||
&man.gethostbyaddr.3; functions are now thread-safe. &merged;</para>
|
||||
|
||||
<para>The &man.getnetent.3;, &man.getnetbyname.3;, and
|
||||
&man.getnetbyaddr.3; functions are now thread-safe. &merged;</para>
|
||||
|
||||
<para>The &man.getprotoent.3;, &man.getprotobyname.3;, and
|
||||
&man.getprotobynumber.3; functions are now thread-safe. &merged;</para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue