=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/44.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- www/44.html 2008/08/23 23:00:33 1.18 +++ www/44.html 2008/08/24 05:24:39 1.19 @@ -154,6 +154,10 @@ driver now supports more Netmos devices.
  • The mgx(4) driver now supports 2D acceleration on selected boards. +
  • The isp(4) + driver firmware for some controllers has been updated. +
  • The isp(4) + driver no longer hangs during probe some machines.
  • For i386 and amd64, make serial console on non-primary ports work.
  • ... @@ -187,11 +191,55 @@ now supports NLMv4 and does actually do locking.
  • ftp(1) now supports recursive mget transfers. +
  • ftp(1) + now uses keep alive packets by default.
  • Allow cdio(1) in TAO mode to set the write speed. +
  • cdio(1) + no longer blanks media twice.
  • Initial version of softraid(4) crypto support. Disabled for now. +
  • dhcpd(8) + now groks options tftp-config-file and auto-proxy-script in dhcpd.conf. +
  • dhclient(8) + option handling much more resistant to abuse. +
  • dhclient(8) + now aware of interface link state and reacts to changes. +
  • DIOCRLDINFO, DIOCGPDINFO, and DIOCGPART support added to block devices + previously lacking it. +
  • disklabel(8) + no longer supports the '-r' option, and obtains all disklabel information via ioctl's. +
  • disklabel(8) + no longer suggests offsets and sizes that would result in partitions starting or ending + outside the OpenBSD section of the disk. +
  • disklabel(8) + now correctly reads back the 'vendor' field from text disklabels. +
  • disklabel(8) + editor mode '?' and 'p' commands are more compact and the 'l' command has been added + to produce previous verbose output. +
  • I/O's outside the bounds of the RAW_PART are now prevented, allowing + proper detection of invalid I/O's. +
  • USB floppies now have a valid cylinder count calculated, rather than 0. +
  • newfs(8) + can now create filesystems on devices with sector sizes other than 512, although + such filesystems cannot yet be read. +
  • scsi(4) + probing displays less useless verbiage and fewer spurious error messages. +
  • st(4) + devices can now be detached. +
  • ATAPI devices are now identified as such, rather than as SCSIn devices. +
  • SATA tape drives now work. +
  • scsi(4) + probing now displays the ID of the initiator on the bus. +
  • scsi(4) + debug capabilities improved to show commands and input or output data as appropriate. +
  • scsi(4) + probing makes better use of the TEST UNIT READY command to clear errors and allow + successfull attachments. +
  • scsi(4) + probing can now find more fibre channel attached devices. +
  • Several mbuf pool cache corruption issues were fixed
  • ...

    @@ -209,6 +257,10 @@

  • The statfs(2) system call has been enhanced to support large filesystems. +
  • Lots of feature have been implemented in OpenCVS, which can now be used + to do some real work. +
  • New APIs for arc4random, one to fill a buffer with random numbers + and the other to return a uniformly distributed random number without bias.
  • ...

    @@ -222,7 +274,18 @@

  • Fully support OpenBSD inside extended partitions on i386 and amd64.
  • During installation 'dhcp' is now the initial default answer during network configuration. -
  • ... +
  • Fetching sets via FTP more reliable due to automatic use of keep alive. +
  • Fetching sets via NFS no longer hangs retrying a non-functional mount. +
  • Installation ensures hostname.* files are installed with mode 600. +
  • Serial console configuration now automatically detects speed. +
  • Serial console support extended to all architectures. +
  • Partition size display no longer limited to 32 bit sizes. +
  • Partition sizes now scaled and formatted to use human readable units. +
  • NTPD configuration questions improved. +
  • Sparc miniroot root disk detection fixed. +
  • Invocations of + disklabel(8) + by the scripts are now less verbose.

    @@ -699,7 +762,7 @@ alt="OpenBSD"> www@openbsd.org
    -$OpenBSD: 44.html,v 1.18 2008/08/23 23:00:33 sobrado Exp $ +$OpenBSD: 44.html,v 1.19 2008/08/24 05:24:39 deraadt Exp $