=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** www/63.html 2018/03/27 00:37:12 1.43 --- www/63.html 2018/03/27 01:03:34 1.44 *************** *** 108,117 ****
  • Support for Allwinner A33, GR8 and R40/V40 SoCs has been added to the sxipio(4) driver. !
  • support for SAS3.5 MegaRAIDs was added to the mfii(4) driver. !
  • 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. --- 108,117 ----
  • Support for Allwinner A33, GR8 and R40/V40 SoCs has been added to the sxipio(4) driver. !
  • Support for SAS3.5 MegaRAIDs has been added to the mfii(4) driver. !
  • Support for Intel Cannon Lake and Ice Lake integrated Ethernet ! has been added to the em(4) driver.
  • cnmac(4) ports are now assigned to different CPU cores for distributed interrupt processing. *************** *** 139,151 **** switch information (rdomain, etc) from underlying switch interface in conjunction of settings in vm.conf(5) !
  • TSC (time stamp counter) support in guest VMs
  • Support ukvm/Solo5 unikernels in vmm(4)
  • Handle valid (but uncommon) instruction encodings better
  • Better PAE paging support for 32-bit Linux guest VMs
  • vmd(8) now allows up ! to 4 network interfaces in each VM
  • Add paused migration and snapshotting support to vmm(4) for AMD SVM/RVI hosts. --- 139,151 ---- switch information (rdomain, etc) from underlying switch interface in conjunction of settings in vm.conf(5) !
  • Time Stamp Counter (TSC) support in guest VMs
  • Support ukvm/Solo5 unikernels in vmm(4)
  • Handle valid (but uncommon) instruction encodings better
  • Better PAE paging support for 32-bit Linux guest VMs
  • vmd(8) now allows up ! to four network interfaces in each VM
  • Add paused migration and snapshotting support to vmm(4) for AMD SVM/RVI hosts. *************** *** 258,267 ****
  • dhclient(8) improvements: *************** *** 319,334 **** malloc(3) and friends to make them more efficient.
  • When performing suspend or hibernate operations, ensure all filesystems ! are properly syncronized and marked clean, or if they cannot be put into perfectly clean state on disk (due to open+unlinked files) ! then mark them dirty, so that a failed resume/unhinbernate is gauranteed ! to perform fsck.
  • acme-client(1) ! autodetects the agreement url and follows 30x http redirects.
  • Added __cxa_thread_atexit() to support modern C++ tool chains
  • 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.
  • fdisk(8) now ensures the --- 319,335 ---- malloc(3) and friends to make them more efficient.
  • When performing suspend or hibernate operations, ensure all filesystems ! are properly synchronized and marked clean, or if they cannot be put into perfectly clean state on disk (due to open+unlinked files) ! then mark them dirty, so that a failed resume/unhibernate is guaranteed ! to perform fsck(8).
  • acme-client(1) ! autodetects the agreement URL and follows 30x HTTP redirects.
  • Added __cxa_thread_atexit() to support modern C++ tool chains
  • Added EVFILT_DEVICE support to kqueue(2) for ! monitoring changes to ! drm(4) devices.
  • ldexp(3) now handles the sign of denormal numbers correctly on mips64.
  • fdisk(8) now ensures the *************** *** 367,373 ****
  • The default prompts of csh(1), ksh(1) and sh(1) now include the hostname. !
  • Memory allocation in ksh was switched from calloc(3) back to malloc(3), making it easier to recognize uninitialized memory. --- 368,375 ----
  • The default prompts of csh(1), ksh(1) and sh(1) now include the hostname. !
  • Memory allocation in ! ksh(1) was switched from calloc(3) back to malloc(3), making it easier to recognize uninitialized memory.