=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus40.html,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** www/plus40.html 2007/08/21 22:34:47 1.7 --- www/plus40.html 2007/11/25 18:14:25 1.8 *************** *** 676,682 ****
  • Add support for RAID 10 and 50 in the mfi(4) bio.
  • On USB1.0 shutdowns, make sure we only call the disestablish function if there actually is a shutdown function established. !
  • On wdc(4), directly invoke the wdc_do_reset() instead of using the reset funtion pointer, this could cause NULL pointer dereference on some systems.
  • Fix a possible endless loop situation in vi(1).
  • Remove static buffer usage in ksh(1) and make sure item 0 in an array is set since it might be used in a loop even if unset before.
  • On ami(4), allocate ccbs in the attach code instead of preallocating 126 of them in the softc. --- 676,682 ----
  • Add support for RAID 10 and 50 in the mfi(4) bio.
  • On USB1.0 shutdowns, make sure we only call the disestablish function if there actually is a shutdown function established. !
  • On wdc(4), directly invoke the wdc_do_reset() instead of using the reset function pointer, this could cause NULL pointer dereference on some systems.
  • Fix a possible endless loop situation in vi(1).
  • Remove static buffer usage in ksh(1) and make sure item 0 in an array is set since it might be used in a loop even if unset before.
  • On ami(4), allocate ccbs in the attach code instead of preallocating 126 of them in the softc. *************** *** 1146,1152 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: plus40.html,v 1.7 2007/08/21 22:34:47 deraadt Exp $ --- 1146,1152 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: plus40.html,v 1.8 2007/11/25 18:14:25 martynas Exp $