=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/53.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- www/53.html 2013/02/18 10:44:00 1.31 +++ www/53.html 2013/02/19 10:01:12 1.32 @@ -173,6 +173,19 @@
  • Threaded programs and libraries can now be linked with the POSIX-standard -lpthread flag instead of the OpenBSD-specific -pthread flag
  • Many improvements to the cwm(1) window manager, including tab completion and Xft support for menus, improved Xinerama support, and per-group vertical/horizontal manual tiling support. +
  • Added dprintf(3), grantpt(3), posix_openpt(3), ptsname(3), unlockpt(3), and vdprintf(3). +
  • Corrected the order of invocation of constructor and destruction functions. +
  • Increased stack alignment in constructor functions and new threads on i386 to meet requirements for SSE. +
  • abort(3) and raise(3) now direct the signal to the calling thread, as specified by POSIX. +
  • Whether a thread is currently executing on an alternate signal stack (c.f. sigaltstack(2)) is now determined dynamically, so the stack can be reused if siglongjmp(3) is used to exit the signal handler. +
  • Improved compliance and/or cleanliness of header files, particularly + <dlfcn.h>, <netdb.h>, <net/if.h>, + <netinet/in.h>, <sys/socket.h>, <sys/uio.h>, + and <sys/un.h>. +
  • Linking libpthread staticly in a dynamic executable is now handled correctly. +
  • libpthread now caches automatically allocated, default size thread stacks. +
  • Coredumping no longer hogs CPU or I/O and can be aborted by sending the process a SIGKILL signal. +
  • Improvements in the handling of profiling, tracing, and %cpu calculation of threaded processes.

    @@ -668,7 +681,7 @@ alt="OpenBSD"> www@openbsd.org
    -$OpenBSD: 53.html,v 1.31 2013/02/18 10:44:00 sthen Exp $ +$OpenBSD: 53.html,v 1.32 2013/02/19 10:01:12 guenther Exp $