=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1395 retrieving revision 1.1396 diff -u -r1.1395 -r1.1396 --- www/plus.html 2016/08/04 22:29:31 1.1395 +++ www/plus.html 2016/08/05 00:26:30 1.1396 @@ -104,7 +104,7 @@
  • Ensure that amap slot calculation does not overflow. This prevents from too small amaps being allocated by forcing the allocation of a large number of slots.
  • Ignore the kern.usermount sysctl(8). It is unsafe, because it allows any non-pledge(2)'d program to call the mount/umount system calls. The sysctl will be completely removed in 6.1.
  • In ip6(4), dDrop received packets with an IPv4-compatible address as source or destination as per RFC4213. -
  • In fec(4/armv7, do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031 PHYs based on device tree properties instead of the board ID. +
  • In fec(4/armv7), do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031 PHYs based on device tree properties instead of the board ID.
  • Prevent a use-after-free by not updating an ARP entry that has been removed from the table.
  • In vioblk(4), properly handle poll timeout.