summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* These are some cosmetic changes to improve the clarity of libthr's fork imple...green2009-05-111-9/+9
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-191-2/+0
* Turn on nodelete linker flag because libthr can not be unloaded safely,davidxu2009-03-311-0/+1
* Forcibly unlock the malloc() locks in the child process after fork(),kib2009-03-191-1/+4
* Don't ignore other fcntl functions, directly call __sys_fcntl ifdavidxu2009-03-091-1/+1
* Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi...davidxu2009-03-092-0/+10
* With only one threading library, simplify the logic of setting SHLIBDIR.ru2009-02-241-4/+2
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* Honor WITHOUT_INSTALLLIB in some places.jkim2009-02-131-0/+2
* When libthr and rtld start up, there are a number of magic spells castpeter2008-12-071-1/+1
* Provide custom simple allocator for rtld locks in libthr. The allocatorkib2008-12-022-24/+24
* Invoke _rtld_atfork_post earlier, before we reinitialize rtld lockskan2008-12-011-3/+4
* Unlock the malloc() locks in the child process after fork(). This giveskib2008-11-291-0/+1
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-271-1/+10
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},marcel2008-09-141-2/+2
* Move call to _malloc_thread_cleanup() so that if this is the last thread,jasone2008-09-091-3/+6
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-271-0/+4
* In function pthread_condattr_getpshared, store result correctly.davidxu2008-08-011-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* Add two commands to _umtx_op system call to allow a simple mutex to bedavidxu2008-06-243-54/+106
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-093-22/+50
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-301-1/+2
* Eliminate global mutex by using pthread_once's state field asdavidxu2008-05-301-33/+29
* - Reduce function call overhead for uncontended case.davidxu2008-05-293-217/+104
* Commit missing mips libthr support that I thought I'd committed earlierimp2008-05-112-0/+141
* Remove libc_r's remnant code.davidxu2008-05-061-16/+0
* Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to savedavidxu2008-04-299-19/+20
* Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after furtherkris2008-04-261-1/+1
* Bring in mips threads support from perforce mips2-jnpr branch.imp2008-04-261-0/+5
* Avoid various shadowed variables. libthr is now almost WARNS=4 clean exceptdelphij2008-04-234-25/+25
* Use native rwlock.davidxu2008-04-221-54/+20
* _vfork is not in libthr, remove the reference.davidxu2008-04-161-1/+0
* don't include pthread_np.h, it is not used.davidxu2008-04-141-1/+0
* put THR_CRITICAL_LEAVE into do .. while statement.davidxu2008-04-031-2/+4
* add __hidden suffix to _umtx_op_err, this eliminates PLT.davidxu2008-04-031-1/+1
* Non-portable functions are in pthread_np.h, fix compiling problem.davidxu2008-04-021-1/+1
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-021-2/+0
* Remove unused functions.davidxu2008-04-022-55/+0
* Replace function _umtx_op with _umtx_op_err, the later function directlydavidxu2008-04-029-51/+112
* Replace userland rwlock with a pure kernel based rwlock, the newdavidxu2008-04-024-223/+199
* Restore normal pthread_cond_signal path to avoid some obscure races.davidxu2008-04-011-2/+3
* return EAGAIN early rather than running bunch of code later, micro optimizedavidxu2008-04-011-1/+3
* Rewrite rwlock to user atomic operations to change rwlock state, thisdavidxu2008-03-313-141/+281
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerru2008-03-291-4/+1
* Compile libthr with warnings.ru2008-03-253-6/+9
* Fixed mis-implementation of pthread_mutex_get{spin,yield}loops_np().ru2008-03-251-4/+7
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-223-0/+50
* Resolve __error()'s PLT early so that it needs not to be resolved again,davidxu2008-03-211-0/+3
* pthread_mutexattr_destroy() was accidentally broken in last revision,ru2008-03-201-0/+1
* Preserve application code's errno in rtld locking code, it attemps to keepdavidxu2008-03-201-2/+31
OpenPOWER on IntegriCloud