aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* MFC 250691:John Baldwin2014-02-191-4/+7
* Use target thread's scheduling policy not current's.David Xu2012-07-251-1/+1
* Release a reference count in case priority needn'tDavid Xu2012-07-251-0/+1
* Revert r238715, the revision breaks firefox.David Xu2012-07-252-31/+64
* Merge r238637,r238640,r238641,r238642:David Xu2012-07-232-64/+31
* MFC: 234424George V. Neville-Neil2012-06-221-1/+1
* MFC r236135:David Xu2012-05-301-0/+1
* MFC r211706:Konstantin Belousov2012-05-093-0/+26
* Merge 233103, 233912 from head:David Xu2012-05-033-5/+33
* Merge 233103 from head:David Xu2012-04-171-7/+0
* MFC 220888Ryan Stone2011-11-111-0/+2
* MFC r212405 (by davidxu):Konstantin Belousov2011-10-011-6/+8
* MFC r211526:Konstantin Belousov2011-10-011-76/+21
* MFC: r223228Marius Strobl2011-07-274-21/+54
* Merge MIPS platform support to 8-STABLE.Jayachandran C.2010-11-271-2/+6
* MFC r213241, r213257:David Xu2010-10-265-192/+165
* MFC r211743:Konstantin Belousov2010-09-071-57/+0
* MFC r211742:Konstantin Belousov2010-09-071-4/+0
* MFC r211833: Decrease rdlock count only when thread unlockedDavid Xu2010-08-291-1/+1
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-271-1/+1
* MFC r209933:Konstantin Belousov2010-07-191-1/+1
* MFC r197477 - clean up keys deleted via pthread_key_delete()Brian Somers2010-06-091-1/+11
* MFC r198508, r198509:Konstantin Belousov2009-12-191-1/+3
* MFC rev 200498:Marcel Moolenaar2009-12-171-0/+3
* MFC r198450:Marcel Moolenaar2009-11-243-1/+38
* MFC r197445:Attilio Rao2009-09-241-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