--- site/data/main/Attic/release1_2.cgi 2005/09/21 18:13:24 1.8 +++ site/data/main/Attic/release1_2.cgi 2005/11/22 17:36:06 1.9 @@ -87,6 +87,28 @@ See the 'Download Site' list below for a IPI messaging, LWKT tokens, and a ktrace fix. Also a security fix for a libz overflow. + +1.2.6 +09-Oct-2005 + +
  • MFC a fix for a long-standing softupdates bug (ffs_softdep/1.27). +
  • MFC a buffer cache case where a buffer is moved from an EMPTY state to + an EMPTYKVA state without disassociating its vnode. +
  • MFC a tcp sequence number vulnerability +
  • MFC fix a bug in the NFS server code that could cause it to return I/O + errors to a client which is manipulating large directories. +
  • MFC fixes to TWA/TWE related to malloc alignments that were causing newfs + and fsck to fail under certain conditions. +
  • MFC fixes for LWKT tokens (SMP) +
  • MFC fix an unmatched spl*() call. +
  • MFC unlock the vnode across a dev_close to avoid a tty deadlock. +
  • MFC fix an inode bitmap scanning bug which resulted in an assertion/panic +
  • MFC fix a rename bug when renaming a hardlink over itself. +
  • MFC fix a number of vinum issues. +
  • MFC fix a lock ordering deadlock in ffs_balloc.c +
  • Numerous issues related to building HEAD on RELEASE, and other issues. + +