| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable the tests that use makecontext on arm64, it still needs to be | andrew | 2015-04-27 | 1 | -0/+2 |
* | Build/install libc, librt, libthr, and msun NetBSD test suites on all | ngie | 2015-04-27 | 3 | -13/+3 |
* | _pthread_cleanup_push: fix allocator sizeof operand mismatch | pfg | 2015-04-22 | 1 | -1/+1 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 2 | -16/+0 |
* | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | kib | 2015-04-18 | 1 | -0/+41 |
* | Add pthread_md.h for arm64. | andrew | 2015-03-30 | 1 | -0/+84 |
* | Make kevent(2) a cancellation point. | kib | 2015-03-29 | 1 | -0/+24 |
* | Start to import support for the AArch64 architecture from ARM. This change | andrew | 2015-03-19 | 1 | -0/+2 |
* | Fix a typo in comment and explain the reason. | jkim | 2015-03-09 | 1 | -1/+1 |
* | Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common. | kib | 2015-02-25 | 1 | -3/+4 |
* | Properly interpose libc spinlocks, was missed in r276630. In | kib | 2015-02-14 | 3 | -8/+8 |
* | Update libthr(3) man page to reflect the work done to support dlopen. | kib | 2015-02-12 | 1 | -31/+11 |
* | Fully initialize allocated memory for the new barrier. The | kib | 2015-02-06 | 1 | -4/+1 |
* | Merge all the copies of _tcb_ctor and _tcb_dtor. | andrew | 2015-01-21 | 21 | -321/+10 |
* | Fix bug in r276630. Do not allow pthread_sigmask() to block SIGCANCEL. | kib | 2015-01-21 | 1 | -1/+2 |
* | Reduce the size of the interposing table and amount of | kib | 2015-01-11 | 3 | -160/+0 |
* | Avoid use of register variables. Clang 3.5 treats this as undefined behavior, | jhibbits | 2015-01-06 | 1 | -7/+7 |
* | Avoid calling internal libc function through PLT or accessing data | kib | 2015-01-05 | 2 | -2/+2 |
* | Fix known issues which blow up the process after dlopen("libthr.so") | kib | 2015-01-03 | 10 | -449/+360 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 2 | -6/+6 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 2 | -6/+6 |
* | Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread as | ngie | 2014-11-16 | 6 | -0/+121 |
* | Fix description of mutex acquisition. | pluknet | 2014-09-26 | 1 | -2/+8 |
* | Expand the libthr(3) manpage to document knobs accepted by libthr.so | kib | 2014-09-24 | 1 | -2/+215 |
* | Switch the defaults to not split the RLIMIT_STACK-sized initial thread | kib | 2014-09-24 | 1 | -3/+4 |
* | Fix typo in a comment. | rpaulo | 2014-09-02 | 1 | -1/+1 |
* | Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leave | kib | 2014-08-13 | 2 | -1/+12 |
* | Style. | kib | 2014-08-13 | 1 | -1/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 4 | -174/+0 |
* | Add the DTrace probe definitions for plockstat support. | rpaulo | 2014-07-05 | 1 | -0/+46 |
* | use .Mt to mark up email addresses consistently (part3) | bapt | 2014-06-23 | 1 | -4/+4 |
* | Right now, the rtld prefork hook locks the rtld bind lock in the read | kib | 2014-05-24 | 2 | -4/+30 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | imp | 2014-04-05 | 1 | -1/+1 |
* | In _pthread_kill(), if passed pthread is current thread, do not send | kib | 2014-02-01 | 1 | -5/+8 |
* | If check_deferred_signal() execution needs binding of PLT symbol, | kib | 2013-11-23 | 2 | -2/+10 |
* | The SUSv4tc1 requires that pthread_setcancelstate() shall be not a | kib | 2013-06-19 | 1 | -1/+2 |
* | Since the cause of the problems with the __fillcontextx() was | kib | 2013-06-03 | 1 | -15/+7 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 1 | -2/+7 |
* | Partially apply the capitalization of the heading word of the sequence | kib | 2013-05-27 | 1 | -3/+3 |
* | Return one-based key so that user can check if the key is ever allocated | davidxu | 2013-05-16 | 1 | -4/+7 |
* | Fix return value for setcontext and swapcontext. | davidxu | 2013-05-09 | 1 | -4/+8 |
* | Add accept4() system call. | jilles | 2013-05-01 | 2 | -0/+27 |
* | Remove extra code for SA_RESETHAND, it is not needed because kernel has | davidxu | 2013-04-28 | 1 | -7/+0 |
* | libthr: Fix a parameter name in an internal header file. | jilles | 2013-04-27 | 1 | -1/+1 |
* | Remove debug code. | davidxu | 2013-04-18 | 1 | -1/+0 |
* | Avoid copying memory if SIGCANCEL is not masked. | davidxu | 2013-04-18 | 1 | -4/+14 |
* | Revert revision 249323, the PR/177624 is confusing, that bug is caused | davidxu | 2013-04-18 | 1 | -1/+10 |
* | libthr: Remove _thr_rtld_fini(), unused since r245630. | jilles | 2013-04-12 | 2 | -12/+0 |
* | swapcontext wrapper can not be implemented in C, the stack pointer saved in | davidxu | 2013-04-10 | 1 | -10/+1 |