OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Philip Guenther (guenthercvs.openbsd.org)
Date: Sat May 01 2010 - 23:57:01 CDT


CVSROOT: /cvs
Module name: src
Changes by: guenthercvs.openbsd.org 2010/05/01 22:57:01

Modified files:
        libexec/ld.so : dlfcn.c resolve.h
        libexec/ld.so/alpha: rtld_machine.c
        libexec/ld.so/amd64: rtld_machine.c
        libexec/ld.so/arm: rtld_machine.c
        libexec/ld.so/hppa: rtld_machine.c
        libexec/ld.so/i386: rtld_machine.c
        libexec/ld.so/powerpc: rtld_machine.c
        libexec/ld.so/sh: rtld_machine.c
        libexec/ld.so/sparc: rtld_machine.c
        libexec/ld.so/sparc64: rtld_machine.c

Log message:
Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.

ok drahn