=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/43.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- www/43.html 2008/03/16 21:08:13 1.48 +++ www/43.html 2008/03/17 00:58:37 1.49 @@ -200,6 +200,22 @@ are actually 10 bytes. Some devices took this too literally.
  • dhcpd(8) now always issues packets equal or larger than the minimum IP MTU. +
  • The disklabel(8) +-E mode does not allow manual editing of the 'c' partition, which +is always set to cover the entire disk. +
  • The disklabel(8) +-E mode does not allow changing the cpg value of a partition. +
  • The disklabel(8) +-E mode command 'r' now displays the list of free chunks on the disk. +
  • The disklabel(8) +-E mode no longer permits assigning arbitrary sizes to FS_BOOT and FS_UNUSED +partitions. +
  • The bge(4) driver problems receiving jumbo frames have been resolved. +
  • Many dangerous unsigned comparisions with -1 when checking the +results of read and write calls have been eliminated. +
  • The new M_ZERO flag for malloc(9) +replaces many malloc+bzero/memset combinations, fixing a number of bugs +in memory initialization and shrinking the kernel.

    @@ -779,7 +795,7 @@ alt="OpenBSD"> www@openbsd.org
    -$OpenBSD: 43.html,v 1.48 2008/03/16 21:08:13 krw Exp $ +$OpenBSD: 43.html,v 1.49 2008/03/17 00:58:37 krw Exp $