=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- www/63.html 2018/03/25 04:46:41 1.22 +++ www/63.html 2018/03/25 04:51:18 1.23 @@ -96,6 +96,8 @@
  • support for Intel Cannon Lake and Ice Lake integrated Ethernet was added to the em(4) driver. +
  • cnmac(4) ports are now + assigned to different CPU cores for distributed interrupt processing.

    @@ -210,6 +212,8 @@

  • Added EVFILT_DEVICE support to kqueue(2) for monitoring changes to drm devices. +
  • ldexp(3) now handles + the sign of denormal numbers correctly on mips64.
  • ...