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

Diff for /www/44.html between version 1.18 and 1.19

version 1.18, 2008/08/23 23:00:33 version 1.19, 2008/08/24 05:24:39
Line 154 
Line 154 
     driver now supports more Netmos devices.      driver now supports more Netmos devices.
 <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mgx&amp;sektion=4">mgx(4)</a>  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mgx&amp;sektion=4">mgx(4)</a>
     driver now supports 2D acceleration on selected boards.      driver now supports 2D acceleration on selected boards.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp(4)</a>
       driver firmware for some controllers has been updated.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp(4)</a>
       driver no longer hangs during probe some machines.
 <li>For i386 and amd64, make serial console on non-primary ports work.  <li>For i386 and amd64, make serial console on non-primary ports work.
 <li>...  <li>...
 </ul>  </ul>
Line 187 
Line 191 
     now supports NLMv4 and does actually do locking.      now supports NLMv4 and does actually do locking.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a>  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a>
     now supports recursive mget transfers.      now supports recursive mget transfers.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a>
       now uses keep alive packets by default.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a>  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a>
     in TAO mode to set the write speed.      in TAO mode to set the write speed.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a>
       no longer blanks media twice.
 <li>Initial version of  <li>Initial version of
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a>
     crypto support. Disabled for now.      crypto support. Disabled for now.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>
       now groks options tftp-config-file and auto-proxy-script in dhcpd.conf.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a>
       option handling much more resistant to abuse.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a>
       now aware of interface link state and reacts to changes.
   <li>DIOCRLDINFO, DIOCGPDINFO, and DIOCGPART support added to block devices
       previously lacking it.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
       no longer supports the '-r' option, and obtains all disklabel information via ioctl's.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
       no longer suggests offsets and sizes that would result in partitions starting or ending
       outside the OpenBSD section of the disk.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
       now correctly reads back the 'vendor' field from text disklabels.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
       editor mode '?' and 'p' commands are more compact and the 'l' command has been added
       to produce previous verbose output.
   <li>I/O's outside the bounds of the RAW_PART are now prevented, allowing
       proper detection of invalid I/O's.
   <li>USB floppies now have a valid cylinder count calculated, rather than 0.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&amp;sektion=8">newfs(8)</a>
       can now create filesystems on devices with sector sizes other than 512, although
       such filesystems cannot yet be read.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&amp;sektion=4">scsi(4)</a>
       probing displays less useless verbiage and fewer spurious error messages.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st(4)</a>
       devices can now be detached.
   <li>ATAPI devices are now identified as such, rather than as SCSIn devices.
   <li>SATA tape drives now work.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&amp;sektion=4">scsi(4)</a>
       probing now displays the ID of the initiator on the bus.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&amp;sektion=4">scsi(4)</a>
       debug capabilities improved to show commands and input or output data as appropriate.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&amp;sektion=4">scsi(4)</a>
       probing makes better use of the TEST UNIT READY command to clear errors and allow
       successfull attachments.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&amp;sektion=4">scsi(4)</a>
       probing can now find more fibre channel attached devices.
   <li>Several mbuf pool cache corruption issues were fixed
 <li>...  <li>...
 </ul>  </ul>
 <p>  <p>
Line 209 
Line 257 
 <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=statfs&sektion=2">  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=statfs&sektion=2">
     statfs(2)</a> system call has been enhanced to support large      statfs(2)</a> system call has been enhanced to support large
     filesystems.      filesystems.
   <li>Lots of feature have been implemented in OpenCVS, which can now be used
       to do some real work.
   <li>New APIs for arc4random, one to fill a buffer with random numbers
       and the other to return a uniformly distributed random number without bias.
 <li>...  <li>...
 </ul>  </ul>
 <p>  <p>
Line 222 
Line 274 
 <li>Fully support OpenBSD inside extended partitions on i386 and amd64.  <li>Fully support OpenBSD inside extended partitions on i386 and amd64.
 <li>During installation 'dhcp' is now the initial default answer during  <li>During installation 'dhcp' is now the initial default answer during
     network configuration.      network configuration.
 <li>...  <li>Fetching sets via FTP more reliable due to automatic use of keep alive.
   <li>Fetching sets via NFS no longer hangs retrying a non-functional mount.
   <li>Installation ensures hostname.* files are installed with mode 600.
   <li>Serial console configuration now automatically detects speed.
   <li>Serial console support extended to all architectures.
   <li>Partition size display no longer limited to 32 bit sizes.
   <li>Partition sizes now scaled and formatted to use human readable units.
   <li>NTPD configuration questions improved.
   <li>Sparc miniroot root disk detection fixed.
   <li>Invocations of
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a>
       by the scripts are now less verbose.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19