| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't compare thread pointers again. | davidxu | 2010-09-13 | 1 | -3/+3 |
* | Fix copy&paste problem. | davidxu | 2010-09-13 | 1 | -2/+2 |
* | Update symbol. | davidxu | 2010-09-13 | 1 | -1/+1 |
* | PS_DEAD state needs not be checked because _thr_find_thread() has already | davidxu | 2010-09-13 | 1 | -4/+0 |
* | Convert thread list lock from mutex to rwlock. | davidxu | 2010-09-13 | 15 | -129/+153 |
* | Merge from tbemd, with a small amount of rework: | imp | 2010-09-13 | 9 | -16/+11 |
* | Because POSIX does not allow EINTR to be returned from sigwait(), | davidxu | 2010-09-10 | 1 | -6/+8 |
* | To avoid possible race condition, SIGCANCEL is always sent except the | davidxu | 2010-09-08 | 1 | -1/+1 |
* | Fix off-by-one error in function _thr_sigact_unload, also disable the | davidxu | 2010-09-06 | 1 | -3/+5 |
* | Remove incorrect comments, also make sure signal is | davidxu | 2010-09-01 | 1 | -5/+4 |
* | In function __pthread_cxa_finalize(), also make code for removing | davidxu | 2010-09-01 | 1 | -1/+8 |
* | pthread_atfork should acquire writer lock and protect the code | davidxu | 2010-09-01 | 1 | -1/+3 |
* | Change atfork lock from mutex to rwlock, also make mutexes used by malloc() | davidxu | 2010-09-01 | 6 | -28/+60 |
* | Add signal handler wrapper, the reason to add it becauses there are | davidxu | 2010-09-01 | 14 | -273/+591 |
* | Unregister thread specific data destructor when a corresponding dso | davidxu | 2010-08-27 | 3 | -0/+23 |
* | clear lock to zero state if it is destroyed. | davidxu | 2010-08-27 | 1 | -0/+3 |
* | eliminate unused code. | davidxu | 2010-08-26 | 2 | -17/+0 |
* | Decrease rdlock count only when thread unlocked a reader lock. | davidxu | 2010-08-26 | 1 | -1/+1 |
* | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | nwhitehorn | 2010-08-24 | 6 | -147/+16 |
* | Remove unused source. | kib | 2010-08-24 | 1 | -57/+0 |
* | The __hidden definition is provided by sys/cdefs.h. | kib | 2010-08-24 | 1 | -4/+0 |
* | Add wrapper for setcontext() and swapcontext(), the wrappers | davidxu | 2010-08-24 | 3 | -14/+55 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 3 | -0/+26 |
* | Reduce redundant code. | davidxu | 2010-08-20 | 1 | -76/+21 |
* | In current implementation, thread cancellation is done in signal handler, | davidxu | 2010-08-20 | 6 | -99/+284 |
* | According to specification, function fcntl() is a cancellation point only | davidxu | 2010-08-20 | 1 | -4/+11 |
* | Tweak code a bit to be POSIX compatible, when a cancellation request | davidxu | 2010-08-17 | 1 | -0/+2 |
* | Use _SIG_VALID instead of expanded form of the macro. | kib | 2010-07-12 | 1 | -1/+1 |
* | Fix SVN mismerge. We somehow ended up with the 32-bit powerpc version | nwhitehorn | 2010-07-11 | 2 | -4/+4 |
* | Powerpc64 thread libraries support. | nwhitehorn | 2010-07-10 | 3 | -0/+143 |
* | Coalesce one more broken line. | deischen | 2010-05-24 | 1 | -2/+1 |
* | Coalesce a couple of broken lines since they can fit within 80 | deischen | 2010-05-24 | 1 | -4/+2 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | Merge r195129 from project/mips to head by hand: | imp | 2010-01-09 | 1 | -2/+6 |
* | remove file thr_sem_new.c. | davidxu | 2010-01-05 | 1 | -1/+0 |
* | Remove extra new semaphore stubs, because libc already has them, and | davidxu | 2010-01-05 | 2 | -110/+0 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 6 | -232/+172 |
* | Work-around a race condition on ia64 while unlocking a contested lock. | marcel | 2009-12-14 | 1 | -0/+3 |
* | Revert r199830 for now. Too many ports dlopen() libraries linked with | kib | 2009-11-28 | 1 | -1/+1 |
* | Libthr cannot be dynamically loaded into the running process. | kib | 2009-11-26 | 1 | -1/+1 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 1 | -1/+3 |
* | Implement _umtx_op_err() for ia64. | marcel | 2009-10-24 | 3 | -1/+38 |
* | Make openat(2) a cancellation point. | jilles | 2009-10-11 | 3 | -0/+34 |
* | don't report error if key was deleted. | davidxu | 2009-09-25 | 1 | -1/+11 |
* | rwlock implemented from libthr need to fall through the 'hard path' and | attilio | 2009-09-23 | 1 | -2/+5 |
* | In the current code, rdlock_count is not correctly handled for some cases. | attilio | 2009-07-06 | 2 | -1/+4 |
* | These are some cosmetic changes to improve the clarity of libthr's fork imple... | green | 2009-05-11 | 1 | -9/+9 |
* | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | rwatson | 2009-04-19 | 1 | -2/+0 |
* | Turn on nodelete linker flag because libthr can not be unloaded safely, | davidxu | 2009-03-31 | 1 | -0/+1 |
* | Forcibly unlock the malloc() locks in the child process after fork(), | kib | 2009-03-19 | 1 | -1/+4 |