=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -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,10 +108,10 @@
  • 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 +
  • Support for SAS3.5 MegaRAIDs has been added to the mfii(4) driver. -
  • support for Intel Cannon Lake and Ice Lake integrated Ethernet - was added to the +
  • 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,13 +139,13 @@ switch information (rdomain, etc) from underlying switch interface in conjunction of settings in vm.conf(5) -
  • TSC (time stamp counter) support in guest VMs +
  • 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 4 network interfaces in each VM + to four network interfaces in each VM
  • Add paused migration and snapshotting support to vmm(4) for AMD SVM/RVI hosts. @@ -258,10 +258,10 @@
  • dhclient(8) improvements: @@ -319,16 +319,17 @@ 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 + 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/unhinbernate is gauranteed - to perform fsck. + 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. + 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. + monitoring changes to + drm(4) devices.
  • ldexp(3) now handles the sign of denormal numbers correctly on mips64.
  • fdisk(8) now ensures the @@ -367,7 +368,8 @@
  • The default prompts of csh(1), ksh(1) and sh(1) now include the hostname. -
  • Memory allocation in ksh was switched from +
  • Memory allocation in + ksh(1) was switched from calloc(3) back to malloc(3), making it easier to recognize uninitialized memory.