| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Because old _pthread_cleanup_push/pop do not have frame address, | David Xu | 2010-09-25 | 2 | -13/+17 |
| * | Simplify code, and in while loop, fix operator to match the unwinding | David Xu | 2010-09-25 | 1 | -7/+4 |
| * | To support stack unwinding for cancellation points, add -fexceptions flag | David Xu | 2010-09-25 | 5 | -5/+20 |
| * | inline testcancel() into thr_cancel_leave(), because cancel_pending is | David Xu | 2010-09-24 | 1 | -2/+3 |
| * | In most cases, cancel_point and cancel_async needn't be checked again, | David Xu | 2010-09-24 | 3 | -5/+3 |
| * | If we are at cancellation point, always work as deferred mode despite | David Xu | 2010-09-21 | 1 | -34/+32 |
| * | Because atfork lock is held while forking, a thread cancellation triggered | David Xu | 2010-09-19 | 4 | -12/+13 |
| * | Fix typo. | David Xu | 2010-09-19 | 1 | -1/+1 |
| * | - _Unwind_Resume function is not used, remove it. | David Xu | 2010-09-19 | 1 | -14/+8 |
| * | Fix a race condition when finding stack unwinding functions. | David Xu | 2010-09-19 | 1 | -7/+20 |
| * | add code to support stack unwinding when thread exits. note that only | David Xu | 2010-09-15 | 6 | -1/+184 |
| * | Move back IN_GCLIST flag into field tlflags, since thread list and gc list | David Xu | 2010-09-15 | 1 | -6/+6 |
| * | Don't compare thread pointers again. | David Xu | 2010-09-13 | 1 | -3/+3 |
| * | Fix copy&paste problem. | David Xu | 2010-09-13 | 1 | -2/+2 |
| * | Update symbol. | David Xu | 2010-09-13 | 1 | -1/+1 |
| * | PS_DEAD state needs not be checked because _thr_find_thread() has already | David Xu | 2010-09-13 | 1 | -4/+0 |
| * | Convert thread list lock from mutex to rwlock. | David Xu | 2010-09-13 | 15 | -129/+153 |
| * | Merge from tbemd, with a small amount of rework: | Warner Losh | 2010-09-13 | 9 | -16/+11 |
| * | Because POSIX does not allow EINTR to be returned from sigwait(), | David Xu | 2010-09-10 | 1 | -6/+8 |
| * | To avoid possible race condition, SIGCANCEL is always sent except the | David Xu | 2010-09-08 | 1 | -1/+1 |
| * | Fix off-by-one error in function _thr_sigact_unload, also disable the | David Xu | 2010-09-06 | 1 | -3/+5 |
| * | Remove incorrect comments, also make sure signal is | David Xu | 2010-09-01 | 1 | -5/+4 |
| * | In function __pthread_cxa_finalize(), also make code for removing | David Xu | 2010-09-01 | 1 | -1/+8 |
| * | pthread_atfork should acquire writer lock and protect the code | David Xu | 2010-09-01 | 1 | -1/+3 |
| * | Change atfork lock from mutex to rwlock, also make mutexes used by malloc() | David Xu | 2010-09-01 | 6 | -28/+60 |
| * | Add signal handler wrapper, the reason to add it becauses there are | David Xu | 2010-09-01 | 14 | -273/+591 |
| * | Unregister thread specific data destructor when a corresponding dso | David Xu | 2010-08-27 | 3 | -0/+23 |
| * | clear lock to zero state if it is destroyed. | David Xu | 2010-08-27 | 1 | -0/+3 |
| * | eliminate unused code. | David Xu | 2010-08-26 | 2 | -17/+0 |
| * | Decrease rdlock count only when thread unlocked a reader lock. | David Xu | 2010-08-26 | 1 | -1/+1 |
| * | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | Nathan Whitehorn | 2010-08-24 | 6 | -147/+16 |
| * | Remove unused source. | Konstantin Belousov | 2010-08-24 | 1 | -57/+0 |
| * | The __hidden definition is provided by sys/cdefs.h. | Konstantin Belousov | 2010-08-24 | 1 | -4/+0 |
| * | Add wrapper for setcontext() and swapcontext(), the wrappers | David Xu | 2010-08-24 | 3 | -14/+55 |
| * | On shared object unload, in __cxa_finalize, call and clear all installed | Konstantin Belousov | 2010-08-23 | 3 | -0/+26 |
| * | Reduce redundant code. | David Xu | 2010-08-20 | 1 | -76/+21 |
| * | In current implementation, thread cancellation is done in signal handler, | David Xu | 2010-08-20 | 6 | -99/+284 |
| * | According to specification, function fcntl() is a cancellation point only | David Xu | 2010-08-20 | 1 | -4/+11 |
| * | Tweak code a bit to be POSIX compatible, when a cancellation request | David Xu | 2010-08-17 | 1 | -0/+2 |
| * | Use _SIG_VALID instead of expanded form of the macro. | Konstantin Belousov | 2010-07-12 | 1 | -1/+1 |
| * | Fix SVN mismerge. We somehow ended up with the 32-bit powerpc version | Nathan Whitehorn | 2010-07-11 | 2 | -4/+4 |
| * | Powerpc64 thread libraries support. | Nathan Whitehorn | 2010-07-10 | 3 | -0/+143 |
| * | Coalesce one more broken line. | Daniel Eischen | 2010-05-24 | 1 | -2/+1 |
| * | Coalesce a couple of broken lines since they can fit within 80 | Daniel Eischen | 2010-05-24 | 1 | -4/+2 |
| * | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 1 | -1/+1 |
| * | Merge r195129 from project/mips to head by hand: | Warner Losh | 2010-01-09 | 1 | -2/+6 |
| * | remove file thr_sem_new.c. | David Xu | 2010-01-05 | 1 | -1/+0 |
| * | Remove extra new semaphore stubs, because libc already has them, and | David Xu | 2010-01-05 | 2 | -110/+0 |
| * | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 6 | -229/+169 |
| * | Work-around a race condition on ia64 while unlocking a contested lock. | Marcel Moolenaar | 2009-12-14 | 1 | -0/+3 |