aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-123-7/+0
* Style. Use ANSI definition, wrap long lines, no initialization inKonstantin Belousov2015-09-081-8/+15
* In the pthread_once(), if the initializer has already run, then theKonstantin Belousov2015-09-081-3/+5
* Pre-resolve symbols required for the deferred signal processing. ThisKonstantin Belousov2015-08-102-1/+9
* Disable SSE in libthrEric van Gyzen2015-08-052-0/+12
* cosmetic: whitespaces-tab before EOLPedro F. Giffuni2015-07-081-1/+1
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Fix typo in comment.Konstantin Belousov2015-06-141-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2740-1040/+567
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1910-6/+358
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-198-178/+77
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-274-8/+19
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-058-45/+76
| |\ \ \ \ \
| * \ \ \ \ \ sync from headSimon J. Gerraty2013-04-121-10/+1
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | Sync with HEAD.David E. O'Brien2013-02-082-5/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | | | | | | | Sync from headSimon J. Gerraty2012-11-0416-122/+162
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+15
* | | | | | | | | | Some third-party malloc(3) implementations use pthread_setspecific(3)Konstantin Belousov2015-05-151-110/+91
* | | | | | | | | | Disable the tests that use makecontext on arm64, it still needs to beAndrew Turner2015-04-271-0/+2
* | | | | | | | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper2015-04-273-13/+3
* | | | | | | | | | _pthread_cleanup_push: fix allocator sizeof operand mismatchPedro F. Giffuni2015-04-221-1/+1
* | | | | | | | | | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-182-16/+0
* | | | | | | | | | Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-181-0/+41
* | | | | | | | | | Add pthread_md.h for arm64.Andrew Turner2015-03-301-0/+84
* | | | | | | | | | Make kevent(2) a cancellation point.Konstantin Belousov2015-03-291-0/+24
* | | | | | | | | | Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-191-0/+2
* | | | | | | | | | Fix a typo in comment and explain the reason.Jung-uk Kim2015-03-091-1/+1
* | | | | | | | | | Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common.Konstantin Belousov2015-02-251-3/+4
* | | | | | | | | | Properly interpose libc spinlocks, was missed in r276630. InKonstantin Belousov2015-02-143-8/+8
* | | | | | | | | | Update libthr(3) man page to reflect the work done to support dlopen.Konstantin Belousov2015-02-121-31/+11
* | | | | | | | | | Fully initialize allocated memory for the new barrier. TheKonstantin Belousov2015-02-061-4/+1
* | | | | | | | | | Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner2015-01-2121-321/+10
* | | | | | | | | | Fix bug in r276630. Do not allow pthread_sigmask() to block SIGCANCEL.Konstantin Belousov2015-01-211-1/+2
* | | | | | | | | | Reduce the size of the interposing table and amount ofKonstantin Belousov2015-01-113-160/+0
* | | | | | | | | | Avoid use of register variables. Clang 3.5 treats this as undefined behavior,Justin Hibbits2015-01-061-7/+7
* | | | | | | | | | Avoid calling internal libc function through PLT or accessing dataKonstantin Belousov2015-01-052-2/+2
* | | | | | | | | | Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-0310-449/+360
* | | | | | | | | | Revert r274772: it is not valid on MIPSEd Maste2014-11-252-6/+6
* | | | | | | | | | Use canonical __PIC__ flagEd Maste2014-11-212-6/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread asEnji Cooper2014-11-166-0/+121