=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- www/63.html 2018/03/26 02:14:07 1.32 +++ www/63.html 2018/03/26 09:05:15 1.33 @@ -145,6 +145,9 @@
  • Add paused migration and snapshotting support to vmm(4) for AMD SVM/RVI hosts. +
  • BREAK commands sent over a + pty(4) are now understood by + vmd(8).
  • Many fixes to vmctl(8) and vmd(8) error handling @@ -158,8 +161,15 @@
  • Generic network stack improvements:

    @@ -184,6 +194,10 @@ autoconfiguration addresses on non-/64 prefixes.

  • ospfd(8) can now set the metric for a route depending on the status of an interface. +
  • ifconfig(8) has a new + staticarp option to make interfaces reply to ARP requests only. +
  • ipsecctl(8) can now + collapse flow outputs having the same source or destination
  • ...

    @@ -292,6 +306,12 @@

  • disklabel(8) now validates the requested partition size against the size of the largest free chunk instead of the total free space. +
  • Support for dumping USB transfers via + bpf(4) +
  • tcpdump(8) can now + unserstand dumps of USB transfers in the + USBPcap + format.
  • ...