summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* libthr: const-ify two variablesvangyzen2016-01-131-2/+3
* Typo.kib2015-12-271-1/+1
* libthr: Don't use both __sys_open() and __sys_openat().jilles2015-12-202-2/+1
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-111-0/+1
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-043-10/+5
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-123-7/+0
* Style. Use ANSI definition, wrap long lines, no initialization inkib2015-09-081-8/+15
* In the pthread_once(), if the initializer has already run, then thekib2015-09-081-3/+5
* Pre-resolve symbols required for the deferred signal processing. Thiskib2015-08-102-1/+9
* Disable SSE in libthrvangyzen2015-08-052-0/+12
* cosmetic: whitespaces-tab before EOLpfg2015-07-081-1/+1
* new dependssjg2015-06-161-0/+1
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Fix typo in comment.kib2015-06-141-2/+2
* Add META_MODE support.sjg2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2740-1040/+567
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1910-6/+358
| |\
| * \ Merge head from 7/28sjg2014-08-198-178/+77
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+1
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-274-8/+19
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-058-45/+76
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-121-10/+1
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync with HEAD.obrien2013-02-082-5/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+3
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Sync from headsjg2012-11-0416-122/+162
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+15
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Some third-party malloc(3) implementations use pthread_setspecific(3)kib2015-05-151-110/+91
* | | | | | | | | | Disable the tests that use makecontext on arm64, it still needs to beandrew2015-04-271-0/+2
* | | | | | | | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-273-13/+3
* | | | | | | | | | _pthread_cleanup_push: fix allocator sizeof operand mismatchpfg2015-04-221-1/+1
* | | | | | | | | | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-182-16/+0
* | | | | | | | | | Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-181-0/+41
* | | | | | | | | | Add pthread_md.h for arm64.andrew2015-03-301-0/+84
* | | | | | | | | | Make kevent(2) a cancellation point.kib2015-03-291-0/+24
* | | | | | | | | | Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-191-0/+2
* | | | | | | | | | Fix a typo in comment and explain the reason.jkim2015-03-091-1/+1
* | | | | | | | | | Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common.kib2015-02-251-3/+4
* | | | | | | | | | Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-143-8/+8
* | | | | | | | | | Update libthr(3) man page to reflect the work done to support dlopen.kib2015-02-121-31/+11
* | | | | | | | | | Fully initialize allocated memory for the new barrier. Thekib2015-02-061-4/+1
* | | | | | | | | | Merge all the copies of _tcb_ctor and _tcb_dtor.andrew2015-01-2121-321/+10
* | | | | | | | | | Fix bug in r276630. Do not allow pthread_sigmask() to block SIGCANCEL.kib2015-01-211-1/+2
* | | | | | | | | | Reduce the size of the interposing table and amount ofkib2015-01-113-160/+0
OpenPOWER on IntegriCloud