| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In the pthread_once(), if the initializer has already run, then the | kib | 2015-09-08 | 1 | -3/+5 |
* | Pre-resolve symbols required for the deferred signal processing. This | kib | 2015-08-10 | 2 | -1/+9 |
* | Disable SSE in libthr | vangyzen | 2015-08-05 | 2 | -0/+12 |
* | cosmetic: whitespaces-tab before EOL | pfg | 2015-07-08 | 1 | -1/+1 |
* | new depends | sjg | 2015-06-16 | 1 | -0/+1 |
* | Revert r284417 it is not necessary anymore | bapt | 2015-06-15 | 1 | -1/+1 |
* | Enforce overwritting SHLIBDIR | bapt | 2015-06-15 | 1 | -1/+1 |
* | Fix typo in comment. | kib | 2015-06-14 | 1 | -2/+2 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+17 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 40 | -1040/+567 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 10 | -6/+358 |
| |\ |
|
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 8 | -178/+77 |
| |\ \ |
|