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

Diff for /www/plus.html between version 1.909 and 1.910

version 1.909, 2004/03/23 20:24:52 version 1.910, 2004/03/25 02:41:50
Line 519 
Line 519 
 <li>Add a 'paper.txt' <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a> target to generate ASCII output for the documents under /usr/share/doc.  <li>Add a 'paper.txt' <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a> target to generate ASCII output for the documents under /usr/share/doc.
 <li>Sync i386 option USER_LDT code with NetBSD, fixing some ports panics.  <li>Sync i386 option USER_LDT code with NetBSD, fixing some ports panics.
 <li>In libpthread, add a simple work-around for deadlocking on recursive readlocks on a rwlock while there are writers waiting (from FreeBSD PR#24641.)  <li>In libpthread, add a simple work-around for deadlocking on recursive readlocks on a rwlock while there are writers waiting (from FreeBSD PR#24641.)
 <li>Add ARM support and a new port for <a href="http://www.openbsd.org/cats.html">cats</a> boards.  <li>Add ARM support and a new port for <a href="cats.html">cats</a> boards.
 <!-- ^ 20040201 -->  <!-- ^ 20040201 -->
 <li>Rename TCP socket option from TCP_SIGNATURE_ENABLE to TCP_MD5SIG.  <li>Rename TCP socket option from TCP_SIGNATURE_ENABLE to TCP_MD5SIG.
 <li>Build <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=protoize&amp;sektion=1">protoize(1)</a> for gcc3.  <li>Build <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=protoize&amp;sektion=1">protoize(1)</a> for gcc3.
Line 562 
Line 562 
 <li>Don't dump core in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&amp;sektion=1">patch(1)</a> when the file can't be found but user says to patch anyway.  <li>Don't dump core in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&amp;sektion=1">patch(1)</a> when the file can't be found but user says to patch anyway.
 <li>Let &lt;cdefs.h&gt; compile on old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> and even on non-gcc.  <li>Let &lt;cdefs.h&gt; compile on old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> and even on non-gcc.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> ignore extra (maskless) rtsock change messages sent by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> ignore extra (maskless) rtsock change messages sent by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>.
 <li>Start work on the <a href="http://www.openbsd.org/amd64.html">amd64</a> port. Based on work by NetBSD.  <li>Start work on the <a href="amd64.html">amd64</a> port. Based on work by NetBSD.
 <!-- ^ 20040128 -->  <!-- ^ 20040128 -->
 <li>New mail-set-margin option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a> mail mode.  <li>New mail-set-margin option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a> mail mode.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&amp;sektion=8">ipsecadm(8)</a>'s use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a>.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&amp;sektion=8">ipsecadm(8)</a>'s use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a>.
Line 1223 
Line 1223 
 <li>Look up the groupname (not the username) when getting the gid from a tarfile in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> and friends. Also set file ownership before the mode.  <li>Look up the groupname (not the username) when getting the gid from a tarfile in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> and friends. Also set file ownership before the mode.
 <li>Add IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&amp;sektion=4">carp(4)</a>.  <li>Add IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&amp;sektion=4">carp(4)</a>.
 <li>Sync libedit to NetBSD as of 2003-10-01, with some local string cleaning and history bug fixes. There are some api changes as a result of this update.  <li>Sync libedit to NetBSD as of 2003-10-01, with some local string cleaning and history bug fixes. There are some api changes as a result of this update.
 <li>New port, <a href="http://www.openbsd.org/pegasos.html">OPENBSD/pegasos</a>.  <li>New port, <a href="pegasos.html">OPENBSD/pegasos</a>.
 <li>Fix insufficient length check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&amp;sektion=8">route6d(8)</a> (KAME PR#507.)  <li>Fix insufficient length check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&amp;sektion=8">route6d(8)</a> (KAME PR#507.)
 <!-- ^ 20031031 -->  <!-- ^ 20031031 -->
 <li>Try to deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strdup&amp;sektion=3">strdup(3)</a> failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&amp;sektion=8">init(8)</a>.  <li>Try to deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strdup&amp;sektion=3">strdup(3)</a> failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&amp;sektion=8">init(8)</a>.

Legend:
Removed from v.1.909  
changed lines
  Added in v.1.910