| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 331324: Ensure thread library is initialized in pthread_testcancel(). | John Baldwin | 2018-04-16 | 1 | -1/+3 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 62 | -176/+51 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 62 | -51/+176 |
| * | MFC r325103: | Michal Meloun | 2017-11-02 | 1 | -1/+2 |
| * | MFC r320990, r321011: | Pedro F. Giffuni | 2017-08-01 | 1 | -1/+1 |
| * | MFC r318582 | Eric van Gyzen | 2017-06-01 | 2 | -7/+6 |
| * | MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955 | Eric van Gyzen | 2017-06-01 | 17 | -68/+103 |
| * | MFC r318254: | Jason Evans | 2017-05-14 | 1 | -1/+1 |
| * | MFC r315526 | Eric van Gyzen | 2017-05-01 | 2 | -0/+19 |
| * | MFC r312934: | Pedro F. Giffuni | 2017-03-14 | 1 | -5/+7 |
| * | MFC r312008: | Enji Cooper | 2017-02-12 | 1 | -0/+1 |
| * | MFC r312452-r312512: | Enji Cooper | 2017-02-10 | 2 | -12/+12 |
| * | MFC r309630: | Konstantin Belousov | 2016-12-13 | 1 | -2/+12 |
| * | MFC r305855, r306297, r306300, r306312-r306313 | Marcel Moolenaar | 2016-12-11 | 1 | -3/+3 |
| * | MFC r304209: | Konstantin Belousov | 2016-08-29 | 1 | -0/+15 |
| * | MFC r303795: | Konstantin Belousov | 2016-08-20 | 1 | -1/+8 |
| * | MFC r303393: | Konstantin Belousov | 2016-08-03 | 3 | -7/+0 |
| * | Revert r302194, there are issues with some applications after changing | Konstantin Belousov | 2016-06-25 | 1 | -4/+1 |
| * | For pthread_mutex_trylock() call on owned error-check or non-portable | Konstantin Belousov | 2016-06-25 | 1 | -2/+5 |
| * | Fix markup. | Konstantin Belousov | 2016-06-04 | 1 | -1/+1 |
| * | libthr: Use formatted PANIC() | Conrad Meyer | 2016-06-01 | 3 | -24/+10 |
| * | libthr: _thread_vprintf: Enhance support for %p, %#x | Conrad Meyer | 2016-06-01 | 1 | -1/+8 |
| * | libthr: Add vprintf variant of _thread_printf, formatted PANIC() | Conrad Meyer | 2016-06-01 | 3 | -11/+34 |
| * | Stop inlining the struct ucond definition into struct pthread_cond. | Konstantin Belousov | 2016-05-29 | 2 | -15/+11 |
| * | Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo. | Jilles Tjoelker | 2016-05-29 | 1 | -3/+1 |
| * | Document _umtx_op(2) interface for the implementation of robust mutexes. | Konstantin Belousov | 2016-05-19 | 1 | -2/+38 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 8 | -298/+618 |
| * | libthr(3): Fix xref to _umtx_op(2) now that we have it. | Jilles Tjoelker | 2016-05-16 | 1 | -2/+2 |
| * | Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume | Konstantin Belousov | 2016-05-05 | 2 | -4/+2 |
| * | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | Enji Cooper | 2016-05-04 | 3 | -12/+2 |
| * | MFH | Glen Barber | 2016-04-16 | 1 | -1/+1 |
| |\ |
|
| | * | Unmagic the thread pointer offset. | Ruslan Bukin | 2016-04-14 | 1 | -1/+1 |
| * | | MFH | Glen Barber | 2016-04-12 | 1 | -1/+2 |
| |\| |
|
| | * | If off-page lookup failed, there is no memory to perform | Konstantin Belousov | 2016-04-12 | 1 | -1/+2 |
| * | | MFH | Glen Barber | 2016-04-11 | 52 | -116/+178 |
| |\| |
|
| | * | Use __FBSDID() for .c files from lib/libthr/thread. | Konstantin Belousov | 2016-04-08 | 52 | -112/+158 |
| | * | Use ANSI C function definitions, fix spelling in a comment. | Konstantin Belousov | 2016-04-08 | 3 | -4/+5 |
| | * | Assert that the lock objects put into the off-page, fit into the page. | Konstantin Belousov | 2016-04-08 | 5 | -0/+15 |
| * | | MFH | Glen Barber | 2016-04-04 | 8 | -80/+160 |
| |\| |
|
| | * | Remove unused variable. It was write-only before r297139. | Konstantin Belousov | 2016-04-04 | 2 | -2/+0 |
| | * | Apparently there are some popular programs around which assume that it | Konstantin Belousov | 2016-03-22 | 2 | -2/+61 |
| | * | Lock pshared_lock shared around fork, to ensure that the COW snapshot | Konstantin Belousov | 2016-03-21 | 4 | -2/+22 |
| | * | Provide more information on failing checks in mutex_assert_is_owned() | Konstantin Belousov | 2016-03-21 | 1 | -4/+16 |
| | * | From libthr, remove special and strange code to set up session and | Konstantin Belousov | 2016-03-21 | 2 | -22/+2 |
| | * | Implement process-shared spinlocks. | Konstantin Belousov | 2016-03-21 | 1 | -47/+58 |
| | * | Fix typo. | Konstantin Belousov | 2016-03-21 | 1 | -1/+1 |
| * | | MFH | Glen Barber | 2016-03-10 | 3 | -0/+63 |
| |\| |
|
| | * | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 3 | -0/+63 |
| * | | MFH | Glen Barber | 2016-03-02 | 14 | -306/+817 |
| |\| |
|
| | * | Add two comments explaining the fine points of the hash | Konstantin Belousov | 2016-03-01 | 1 | -0/+31 |