=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/64.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- www/64.html 2018/10/01 19:03:28 1.15 +++ www/64.html 2018/10/01 19:27:55 1.16 @@ -89,9 +89,6 @@
  • Generic network stack improvements:

    @@ -120,6 +117,9 @@

  • A new daemon, rad(8) sends IPv6 Router Advertisement messages and replaces the old rtadvd(8) daemon from KAME. +
  • The anachronistic + networks(5) + configuration file is no longer supported.

    @@ -164,6 +164,13 @@ kcov(4) driver used for collection of code coverage inside the kernel. It's used in an ongoing effort to fuzz the kernel. +

  • uid_from_user(3) + and + gid_from_group(3) + were added to the C library and are now used in several programs, + to speed up repeated lookups. +
  • ksh(1) now supports + 64 bit integers on all architectures.
  • A bug in ksh(1) related to variable expansion of read-only varibles has been fixed.