Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2006 14:23:40 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_private.h thr_sig.c thr_sigaction.c
Message-ID:  <200606091423.k59ENfdc081570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2006-06-09 14:23:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_private.h thr_sig.c thr_sigaction.c 
  Log:
  o Remove a cruft prevented libpthread sigaction(2) wrapper to
  do its work for SIGINFO.  Always install libpthread signal handler
  wrapper for SIGINFO even if user SIG_IGN's or SIG_DFL's it.
  
  SIGINFO has a special meaning for libpthread: when LIBPTHREAD_DEBUG
  enviroment variable defined it is used for dumping an information
  about threads to /tmp/.
  
  Reported by:    mi
  Reviewed by:    deischen
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.127     +7 -0      src/lib/libpthread/thread/thr_private.h
  1.85      +0 -6      src/lib/libpthread/thread/thr_sig.c
  1.24      +11 -1     src/lib/libpthread/thread/thr_sigaction.c



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