[BACK]Return to 57.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/57.html between version 1.101 and 1.102

version 1.101, 2016/10/16 19:11:29 version 1.102, 2017/03/25 18:03:36
Line 266 
Line 266 
     <li><a href="http://man.openbsd.org/?query=softraid&amp;sektion=4">softraid(4)</a> RAID1 and CRYPTO volumes are now bootable on the sparc64 platform.      <li><a href="http://man.openbsd.org/?query=softraid&amp;sektion=4">softraid(4)</a> RAID1 and CRYPTO volumes are now bootable on the sparc64 platform.
     <li><a href="http://man.openbsd.org/?query=relayd&amp;sektion=8">relayd(8)</a> now uses &quot;TLS&quot; rather than &quot;SSL&quot; terminology to reflect the deprecation of the latter.      <li><a href="http://man.openbsd.org/?query=relayd&amp;sektion=8">relayd(8)</a> now uses &quot;TLS&quot; rather than &quot;SSL&quot; terminology to reflect the deprecation of the latter.
     <li><a href="http://man.openbsd.org/?query=relayd&amp;sektion=8">relayd(8)</a> now supports the random and source-hash modes with redirections.      <li><a href="http://man.openbsd.org/?query=relayd&amp;sektion=8">relayd(8)</a> now supports the random and source-hash modes with redirections.
     <li><a href="http://man.openbsd.org/?query=relayd&amp;sektion=8">relayd(8)</a> now supports the <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/snmp/OPENBSD-RELAYD-MIB.txt?rev=1.1">OPENBSD-RELAYD-MIB</a> via agentx with <a href="http://man.openbsd.org/?query=snmpd&amp;sektion=8">snmpd(8)</a>.      <li><a href="http://man.openbsd.org/?query=relayd&amp;sektion=8">relayd(8)</a> now supports the <a href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/snmp/OPENBSD-RELAYD-MIB.txt?rev=1.1">OPENBSD-RELAYD-MIB</a> via agentx with <a href="http://man.openbsd.org/?query=snmpd&amp;sektion=8">snmpd(8)</a>.
     <li>Added interfaces for setting the close-on-exec flag and/or non-blocking mode on new file descriptors: <a href="http://man.openbsd.org/?query=pipe2&amp;sektion=2">pipe2(2)</a>, <a href="http://man.openbsd.org/?query=dup3&amp;sektion=2">dup3(2)</a>, <a href="http://man.openbsd.org/?query=accept4&amp;sektion=2">accept4(2)</a>, <a href="http://man.openbsd.org/?query=mkostemp&amp;sektion=3">mkostemp(3)</a>, <a href="http://man.openbsd.org/?query=mkostemps&amp;sektion=3">mkostemps(3)</a>, the <tt>SOCK_CLOEXEC</tt> and <tt>SOCK_NONBLOCK</tt> flags for <a href="http://man.openbsd.org/?query=socket&amp;sektion=2">socket(2)</a> and <a href="http://man.openbsd.org/?query=socketpair&amp;sektion=2">socketpair(2)</a>, and the <tt>MSG_CMSG_CLOEXEC</tt> flag for <a href="http://man.openbsd.org/?query=recvmsg&amp;sektion=2">recvmsg(2)</a>.  In addition, <a href="http://man.openbsd.org/?query=posix_spawn_file_actions_adddup2&amp;sektion=3">posix_spawn_file_actions_adddup2(3)</a> now always clears the close-on-exec flag.      <li>Added interfaces for setting the close-on-exec flag and/or non-blocking mode on new file descriptors: <a href="http://man.openbsd.org/?query=pipe2&amp;sektion=2">pipe2(2)</a>, <a href="http://man.openbsd.org/?query=dup3&amp;sektion=2">dup3(2)</a>, <a href="http://man.openbsd.org/?query=accept4&amp;sektion=2">accept4(2)</a>, <a href="http://man.openbsd.org/?query=mkostemp&amp;sektion=3">mkostemp(3)</a>, <a href="http://man.openbsd.org/?query=mkostemps&amp;sektion=3">mkostemps(3)</a>, the <tt>SOCK_CLOEXEC</tt> and <tt>SOCK_NONBLOCK</tt> flags for <a href="http://man.openbsd.org/?query=socket&amp;sektion=2">socket(2)</a> and <a href="http://man.openbsd.org/?query=socketpair&amp;sektion=2">socketpair(2)</a>, and the <tt>MSG_CMSG_CLOEXEC</tt> flag for <a href="http://man.openbsd.org/?query=recvmsg&amp;sektion=2">recvmsg(2)</a>.  In addition, <a href="http://man.openbsd.org/?query=posix_spawn_file_actions_adddup2&amp;sektion=3">posix_spawn_file_actions_adddup2(3)</a> now always clears the close-on-exec flag.
     <li>Added interfaces for setting the close-on-exec flag on new FILE handles and for requesting exclusive creation via the the 'e' and 'x' mode letters for <a href="http://man.openbsd.org/?query=fopen&amp;sektion=3">fopen(3)</a>, <a href="http://man.openbsd.org/?query=fdopen&amp;sektion=3">fdopen(3)</a>, <a href="http://man.openbsd.org/?query=freopen&amp;sektion=3">freopen(3)</a>, and <a href="http://man.openbsd.org/?query=popen&amp;sektion=3">popen(3)</a>.      <li>Added interfaces for setting the close-on-exec flag on new FILE handles and for requesting exclusive creation via the the 'e' and 'x' mode letters for <a href="http://man.openbsd.org/?query=fopen&amp;sektion=3">fopen(3)</a>, <a href="http://man.openbsd.org/?query=fdopen&amp;sektion=3">fdopen(3)</a>, <a href="http://man.openbsd.org/?query=freopen&amp;sektion=3">freopen(3)</a>, and <a href="http://man.openbsd.org/?query=popen&amp;sektion=3">popen(3)</a>.
     <li>Many library functions and programs changed to use the above for safety or simplicity.      <li>Many library functions and programs changed to use the above for safety or simplicity.

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102