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

Diff for /www/plus.html between version 1.1061 and 1.1062

version 1.1061, 2007/06/20 10:30:29 version 1.1062, 2007/06/25 13:59:37
Line 62 
Line 62 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2007/06/24 -->
   <!-- 2007/06/23 -->
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> midlayer handle disk sizes above 2^32-1.
   <li>Expand <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> size/offset to 16 characters, and drop the Cyl comments.
   <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> driver from i386 install floppy C due to space restrictions.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> use a masked destination network instead of the interface IP for the destination of the route belonging to the carp interface.
   <!-- 2007/06/22 -->
   <li>Update FFS1/2 time last written for cylinder groups in clusteralloc().
   <li>Add PCI-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> to alpha GENERIC kernels.
   <!-- 2007/06/21 -->
   <li>Extend SGI <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9&format=html">bus_dma(9)</a> to cope with different views of memory. Allows for more than 256M RAM again.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a>, reimplement interface bound states. Adds forwarding performance.
   <!-- 2007/06/20 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> print leading zeroes in MAC addresses.
   <li>Fix case where a 4.2BSD partition falls partly within the are defined by the 'b' command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&sektion=4&format=html">lpt(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssio&sektion=4&format=html">ssio(4)</a> for hppa GENERIC kernels.
   <li>On the SGI platform, make sure the IPL_CLOCK blocks device interrupts.
   <li>Make NFS bail out if the READDIRPLUS option is set on a v2 mount, since it is a v3 option only.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> allow "log" for NAT rules without "pass".
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> deal gracefully with absent packing lists, to make it easier to recover from disk crashes that leave /var/db/pkg half empty.
 <!-- 2007/06/19 -->  <!-- 2007/06/19 -->
   <li>Add support for VIA CX700/VX700 IDE to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> driver.
   <li>Add Novatel ES620 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssio&sektion=4&format=html">ssio(4)</a> for hppa GENERIC kernels.
   <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssio&sektion=4&format=html">ssio(4)</a> driver for the PC87560 SuperIO chip on hppa.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> for mapping route labels to AS-external route tags.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> reconfigurations through SIGHUP too.
 <li>Ignore SIGHUP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> children to allow the use of "pkill -1 bgpd" for reloading.  <li>Ignore SIGHUP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> children to allow the use of "pkill -1 bgpd" for reloading.
 <li>Fix in the i386 pmap code for a possible AMD bug, and slightly speeds up TLB misses.  <li>Fix in the i386 pmap code for a possible AMD bug, which slightly speeds up TLB misses.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to accept IPv6 addresses to use CIDR notation too.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to accept IPv6 addresses that use CIDR notation.
 <!-- 2007/06/18 -->  <!-- 2007/06/18 -->
 <li>Prevent spin in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> by using poll() if the file descriptor is non blocking.  <li>Prevent spin in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> by using poll() if the file descriptor is non blocking.
 <li>Handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> interrupts for the record stream as well. Recording now works.  <li>Handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> interrupts for the record stream as well. Recording now works.

Legend:
Removed from v.1.1061  
changed lines
  Added in v.1.1062