| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r302194, there are issues with some applications after changing | kib | 2016-06-25 | 1 | -4/+1 |
* | For pthread_mutex_trylock() call on owned error-check or non-portable | kib | 2016-06-25 | 1 | -2/+5 |
* | Fix markup. | kib | 2016-06-04 | 1 | -1/+1 |
* | libthr: Use formatted PANIC() | cem | 2016-06-01 | 3 | -24/+10 |
* | libthr: _thread_vprintf: Enhance support for %p, %#x | cem | 2016-06-01 | 1 | -1/+8 |
* | libthr: Add vprintf variant of _thread_printf, formatted PANIC() | cem | 2016-06-01 | 3 | -11/+34 |
* | Stop inlining the struct ucond definition into struct pthread_cond. | kib | 2016-05-29 | 2 | -15/+11 |
* | Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo. | jilles | 2016-05-29 | 1 | -3/+1 |
* | Document _umtx_op(2) interface for the implementation of robust mutexes. | kib | 2016-05-19 | 1 | -2/+38 |
* | Add implementation of robust mutexes, hopefully close enough to the | kib | 2016-05-17 | 8 | -298/+618 |
* | libthr(3): Fix xref to _umtx_op(2) now that we have it. | jilles | 2016-05-16 | 1 | -2/+2 |
* | Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume | kib | 2016-05-05 | 2 | -4/+2 |
* | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | ngie | 2016-05-04 | 3 | -12/+2 |
* | MFH | gjb | 2016-04-16 | 1 | -1/+1 |
|\ |
|
| * | Unmagic the thread pointer offset. | br | 2016-04-14 | 1 | -1/+1 |
| * | If off-page lookup failed, there is no memory to perform | kib | 2016-04-12 | 1 | -1/+2 |
* | | MFH | gjb | 2016-04-12 | 1 | -1/+2 |
* | | MFH | gjb | 2016-04-11 | 52 | -116/+178 |
|\ \
| |/ |
|
| * | Use __FBSDID() for .c files from lib/libthr/thread. | kib | 2016-04-08 | 52 | -112/+158 |
| * | Use ANSI C function definitions, fix spelling in a comment. | kib | 2016-04-08 | 3 | -4/+5 |
| * | Assert that the lock objects put into the off-page, fit into the page. | kib | 2016-04-08 | 5 | -0/+15 |
* | | MFH | gjb | 2016-04-04 | 8 | -81/+161 |
|\ \
| |/ |
|
| * | Remove unused variable. It was write-only before r297139. | kib | 2016-04-04 | 2 | -2/+0 |
| * | Apparently there are some popular programs around which assume that it | kib | 2016-03-22 | 2 | -2/+61 |
| * | Lock pshared_lock shared around fork, to ensure that the COW snapshot | kib | 2016-03-21 | 4 | -2/+22 |
| * | Provide more information on failing checks in mutex_assert_is_owned() | kib | 2016-03-21 | 1 | -4/+16 |
| * | From libthr, remove special and strange code to set up session and | kib | 2016-03-21 | 2 | -22/+2 |
| * | Implement process-shared spinlocks. | kib | 2016-03-21 | 1 | -48/+59 |
| * | Fix typo. | kib | 2016-03-21 | 1 | -1/+1 |
* | | MFH | gjb | 2016-03-10 | 3 | -0/+63 |
|\ \
| |/ |
|
| * | DIRDEPS_BUILD: Connect MK_TESTS. | bdrewery | 2016-03-09 | 3 | -0/+63 |
* | | MFH | gjb | 2016-03-02 | 14 | -309/+820 |
|\ \
| |/ |
|
| * | Add two comments explaining the fine points of the hash | kib | 2016-03-01 | 1 | -0/+31 |
| * | errno(3) -> errno(2) | trasz | 2016-02-29 | 1 | -2/+1 |
| * | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 13 | -307/+788 |
| * | If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols | kib | 2016-02-08 | 4 | -4/+4 |
* | | MFH | gjb | 2016-02-09 | 4 | -4/+4 |
* | | Remove libc, librtld_db, libthr packages, and further increase | gjb | 2016-02-05 | 1 | -1/+1 |
* | | First pass through library packaging. | gjb | 2016-02-04 | 1 | -0/+1 |
* | | More 'tests' bug fixes. | gjb | 2016-02-03 | 1 | -0/+4 |
* | | First pass to fix the 'tests' packages. | gjb | 2016-02-02 | 2 | -0/+6 |
|/ |
|
* | Add pthread MD part for RISC-V. | br | 2016-01-27 | 1 | -0/+92 |
* | libthr: const-ify two variables | vangyzen | 2016-01-13 | 1 | -2/+3 |
* | Typo. | kib | 2015-12-27 | 1 | -1/+1 |
* | libthr: Don't use both __sys_open() and __sys_openat(). | jilles | 2015-12-20 | 2 | -2/+1 |
* | Start support for the RISC-V 64-bit architecture developed by UC Berkeley. | br | 2015-12-11 | 1 | -0/+1 |
* | Fix LDADD/DPADD that should be LIBADD. | bdrewery | 2015-12-04 | 3 | -10/+5 |
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 1 | -1/+0 |
* | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | ngie | 2015-10-12 | 3 | -7/+0 |
* | Style. Use ANSI definition, wrap long lines, no initialization in | kib | 2015-09-08 | 1 | -8/+15 |