=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- www/61.html 2017/03/11 06:17:15 1.32 +++ www/61.html 2017/03/11 06:55:04 1.33 @@ -278,6 +278,9 @@
  • The performance and concurrency of the malloc(3) family in multi-threaded processes has been improved. +
  • Support for permitting non-root users to + mount(8) filesystems + has been removed.
  • ...

    @@ -329,6 +332,12 @@

  • ld.so(1) now supports the DT_PREINITARRAY, DT_INITARRAY, DT_FINIARRAY, DT_FLAGS, and DT_RUNPATH dynamic tags. +
  • kdump(1) + now dumps the fds returned by + pipe(2) and + socketpair(2). +
  • Added support to doas(1) + for session-locked persistent authentication.
  • ...