=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/60.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- www/60.html 2016/07/21 14:10:35 1.10 +++ www/60.html 2016/07/21 15:14:13 1.11 @@ -100,6 +100,9 @@
  • Routing daemons and other userland network improvements:

    @@ -117,6 +120,13 @@

  • sigreturn(2) can now only be used by the kernel-provided signal trampoline, with a cookie to detect attempts to reuse it. +
  • In rc(8), + re-link libc.so on startup, placing the objects in a random order. +
  • In the getpwnam(3) + family of functions, stop opening the shadow database by default. +
  • Remove + systrace. +
  • Remove Linux emulation support.
  • ...

    @@ -133,6 +143,20 @@ fts(3).

  • kdump(1) now dumps pollfd structures. +
  • In rcs(1), + implement Mdocdate keyword substitution. +
  • In top(1), + allow to filter process arguments if they are being displayed. +
  • Added UTF-8 support to + fold(1) and + rev(1). +
  • Enable UTF-8 by default in + xterm(1) and + pod2man(1). +
  • Filter out non-ASCII characters in + wall(1). +
  • Many bugfixes and structural cleanup in the + editline(3) library.
  • ...

    @@ -159,6 +183,10 @@

  • The following significant bugs have been fixed in this release: