| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r346158: | Konstantin Belousov | 2019-04-19 | 1 | -2/+3 |
| * | MFC r345703: | Konstantin Belousov | 2019-04-12 | 2 | -0/+35 |
| * | MFC r337992, r338125: | Pedro F. Giffuni | 2018-09-17 | 11 | -44/+61 |
| * | MFC r337983, r338044: | Konstantin Belousov | 2018-08-31 | 3 | -11/+58 |
| * | 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 | 55 | -160/+49 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 55 | -49/+160 |
| * | 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 | 11 | -58/+96 |
| * | 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 r309630: | Konstantin Belousov | 2016-12-13 | 1 | -2/+12 |
| * | 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 |
| * | 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 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 7 | -298/+612 |
| * | Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume | Konstantin Belousov | 2016-05-05 | 2 | -4/+2 |
| * | If off-page lookup failed, there is no memory to perform | Konstantin Belousov | 2016-04-12 | 1 | -1/+2 |
| * | 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 |
| * | 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 |
| * | Add two comments explaining the fine points of the hash | Konstantin Belousov | 2016-03-01 | 1 | -0/+31 |
| * | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov | 2016-02-28 | 13 | -304/+785 |
| * | If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols | Konstantin Belousov | 2016-02-08 | 3 | -2/+4 |
| * | libthr: const-ify two variables | Eric van Gyzen | 2016-01-13 | 1 | -2/+3 |
| * | Typo. | Konstantin Belousov | 2015-12-27 | 1 | -1/+1 |
| * | libthr: Don't use both __sys_open() and __sys_openat(). | Jilles Tjoelker | 2015-12-20 | 2 | -2/+1 |
| * | Style. Use ANSI definition, wrap long lines, no initialization in | Konstantin Belousov | 2015-09-08 | 1 | -8/+15 |
| * | In the pthread_once(), if the initializer has already run, then the | Konstantin Belousov | 2015-09-08 | 1 | -3/+5 |
| * | Pre-resolve symbols required for the deferred signal processing. This | Konstantin Belousov | 2015-08-10 | 2 | -1/+9 |
| * | cosmetic: whitespaces-tab before EOL | Pedro F. Giffuni | 2015-07-08 | 1 | -1/+1 |
| * | Fix typo in comment. | Konstantin Belousov | 2015-06-14 | 1 | -2/+2 |
| * | Some third-party malloc(3) implementations use pthread_setspecific(3) | Konstantin Belousov | 2015-05-15 | 1 | -110/+91 |
| * | _pthread_cleanup_push: fix allocator sizeof operand mismatch | Pedro F. Giffuni | 2015-04-22 | 1 | -1/+1 |
| * | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -12/+0 |
| * | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | Konstantin Belousov | 2015-04-18 | 1 | -0/+41 |