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

Diff for /www/plus.html between version 1.1253 and 1.1254

version 1.1253, 2012/11/20 00:09:30 version 1.1254, 2012/11/20 23:10:29
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/11/18 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman mode, support automatic word "keeps" in the SYNOPSIS (like -Tascii mode); don't escape the blank characters terminating <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> macros.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> generated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> code more portable by using .PD instead of .sp -1v.
   <li>Don't output "$action not supported" when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script from /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>. Prevents warning at shutdown time when the script has rc_stop=NO.
   <li>Small i386 memcpy optimisations to avoid unnecessary locks.
   <!-- 2012/11/17 -->
   <li>Ensure that the base provided to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtol&manpath=OpenBSD%20Current&sektion=3&format=html">strtol(3)</a> is between 2 and 36 inclusive, or the special value of 0.
   <li>Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. Fixes a problem where we could sleep for kva, leading to invalid pointers on the next pass through the loop.
   <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> vio_iff(), set own MAC in unicast MAC filter (needed by virtualbox).
   <li>Don't send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> with "advanced" bluetooth coexistence the configure coexistence command. Avoids firmware crash.
   <li>Added initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> support for Intel Centrino Wireless-N 1030.
   <!-- 2012/11/16 -->
   <li>Warn about unknown volume/arch in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> Dt macro arguments.
   <li>Third implementation of m88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> varags (upstream version still wrong).
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> for .Ap and .In trailing delimiters. Fixes the end of sentence spacing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a>.
   <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> formatting of badly nested font blocks.
   <li>Run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> discover_interface() before forking, so both processes will know the interface information.
   <li>Added missing "break;" so that IFT_ETHER <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routes are deleted as intended.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> crash triggered by .Bl -tag .It Xo .El .Sh.
   <!-- 2012/11/15 -->
   <li>Print macppc UniNorth/U3 revision number (taken from openfirmware) to show which AGP chipset is present.
   <li>If max-prefix/restart are used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a>, display the values in "bgpctl sh nei" output.
   <li>No longer try to transmit packets if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> interface is not running.
   <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-d" is specified, don't redirect privileged child's stdin/stdout/stderr to /dev/null.
   <!-- 2012/11/14 -->
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.5.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> tab-complete bug fixed: once exec_path is completed, allow for subsequent completion.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> so "ignore subnet-mask;" will work.
   <li>Allocate an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> mailbox payload dma memory upfront, instead of per request.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> support for the lenovo usb 2.0 ethernet adapter.
   <!-- 2012/11/13 -->
   <li>Avoid segfault in the unlikely event that a NULL device is passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> priv_pcap_live().
   <li>Allow the full range of unsigned serial numbers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a>.
   <li>Fixed username passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> helper program; prepare stdio fds before closefrom().
   <li>Adjust Makefile.cross to allow cross-gcc to build using different compiler version than the target.
   <li>Do an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> OACTIVE/if_start dance only once per tx interrupt.
   <li>Enabled hardware tx checksum offloading for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> can now handle file descriptor exhaustion in the accept() case.
   <li>Correct the first argument of agpmmap(), making possible to mmap the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> aperture.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> does not miss the last envelope.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> filtering based on NEXTHOP attribute (eg "allow from any nexthop neighbor").
   <!-- 2012/11/12 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> improvements: log more events, with each messages prefixed with a token to identify its class; implement "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> monitor" to display updates of selected internal counters; when reloading the on-disk queue at startup no longer commits a message if no envelope was submitted for that message.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt_scaled&manpath=OpenBSD%20Current&sektion=3&format=html">fmt_scaled(3)</a> now sets errno to EINVAL (not ERANGE) if it hits an invalid multiplier, to match man page.
   <li>Fixed a potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> memory leak.
 <!-- 2012/11/11 -->  <!-- 2012/11/11 -->
 <li>Once a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> C_RECVDIR command is sent, send matching C_END command later, even if opendir() fails or nodescend option is set.  <li>Once a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> C_RECVDIR command is sent, send matching C_END command later, even if opendir() fails or nodescend option is set.
 <li>Fix various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&manpath=OpenBSD%20Current&sektion=1&format=html">rdistd(1)</a> format string issues. Stop assuming time_t is long or smaller. Enable warnings.  <li>Fix various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&manpath=OpenBSD%20Current&sektion=1&format=html">rdistd(1)</a> format string issues. Stop assuming time_t is long or smaller. Enable warnings.
Line 165 
Line 210 
 <li>Switched alpha to per-process astpending.  <li>Switched alpha to per-process astpending.
 <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=__tfork_thread&manpath=OpenBSD%20Current&sektion=3&format=html">__tfork_thread(3)</a> operation for alpha.  <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=__tfork_thread&manpath=OpenBSD%20Current&sektion=3&format=html">__tfork_thread(3)</a> operation for alpha.
 <li>When possible, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">vcc(4/spar64)</a> send multiple characters per packet; stop sending when the transmit queue is full; set a timeout to avoid stalling.  <li>When possible, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">vcc(4/spar64)</a> send multiple characters per packet; stop sending when the transmit queue is full; set a timeout to avoid stalling.
 <li><!-- 2012/1/01 -->  <!-- 2012/1/01 -->
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&manpath=OpenBSD%20Current&sektion=4&format=html">acpitz(4)</a> showing Kelvin units; fixed Celsius measures (no longer off by a factor of 10).  <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&manpath=OpenBSD%20Current&sektion=4&format=html">acpitz(4)</a> showing Kelvin units; fixed Celsius measures (no longer off by a factor of 10).
 <li>Forcibly delete all existing ipv4 addresses from an interface as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> binds new lease to that interface. Fixes unexpectedly persistent addresses and failures of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> when switching an interface repeatedly between different networks.  <li>Forcibly delete all existing ipv4 addresses from an interface as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> binds new lease to that interface. Fixes unexpectedly persistent addresses and failures of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> when switching an interface repeatedly between different networks.
 <li>Enable softraid boot support for i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">cdboot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pxeboot(8)</a>.  <li>Enable softraid boot support for i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">cdboot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pxeboot(8)</a>.
Line 755 
Line 800 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1253  
changed lines
  Added in v.1.1254