aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Merge r195129 from project/mips to head by hand:Warner Losh2010-01-091-2/+6
* remove file thr_sem_new.c.David Xu2010-01-051-1/+0
* Remove extra new semaphore stubs, because libc already has them, andDavid Xu2010-01-052-110/+0
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-056-232/+172
* Work-around a race condition on ia64 while unlocking a contested lock.Marcel Moolenaar2009-12-141-0/+3
* Revert r199830 for now. Too many ports dlopen() libraries linked withKonstantin Belousov2009-11-281-1/+1
* Libthr cannot be dynamically loaded into the running process.Konstantin Belousov2009-11-261-1/+1
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-271-1/+3
* Implement _umtx_op_err() for ia64.Marcel Moolenaar2009-10-243-1/+38
* Make openat(2) a cancellation point.Jilles Tjoelker2009-10-113-0/+34
* don't report error if key was deleted.David Xu2009-09-251-1/+11
* rwlock implemented from libthr need to fall through the 'hard path' andAttilio Rao2009-09-231-2/+5
* In the current code, rdlock_count is not correctly handled for some cases.Attilio Rao2009-07-062-1/+4
* These are some cosmetic changes to improve the clarity of libthr's fork imple...Brian Feldman2009-05-111-9/+9
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, useRobert Watson2009-04-191-2/+0
* Turn on nodelete linker flag because libthr can not be unloaded safely,David Xu2009-03-311-0/+1
* Forcibly unlock the malloc() locks in the child process after fork(),Konstantin Belousov2009-03-191-1/+4
* Don't ignore other fcntl functions, directly call __sys_fcntl ifDavid Xu2009-03-091-1/+1
* Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi...David Xu2009-03-092-0/+10
* With only one threading library, simplify the logic of setting SHLIBDIR.Ruslan Ermilov2009-02-241-4/+2
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* Honor WITHOUT_INSTALLLIB in some places.Jung-uk Kim2009-02-131-0/+2
* When libthr and rtld start up, there are a number of magic spells castPeter Wemm2008-12-071-1/+1
* Provide custom simple allocator for rtld locks in libthr. The allocatorKonstantin Belousov2008-12-022-24/+24
* Invoke _rtld_atfork_post earlier, before we reinitialize rtld locksAlexander Kabaev2008-12-011-3/+4
* Unlock the malloc() locks in the child process after fork(). This givesKonstantin Belousov2008-11-291-0/+1
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov2008-11-271-1/+10
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},Marcel Moolenaar2008-09-141-2/+2
* Move call to _malloc_thread_cleanup() so that if this is the last thread,Jason Evans2008-09-091-3/+6
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-271-0/+4
* In function pthread_condattr_getpshared, store result correctly.David Xu2008-08-011-1/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+2
* Add two commands to _umtx_op system call to allow a simple mutex to beDavid Xu2008-06-243-54/+106
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-093-22/+50
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersDoug Rabson2008-05-301-1/+2
* Eliminate global mutex by using pthread_once's state field asDavid Xu2008-05-301-33/+29
* - Reduce function call overhead for uncontended case.David Xu2008-05-293-217/+104
* Commit missing mips libthr support that I thought I'd committed earlierWarner Losh2008-05-112-0/+141
* Remove libc_r's remnant code.David Xu2008-05-061-16/+0
* Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to saveDavid Xu2008-04-299-19/+20
* Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after furtherKris Kennaway2008-04-261-1/+1
* Bring in mips threads support from perforce mips2-jnpr branch.Warner Losh2008-04-261-0/+5
* Avoid various shadowed variables. libthr is now almost WARNS=4 clean exceptXin LI2008-04-234-25/+25
* Use native rwlock.David Xu2008-04-221-54/+20
* _vfork is not in libthr, remove the reference.David Xu2008-04-161-1/+0
* don't include pthread_np.h, it is not used.David Xu2008-04-141-1/+0
* put THR_CRITICAL_LEAVE into do .. while statement.David Xu2008-04-031-2/+4
* add __hidden suffix to _umtx_op_err, this eliminates PLT.David Xu2008-04-031-1/+1
* Non-portable functions are in pthread_np.h, fix compiling problem.David Xu2008-04-021-1/+1