Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 16:40:19 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_mutex.c uthread_sig.c
Message-ID:  <200011210040.QAA70992@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2000/11/20 16:40:19 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc_r/uthread   uthread_mutex.c uthread_sig.c 
  Log:
  MFC: Correct pthread_mutex_lock() for recursive lock attempts.
  
       When executing a signal handler, ensure a threads signal mask
       is OR'd with the signal being handled and the mask from the
       signal action.
  
  Revision  Changes    Path
  1.20.2.6  +4 -4      src/lib/libc_r/uthread/uthread_mutex.c
  1.25.2.4  +5 -1      src/lib/libc_r/uthread/uthread_sig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011210040.QAA70992>