| Commit message (Expand) | Author | Age | Files | Lines |
* | Return EBUSY for PTHREAD_MUTEX_ADAPTIVE_NP too when the mutex could not | davidxu | 2012-05-27 | 1 | -0/+1 |
* | Create a common function lookup() to search a chan, this eliminates | davidxu | 2012-05-10 | 1 | -5/+9 |
* | Fix mis-merged line, move SC_LOOKUP() call to | davidxu | 2012-05-05 | 1 | -1/+1 |
* | MFp4: | davidxu | 2012-05-03 | 3 | -1/+10 |
* | Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code. | gnn | 2012-04-18 | 1 | -1/+1 |
* | umtx operation UMTX_OP_MUTEX_WAKE has a side-effect that it accesses | davidxu | 2012-04-05 | 2 | -5/+18 |
* | libthr: In the atfork handlers for signals, do not skip the last signal. | jilles | 2012-03-26 | 1 | -3/+3 |
* | Use clockid parameter instead of hard-coded CLOCK_REALTIME. | davidxu | 2012-03-19 | 1 | -1/+1 |
* | Some software think a mutex can be destroyed after it owned it, for | davidxu | 2012-03-18 | 1 | -7/+0 |
* | When destroying a barrier, waiting all threads exit the barrier, | davidxu | 2012-03-16 | 2 | -4/+31 |
* | - Switch to saving non-offseted pointer to TLS block in order too keep things... | gonzo | 2012-03-06 | 1 | -8/+4 |
* | Follow changes made in revision 232144, pass absolute timeout to kernel, | davidxu | 2012-02-27 | 3 | -30/+37 |
* | In revision 231989, we pass a 16-bit clock ID into kernel, however | davidxu | 2012-02-25 | 1 | -17/+32 |
* | Use unused fourth argument of umtx_op to pass flags to kernel for operation | davidxu | 2012-02-22 | 1 | -13/+3 |
* | Check both seconds and nanoseconds are zero, only checking nanoseconds | davidxu | 2012-02-19 | 1 | -1/+1 |
* | Add thread-local storage support for arm: | gonzo | 2012-02-14 | 2 | -4/+5 |
* | Make code more stable by checking NULL pointers. | davidxu | 2012-02-11 | 1 | -2/+6 |
* | Switch MIPS TLS implementation to Variant I: | gonzo | 2012-02-10 | 2 | -13/+20 |
* | Plug a memory leak. When a cached thread is reused, don't clear sleep | davidxu | 2012-02-07 | 2 | -12/+19 |
* | Use getcontextx(3) internal API instead of getcontext(2) to provide | kib | 2012-01-21 | 1 | -4/+13 |
* | The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specific | dim | 2011-12-15 | 2 | -2/+2 |
* | Pass CVWAIT flags to kernel, this should handle | davidxu | 2011-11-17 | 1 | -3/+2 |
* | Do not set thread name to less than informative 'initial thread'. | kan | 2011-06-19 | 1 | -1/+0 |
* | Merge from r161730: | marius | 2011-06-18 | 4 | -21/+54 |
* | r179417 introduced a bug into pthread_once(). Previously pthread_once() | rstone | 2011-04-20 | 1 | -0/+2 |
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | jkim | 2011-02-07 | 3 | -0/+51 |
* | Fix a typo. | davidxu | 2011-01-11 | 1 | -1/+1 |
* | For the process that already loaded libthr but still not initialized | kib | 2011-01-10 | 1 | -0/+26 |
* | Implement the __pthread_map_stacks_exec() for libthr. | kib | 2011-01-09 | 5 | -1/+53 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 2 | -0/+4 |
* | Return 0 instead of garbage value. | davidxu | 2011-01-06 | 1 | -2/+1 |
* | Because sleepqueue may still being used, we should always check wchan with | davidxu | 2011-01-04 | 1 | -6/+0 |
* | Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is only | davidxu | 2010-12-24 | 1 | -2/+2 |
* | Add sleep queue code. | davidxu | 2010-12-22 | 1 | -0/+175 |
* | MFp4: | davidxu | 2010-12-22 | 9 | -191/+666 |
* | Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset. | davidxu | 2010-11-02 | 1 | -8/+5 |
* | Return previous sigaction correctly. | davidxu | 2010-10-29 | 1 | -1/+4 |
* | Remove local variable 'first', instead check signal number in memory, | davidxu | 2010-10-29 | 1 | -4/+1 |
* | Check small set and reject it, this is how kernel did. Always use the | davidxu | 2010-10-27 | 1 | -37/+32 |
* | - Revert r214409. | davidxu | 2010-10-27 | 1 | -5/+6 |
* | Remove locking and unlock in pthread_mutex_destroy, because | davidxu | 2010-10-27 | 1 | -25/+2 |
* | Fix typo. | davidxu | 2010-10-25 | 1 | -1/+1 |
* | Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy(). | davidxu | 2010-10-25 | 2 | -10/+31 |
* | Revert revision 214007, I realized that MySQL wants to resolve | davidxu | 2010-10-20 | 4 | -52/+2 |
* | Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, this | davidxu | 2010-10-18 | 1 | -0/+1 |
* | sort function name. | davidxu | 2010-10-18 | 1 | -2/+2 |
* | s/||/&& | davidxu | 2010-10-18 | 1 | -2/+2 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | davidxu | 2010-10-18 | 4 | -2/+50 |
* | Oops, don't remove -fexceptions flag. | davidxu | 2010-10-08 | 1 | -0/+1 |
* | unwind.h was imported, gcc directory is no longer needed. | davidxu | 2010-10-08 | 1 | -1/+0 |