=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/52.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- www/52.html 2012/09/06 05:28:59 1.21 +++ www/52.html 2012/09/06 06:06:18 1.22 @@ -81,11 +81,11 @@
  • Added pthread_mutex_timedlock(3) and sem_timedwait(3).
  • Added pthread_condattr_setclock(3).
  • Added support for live multi-threaded debugging in gdb(1). -
  • Improved handling for rusage totals and interval times in threaded processes. -
  • Changed the RLIMIT_CPU rlimit to count processes instead of threads. +
  • Improved handling for rusage totals and interval timers in threaded processes. +
  • Changed the RLIMIT_NPROC rlimit to count processes instead of threads.
  • 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). +
  • Improved handling of threaded processes in ps(1), top(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 cancellation handling. @@ -117,7 +117,7 @@
  • Routing daemons and other userland network improvements:

    @@ -711,7 +713,7 @@ alt="OpenBSD"> www@openbsd.org
    -$OpenBSD: 52.html,v 1.21 2012/09/06 05:28:59 guenther Exp $ +$OpenBSD: 52.html,v 1.22 2012/09/06 06:06:18 guenther Exp $