| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | marcel | 2008-09-14 | 1 | -2/+2 |
* | Move call to _malloc_thread_cleanup() so that if this is the last thread, | jasone | 2008-09-09 | 1 | -3/+6 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 1 | -0/+4 |
* | In function pthread_condattr_getpshared, store result correctly. | davidxu | 2008-08-01 | 1 | -1/+1 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+2 |
* | Add two commands to _umtx_op system call to allow a simple mutex to be | davidxu | 2008-06-24 | 3 | -54/+106 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 3 | -22/+50 |
* | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | dfr | 2008-05-30 | 1 | -1/+2 |
* | Eliminate global mutex by using pthread_once's state field as | davidxu | 2008-05-30 | 1 | -33/+29 |
* | - Reduce function call overhead for uncontended case. | davidxu | 2008-05-29 | 3 | -217/+104 |
* | Commit missing mips libthr support that I thought I'd committed earlier | imp | 2008-05-11 | 2 | -0/+141 |
* | Remove libc_r's remnant code. | davidxu | 2008-05-06 | 1 | -16/+0 |
* | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | davidxu | 2008-04-29 | 9 | -19/+20 |
* | Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after further | kris | 2008-04-26 | 1 | -1/+1 |
* | Bring in mips threads support from perforce mips2-jnpr branch. | imp | 2008-04-26 | 1 | -0/+5 |
* | Avoid various shadowed variables. libthr is now almost WARNS=4 clean except | delphij | 2008-04-23 | 4 | -25/+25 |
* | Use native rwlock. | davidxu | 2008-04-22 | 1 | -54/+20 |
* | _vfork is not in libthr, remove the reference. | davidxu | 2008-04-16 | 1 | -1/+0 |
* | don't include pthread_np.h, it is not used. | davidxu | 2008-04-14 | 1 | -1/+0 |
* | put THR_CRITICAL_LEAVE into do .. while statement. | davidxu | 2008-04-03 | 1 | -2/+4 |
* | add __hidden suffix to _umtx_op_err, this eliminates PLT. | davidxu | 2008-04-03 | 1 | -1/+1 |
* | Non-portable functions are in pthread_np.h, fix compiling problem. | davidxu | 2008-04-02 | 1 | -1/+1 |
* | Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace. | davidxu | 2008-04-02 | 1 | -2/+0 |
* | Remove unused functions. | davidxu | 2008-04-02 | 2 | -55/+0 |
* | Replace function _umtx_op with _umtx_op_err, the later function directly | davidxu | 2008-04-02 | 9 | -51/+112 |
* | Replace userland rwlock with a pure kernel based rwlock, the new | davidxu | 2008-04-02 | 4 | -223/+199 |
* | Restore normal pthread_cond_signal path to avoid some obscure races. | davidxu | 2008-04-01 | 1 | -2/+3 |
* | return EAGAIN early rather than running bunch of code later, micro optimize | davidxu | 2008-04-01 | 1 | -1/+3 |
* | Rewrite rwlock to user atomic operations to change rwlock state, this | davidxu | 2008-03-31 | 3 | -141/+281 |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 1 | -4/+1 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 3 | -6/+9 |
* | Fixed mis-implementation of pthread_mutex_get{spin,yield}loops_np(). | ru | 2008-03-25 | 1 | -4/+7 |
* | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | davidxu | 2008-03-22 | 3 | -0/+50 |
* | Resolve __error()'s PLT early so that it needs not to be resolved again, | davidxu | 2008-03-21 | 1 | -0/+3 |
* | pthread_mutexattr_destroy() was accidentally broken in last revision, | ru | 2008-03-20 | 1 | -0/+1 |
* | Preserve application code's errno in rtld locking code, it attemps to keep | davidxu | 2008-03-20 | 1 | -2/+31 |
* | Make pthread_mutexattr_settype to return error number directly and | davidxu | 2008-03-20 | 1 | -3/+1 |
* | don't reduce new thread's refcount if current thread can not set cpuset | davidxu | 2008-03-19 | 1 | -1/+1 |
* | - Trim trailing spaces. | davidxu | 2008-03-19 | 1 | -8/+8 |
* | if passed thread pointer is equal to current thread, pass -1 to kernel | davidxu | 2008-03-19 | 1 | -11/+19 |
* | - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may call | davidxu | 2008-03-18 | 3 | -4/+17 |
* | Actually delete SIGCANCEL mask for suspended thread, so the signal will not | davidxu | 2008-03-16 | 1 | -3/+2 |
* | If a thread is cancelled, it may have already consumed a umtx_wake, | davidxu | 2008-03-11 | 1 | -0/+2 |
* | Fix a bug when calculating remnant size. | davidxu | 2008-03-06 | 1 | -1/+1 |
* | Don't report death event to debugger if it is a forced exit. | davidxu | 2008-03-06 | 1 | -1/+1 |
* | Restore code setting new thread's scheduler parameters, I was thinking | davidxu | 2008-03-06 | 1 | -15/+11 |
* | Increase and decrease in_sigcancel_handler accordingly to avoid possible | davidxu | 2008-03-05 | 1 | -2/+2 |
* | Use cpuset defined in pthread_attr for newly created thread, for now, | davidxu | 2008-03-05 | 3 | -21/+57 |
* | Add more cpu affinity function's symbols. | davidxu | 2008-03-05 | 1 | -0/+6 |
* | Check actual size of cpuset kernel is using and define underscore version | davidxu | 2008-03-05 | 1 | -7/+42 |