=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- www/57.html 2015/03/12 02:05:55 1.52 +++ www/57.html 2015/03/12 05:58:12 1.53 @@ -254,7 +254,9 @@
  • Added chflagsat(2), sockatmark(3), and stravis(3).
  • Merged performance and safety fixes for fts(3) from FreeBSD.
  • Merged fixes for file descriptor leaks in various rpc(3) functions from NetBSD. -
  • Added kern.global_ptrace sysctl(1) to disable by default the ability to ptrace(2) processes that aren't your descendent. +
  • Added kern.global_ptrace sysctl(1) to disable by default the ability to ptrace(2) processes that aren't your descendent. +
  • kdump(1) now always displays both the numeric and the textual forms for users, groups, timestamps, and sysctl ids, eliminating the -r option. It also auto-selects between decimal and hex format for arguments, renders more types of flags, and is more robust when parsing corrupt ktrace files. +
  • chmod(1)/chgrp(1)/chown(8) now comply with POSIX's requirements when they encounter symlinks when the -R option is used, and are safe from race conditions when doing so.
  • ...