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

Diff for /www/57.html between version 1.63 and 1.64

version 1.63, 2015/03/13 00:03:50 version 1.64, 2015/03/13 00:36:53
Line 253 
Line 253 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a> now supports the random and source-hash modes with redirections.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a> now supports the random and source-hash modes with redirections.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?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://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&amp;sektion=8">snmpd(8)</a>.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?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://www.openbsd.org/cgi-bin/man.cgi?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://www.openbsd.org/cgi-bin/man.cgi?query=pipe2&amp;sektion=2">pipe2(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dup3&amp;sektion=2">dup3(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept4&amp;sektion=2">accept4(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkostemp&amp;sektion=3">mkostemp(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkostemps&amp;sektion=3">mkostemps(3)</a>, the <tt>SOCK_CLOEXEC</tt> and <tt>SOCK_NONBLOCK</tt> flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&amp;sektion=2">socket(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socketpair&amp;sektion=2">socketpair(2)</a>, and the <tt>MSG_CMSG_CLOEXEC</tt> flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recvmsg&amp;sektion=2">recvmsg(2)</a>.  In addition, <a href="http://www.openbsd.org/cgi-bin/man.cgi?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://www.openbsd.org/cgi-bin/man.cgi?query=pipe2&amp;sektion=2">pipe2(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dup3&amp;sektion=2">dup3(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept4&amp;sektion=2">accept4(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkostemp&amp;sektion=3">mkostemp(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkostemps&amp;sektion=3">mkostemps(3)</a>, the <tt>SOCK_CLOEXEC</tt> and <tt>SOCK_NONBLOCK</tt> flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&amp;sektion=2">socket(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socketpair&amp;sektion=2">socketpair(2)</a>, and the <tt>MSG_CMSG_CLOEXEC</tt> flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recvmsg&amp;sektion=2">recvmsg(2)</a>.  In addition, <a href="http://www.openbsd.org/cgi-bin/man.cgi?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 'o' and 'x' mode letters for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fopen&amp;sektion=3">fopen(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdopen&amp;sektion=3">fdopen(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=freopen&amp;sektion=3">freopen(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?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://www.openbsd.org/cgi-bin/man.cgi?query=fopen&amp;sektion=3">fopen(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdopen&amp;sektion=3">fdopen(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=freopen&amp;sektion=3">freopen(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?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.
     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chflagsat&amp;sektion=2">chflagsat(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sockatmark&amp;sektion=3">sockatmark(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stravis&amp;sektion=3">stravis(3)</a>.      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chflagsat&amp;sektion=2">chflagsat(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sockatmark&amp;sektion=3">sockatmark(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stravis&amp;sektion=3">stravis(3)</a>.
     <li>Merged performance and safety fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3">fts(3)</a> from FreeBSD.      <li>Merged performance and safety fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3">fts(3)</a> from FreeBSD.

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64