| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 250691: | John Baldwin | 2014-02-19 | 1 | -4/+7 |
| * | Use target thread's scheduling policy not current's. | David Xu | 2012-07-25 | 1 | -1/+1 |
| * | Release a reference count in case priority needn't | David Xu | 2012-07-25 | 1 | -0/+1 |
| * | Revert r238715, the revision breaks firefox. | David Xu | 2012-07-25 | 2 | -31/+64 |
| * | 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 r236135: | David Xu | 2012-05-30 | 1 | -0/+1 |
| * | MFC r211706: | Konstantin Belousov | 2012-05-09 | 3 | -0/+26 |
| * | Merge 233103, 233912 from head: | David Xu | 2012-05-03 | 3 | -5/+33 |
| * | Merge 233103 from head: | David Xu | 2012-04-17 | 1 | -7/+0 |
| * | MFC 220888 | Ryan Stone | 2011-11-11 | 1 | -0/+2 |
| * | MFC r212405 (by davidxu): | Konstantin Belousov | 2011-10-01 | 1 | -6/+8 |
| * | MFC r211526: | Konstantin Belousov | 2011-10-01 | 1 | -76/+21 |
| * | MFC: r223228 | Marius Strobl | 2011-07-27 | 4 | -21/+54 |
| * | Merge MIPS platform support to 8-STABLE. | Jayachandran C. | 2010-11-27 | 1 | -2/+6 |
| * | MFC r213241, r213257: | David Xu | 2010-10-26 | 5 | -192/+165 |
| * | MFC r211743: | Konstantin Belousov | 2010-09-07 | 1 | -57/+0 |
| * | MFC r211742: | Konstantin Belousov | 2010-09-07 | 1 | -4/+0 |
| * | MFC r211833: Decrease rdlock count only when thread unlocked | David Xu | 2010-08-29 | 1 | -1/+1 |
| * | MFC r206622,207939,208593,208732,209031: mdoc cleanup | Ulrich Spörlein | 2010-08-27 | 1 | -1/+1 |
| * | MFC r209933: | Konstantin Belousov | 2010-07-19 | 1 | -1/+1 |
| * | MFC r197477 - clean up keys deleted via pthread_key_delete() | Brian Somers | 2010-06-09 | 1 | -1/+11 |
| * | MFC r198508, r198509: | Konstantin Belousov | 2009-12-19 | 1 | -1/+3 |
| * | MFC rev 200498: | Marcel Moolenaar | 2009-12-17 | 1 | -0/+3 |
| * | MFC r198450: | Marcel Moolenaar | 2009-11-24 | 3 | -1/+38 |
| * | MFC r197445: | Attilio Rao | 2009-09-24 | 1 | -2/+5 |
| * | In the current code, rdlock_count is not correctly handled for some cases. | Attilio Rao | 2009-07-06 | 2 | -1/+4 |
| * | These are some cosmetic changes to improve the clarity of libthr's fork imple... | Brian Feldman | 2009-05-11 | 1 | -9/+9 |
| * | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | Robert Watson | 2009-04-19 | 1 | -2/+0 |
| * | Turn on nodelete linker flag because libthr can not be unloaded safely, | David Xu | 2009-03-31 | 1 | -0/+1 |
| * | Forcibly unlock the malloc() locks in the child process after fork(), | Konstantin Belousov | 2009-03-19 | 1 | -1/+4 |
| * | Don't ignore other fcntl functions, directly call __sys_fcntl if | David Xu | 2009-03-09 | 1 | -1/+1 |
| * | Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi... | David Xu | 2009-03-09 | 2 | -0/+10 |
| * | With only one threading library, simplify the logic of setting SHLIBDIR. | Ruslan Ermilov | 2009-02-24 | 1 | -4/+2 |
| * | Fix build when WITH_SSP is set explicitly. | Ruslan Ermilov | 2009-02-21 | 1 | -2/+1 |
| * | Honor WITHOUT_INSTALLLIB in some places. | Jung-uk Kim | 2009-02-13 | 1 | -0/+2 |
| * | When libthr and rtld start up, there are a number of magic spells cast | Peter Wemm | 2008-12-07 | 1 | -1/+1 |
| * | Provide custom simple allocator for rtld locks in libthr. The allocator | Konstantin Belousov | 2008-12-02 | 2 | -24/+24 |
| * | Invoke _rtld_atfork_post earlier, before we reinitialize rtld locks | Alexander Kabaev | 2008-12-01 | 1 | -3/+4 |
| * | Unlock the malloc() locks in the child process after fork(). This gives | Konstantin Belousov | 2008-11-29 | 1 | -0/+1 |
| * | Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. | Konstantin Belousov | 2008-11-27 | 1 | -1/+10 |
| * | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | Marcel Moolenaar | 2008-09-14 | 1 | -2/+2 |
| * | Move call to _malloc_thread_cleanup() so that if this is the last thread, | Jason Evans | 2008-09-09 | 1 | -3/+6 |
| * | Add thread-specific caching for small size classes, based on magazines. | Jason Evans | 2008-08-27 | 1 | -0/+4 |
| * | In function pthread_condattr_getpshared, store result correctly. | David Xu | 2008-08-01 | 1 | -1/+1 |
| * | Enable GCC stack protection (aka Propolice) for userland: | Ruslan Ermilov | 2008-06-25 | 1 | -0/+2 |
| * | Add two commands to _umtx_op system call to allow a simple mutex to be | David Xu | 2008-06-24 | 3 | -54/+106 |
| * | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | David Xu | 2008-06-09 | 3 | -22/+50 |
| * | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | Doug Rabson | 2008-05-30 | 1 | -1/+2 |
| * | Eliminate global mutex by using pthread_once's state field as | David Xu | 2008-05-30 | 1 | -33/+29 |