=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.22 retrieving revision 1.23 diff -c -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,101 **** --- 96,103 ----
  • 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,215 **** --- 212,219 ----

  • 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.
  • ...