| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r238637,r238640,r238641,r238642: | David Xu | 2012-07-23 | 2 | -64/+31 |
| * | MFC: 234424 | George V. Neville-Neil | 2012-06-22 | 1 | -1/+1 |
| * | MFC: r231619 | Marius Strobl | 2012-06-21 | 2 | -4/+5 |
| * | MFC r236135: | David Xu | 2012-05-30 | 1 | -0/+1 |
| * | Merge 233103, 233912 from head: | David Xu | 2012-04-17 | 3 | -11/+32 |
| * | MFC r233516: libthr: In the atfork handlers for signals, do not skip the | Jilles Tjoelker | 2012-04-09 | 1 | -3/+3 |
| * | MFC 231906: | David Xu | 2012-02-22 | 1 | -1/+1 |
| * | MFC r230430: | Konstantin Belousov | 2012-02-21 | 1 | -4/+13 |
| * | MFC 231106: | David Xu | 2012-02-14 | 2 | -12/+23 |
| * | MFC r228536: | Dimitry Andric | 2011-12-30 | 2 | -2/+2 |
| * | MFC r227604: | David Xu | 2011-11-23 | 1 | -3/+2 |
| * | Do not set thread name to less than informative 'initial thread'. | Alexander Kabaev | 2011-06-19 | 1 | -1/+0 |
| * | Merge from r161730: | Marius Strobl | 2011-06-18 | 4 | -21/+54 |
| * | r179417 introduced a bug into pthread_once(). Previously pthread_once() | Ryan Stone | 2011-04-20 | 1 | -0/+2 |
| * | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | Jung-uk Kim | 2011-02-07 | 3 | -0/+51 |
| * | Fix a typo. | David Xu | 2011-01-11 | 1 | -1/+1 |
| * | For the process that already loaded libthr but still not initialized | Konstantin Belousov | 2011-01-10 | 1 | -0/+26 |
| * | Implement the __pthread_map_stacks_exec() for libthr. | Konstantin Belousov | 2011-01-09 | 5 | -1/+53 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 2 | -0/+4 |
| * | Return 0 instead of garbage value. | David Xu | 2011-01-06 | 1 | -2/+1 |
| * | Because sleepqueue may still being used, we should always check wchan with | David Xu | 2011-01-04 | 1 | -6/+0 |
| * | Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is only | David Xu | 2010-12-24 | 1 | -2/+2 |
| * | Add sleep queue code. | David Xu | 2010-12-22 | 1 | -0/+175 |
| * | MFp4: | David Xu | 2010-12-22 | 9 | -191/+666 |
| * | Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset. | David Xu | 2010-11-02 | 1 | -8/+5 |
| * | Return previous sigaction correctly. | David Xu | 2010-10-29 | 1 | -1/+4 |
| * | Remove local variable 'first', instead check signal number in memory, | David Xu | 2010-10-29 | 1 | -4/+1 |
| * | Check small set and reject it, this is how kernel did. Always use the | David Xu | 2010-10-27 | 1 | -37/+32 |
| * | - Revert r214409. | David Xu | 2010-10-27 | 1 | -5/+6 |
| * | Remove locking and unlock in pthread_mutex_destroy, because | David Xu | 2010-10-27 | 1 | -25/+2 |
| * | Fix typo. | David Xu | 2010-10-25 | 1 | -1/+1 |
| * | Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy(). | David Xu | 2010-10-25 | 2 | -10/+31 |
| * | Revert revision 214007, I realized that MySQL wants to resolve | David Xu | 2010-10-20 | 4 | -52/+2 |
| * | Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, this | David Xu | 2010-10-18 | 1 | -0/+1 |
| * | sort function name. | David Xu | 2010-10-18 | 1 | -2/+2 |
| * | s/||/&& | David Xu | 2010-10-18 | 1 | -2/+2 |
| * | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | David Xu | 2010-10-18 | 4 | -2/+50 |
| * | Oops, don't remove -fexceptions flag. | David Xu | 2010-10-08 | 1 | -0/+1 |
| * | unwind.h was imported, gcc directory is no longer needed. | David Xu | 2010-10-08 | 1 | -1/+0 |
| * | change code to use unwind.h. | David Xu | 2010-09-30 | 2 | -5/+6 |
| * | Check invalid mutex in _mutex_cv_unlock. | David Xu | 2010-09-29 | 1 | -0/+6 |
| * | In current code, statically initialized and destroyed object have | David Xu | 2010-09-28 | 5 | -195/+160 |
| * | Report death event to debugger before moving to gc list, otherwise | David Xu | 2010-09-26 | 1 | -3/+2 |
| * | Only access unwind_disabled when _PTHREAD_FORCED_UNWIND is defined. | David Xu | 2010-09-25 | 1 | -1/+2 |
| * | Add missing field. | David Xu | 2010-09-25 | 1 | -0/+1 |
| * | 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 |