=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/52.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- www/52.html 2018/06/12 15:20:28 1.86 +++ www/52.html 2018/08/24 05:41:56 1.87 @@ -221,7 +221,7 @@ <arpa/inet.h>, <netinet/in.h>, and <sys/param.h>.
  • Improved kernel uvm memory allocator.
  • Added support for using AMT to provide console-over-Ethernet (c.f. the - amtterm package). + amtterm package).
  • Improved support for amd64 systems with many memory extents.
  • compat_linux(8) improvements: TLS-vs-clone and futex fixes, added support @@ -239,7 +239,7 @@
  • Improved emacs-style key bindings and handling of large arrays in ksh(1).
  • halt(8) disables "suspend-on-lid-close" so that you don't accidentally suspend instead of shutting down.
  • Improvements to parallel make(1): added the .CHEAP and .EXPENSIVE special targets and fixed glitches in already-rebuilt logic. -
  • The libusb package is able to access non-ugen(4) devices for some operations, allowing e.g. programming YubiKeys with a standard kernel. +
  • The libusb package is able to access non-ugen(4) devices for some operations, allowing e.g. programming YubiKeys with a standard kernel.
  • Various improvements in tmux(1): a new unified tree view to select sessions or windows, new move-pane and renumber-windows commands,