git: pthreads - Fix rtld-elf and libthread_xu

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 2 16:22:45 PDT 2017


commit 982472833bfaf7f80422693d9d6752ca14334a18
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 2 16:21:13 2017 -0700

    pthreads - Fix rtld-elf and libthread_xu
    
    * Fixes chrome, thunderbird, and multiple other issues with recent
      libpthreads work.
    
    Testing-by: mneumann, dillon

Summary of changes:
 lib/libthread_xu/thread/thr_barrier.c  |   2 +-
 lib/libthread_xu/thread/thr_create.c   |   2 +-
 lib/libthread_xu/thread/thr_exit.c     |   2 +-
 lib/libthread_xu/thread/thr_fork.c     |  50 +++--
 lib/libthread_xu/thread/thr_init.c     |   2 +
 lib/libthread_xu/thread/thr_kern.c     |  12 +-
 lib/libthread_xu/thread/thr_private.h  |   1 +
 lib/libthread_xu/thread/thr_rtld.c     | 104 +--------
 lib/libthread_xu/thread/thr_sem.c      |  96 ++++++--
 lib/libthread_xu/thread/thr_sig.c      |   2 +-
 lib/libthread_xu/thread/thr_umtx.c     |  48 +++-
 lib/libthread_xu/thread/thr_umtx.h     |   1 +
 libexec/rtld-elf/rtld_lock.c           | 390 +++++++++++----------------------
 libexec/rtld-elf/rtld_lock.h           |  18 +-
 libexec/rtld-elf/x86_64/rtld_machdep.h |   2 -
 15 files changed, 296 insertions(+), 436 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/982472833bfaf7f80422693d9d6752ca14334a18


-- 
DragonFly BSD source repository



More information about the Commits mailing list