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

Diff for /www/49.html between version 1.16 and 1.17

version 1.16, 2011/04/24 21:52:31 version 1.17, 2011/04/24 22:22:15
Line 81 
Line 81 
         <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&sektion=4&format=html">vmt(4)</a> driver for VMWare tools support as a guest.          <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&sektion=4&format=html">vmt(4)</a> driver for VMWare tools support as a guest.
         <li>SMP kernels can now boot on machines with up to 64 cores.          <li>SMP kernels can now boot on machines with up to 64 cores.
         <li>Maximum allocation size for i386 bumped to 2G.          <li>Maximum allocation size for i386 bumped to 2G.
           <li>Maximum number of CPUs bumped to 64 on amd64.
           <li>Handle >16 disks when searching for kernel boot device.
         </ul>          </ul>
     <li>sparc64:      <li>sparc64:
         <ul>          <ul>
Line 152 
Line 154 
     <li>Added vscsi(4), a driver for userland handling of scsi device commands.      <li>Added vscsi(4), a driver for userland handling of scsi device commands.
     <li>Added iscsid(8), an iSCSI initiator.      <li>Added iscsid(8), an iSCSI initiator.
     <li>Forcibly restrict devices incapable of tagged i/o to executing one command at a time.      <li>Forcibly restrict devices incapable of tagged i/o to executing one command at a time.
     <li>Discover and honour read-only status of      <li>Discover and honour read-only status of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a> devices.
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a> devices.      <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st(4)</a> handling of i/o residual information.
     <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">st(4)</a> handling of residual information.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a> devices that can only execute one command at a time (e.g. USB) will now be allowed to spin up if necessary.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd(4)</a> will now attach CDROM devices identified as non-removable.
     </ul>      </ul>
 <p>  <p>
   
Line 168 
Line 171 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> no longer listens on interfaces without a broadcast address (e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a>).      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> no longer listens on interfaces without a broadcast address (e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a>).
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=who&sektion=1">who(1)</a> now displays as much of the hostname as fits on the line.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=who&sektion=1">who(1)</a> now displays as much of the hostname as fits on the line.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> now correctly handles 'net' primitives when processing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a> traffic.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> now correctly handles 'net' primitives when processing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a> traffic.
     .      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a> now respects failure to read the MBR.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a> will no longer infinitely loop when encountering an improperly constructed EBR.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a> no longer uses information from a failed partition addition on the next addition of the same partition.
       <li>Many unused and obsolete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disktab&sektion=5">disktab(5)</a> entries removed.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17