=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/52.html,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** www/52.html 2012/09/06 03:03:30 1.18 --- www/52.html 2012/09/06 03:26:50 1.19 *************** *** 86,91 **** --- 86,93 ----
  • Added a new system limit kern.maxthread for the max number of threads.
  • Closed race conditions in thread creation, and in fork(2) and open(2) in a threaded process.
  • Improved handling of threaded processes in ps(1) and fstat(1). +
  • Changed the lock around dlopen() to be recursive, so that dl*() operations from atexit() handlers don't deadlock. +
  • Many fixes to pthread attribute and mutex error checking and cancelation handling.

    *************** *** 204,209 **** --- 206,214 ---- reliability fixes, new MTA client, new scheduler and improved queue logic, simplified smtpd.conf syntax, better RFC compliance and several cosmetic changes.

  • The mg(1) emacs-like editor now allows backup files to be saved in a user's home directory. +
  • Fixed operation of kvm_getfile2() (and therefore fstat and pstat) on kernel crash dumps. +
  • Improved emacs-style key bindings and handling of large arrays in ksh. +
  • halt disables "suspend-on-lid-close" so that you don't accidentally suspend instead of shutting down.
  • ...

    *************** *** 698,704 **** alt="OpenBSD"> www@openbsd.org
    ! $OpenBSD: 52.html,v 1.18 2012/09/06 03:03:30 lteo Exp $ --- 703,709 ---- alt="OpenBSD"> www@openbsd.org
    ! $OpenBSD: 52.html,v 1.19 2012/09/06 03:26:50 guenther Exp $