=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/65.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- www/65.html 2019/04/10 15:21:28 1.60 +++ www/65.html 2019/04/10 15:29:59 1.61 @@ -210,6 +210,13 @@ now supports program names containing dots and underscores.
  • tcpdump(8) now drops root privileges completely at runtime. +
  • The multi-threaded performance of + malloc(3) has been improved. +
  • malloc(3) now uses + sysctl(2) to get its + settings, making it respect the system-wide settings in chroots as well. +
  • Various improvements to the + join command.