aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* MFC 331324: Ensure thread library is initialized in pthread_testcancel().John Baldwin2018-04-161-1/+3
* Revert r330897:Eitan Adler2018-03-2962-176/+51
* Partial merge of the SPDX changesEitan Adler2018-03-1462-51/+176
* MFC r325103:Michal Meloun2017-11-021-1/+2
* MFC r320990, r321011:Pedro F. Giffuni2017-08-011-1/+1
* MFC r318582Eric van Gyzen2017-06-012-7/+6
* MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955Eric van Gyzen2017-06-0117-68/+103
* MFC r318254:Jason Evans2017-05-141-1/+1
* MFC r315526Eric van Gyzen2017-05-012-0/+19
* MFC r312934:Pedro F. Giffuni2017-03-141-5/+7
* MFC r312008:Enji Cooper2017-02-121-0/+1
* MFC r312452-r312512:Enji Cooper2017-02-102-12/+12
* MFC r309630:Konstantin Belousov2016-12-131-2/+12
* MFC r305855, r306297, r306300, r306312-r306313Marcel Moolenaar2016-12-111-3/+3
* MFC r304209:Konstantin Belousov2016-08-291-0/+15
* MFC r303795:Konstantin Belousov2016-08-201-1/+8
* MFC r303393:Konstantin Belousov2016-08-033-7/+0
* Revert r302194, there are issues with some applications after changingKonstantin Belousov2016-06-251-4/+1
* For pthread_mutex_trylock() call on owned error-check or non-portableKonstantin Belousov2016-06-251-2/+5
* Fix markup.Konstantin Belousov2016-06-041-1/+1
* libthr: Use formatted PANIC()Conrad Meyer2016-06-013-24/+10
* libthr: _thread_vprintf: Enhance support for %p, %#xConrad Meyer2016-06-011-1/+8
* libthr: Add vprintf variant of _thread_printf, formatted PANIC()Conrad Meyer2016-06-013-11/+34
* Stop inlining the struct ucond definition into struct pthread_cond.Konstantin Belousov2016-05-292-15/+11
* Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo.Jilles Tjoelker2016-05-291-3/+1
* Document _umtx_op(2) interface for the implementation of robust mutexes.Konstantin Belousov2016-05-191-2/+38
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-178-298/+618
* libthr(3): Fix xref to _umtx_op(2) now that we have it.Jilles Tjoelker2016-05-161-2/+2
* Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resumeKonstantin Belousov2016-05-052-4/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-043-12/+2
* MFHGlen Barber2016-04-161-1/+1
|\
| * Unmagic the thread pointer offset.Ruslan Bukin2016-04-141-1/+1
* | MFHGlen Barber2016-04-121-1/+2
|\|
| * If off-page lookup failed, there is no memory to performKonstantin Belousov2016-04-121-1/+2
* | MFHGlen Barber2016-04-1152-116/+178
|\|
| * Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-0852-112/+158
| * Use ANSI C function definitions, fix spelling in a comment.Konstantin Belousov2016-04-083-4/+5
| * Assert that the lock objects put into the off-page, fit into the page.Konstantin Belousov2016-04-085-0/+15
* | MFHGlen Barber2016-04-048-80/+160
|\|
| * Remove unused variable. It was write-only before r297139.Konstantin Belousov2016-04-042-2/+0
| * Apparently there are some popular programs around which assume that itKonstantin Belousov2016-03-222-2/+61
| * Lock pshared_lock shared around fork, to ensure that the COW snapshotKonstantin Belousov2016-03-214-2/+22
| * Provide more information on failing checks in mutex_assert_is_owned()Konstantin Belousov2016-03-211-4/+16
| * From libthr, remove special and strange code to set up session andKonstantin Belousov2016-03-212-22/+2
| * Implement process-shared spinlocks.Konstantin Belousov2016-03-211-47/+58
| * Fix typo.Konstantin Belousov2016-03-211-1/+1
* | MFHGlen Barber2016-03-103-0/+63
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-093-0/+63
* | MFHGlen Barber2016-03-0214-306/+817
|\|
| * Add two comments explaining the fine points of the hashKonstantin Belousov2016-03-011-0/+31