summaryrefslogtreecommitdiffstats
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* MFHgjb2016-03-103-0/+63
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-093-0/+63
* | MFHgjb2016-03-0214-309/+820
|\ \ | |/
| * Add two comments explaining the fine points of the hashkib2016-03-011-0/+31
| * errno(3) -> errno(2)trasz2016-02-291-2/+1
| * Implement process-shared locks support for libthr.so.3, withoutkib2016-02-2813-307/+788
| * If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolskib2016-02-084-4/+4
* | MFHgjb2016-02-094-4/+4
* | Remove libc, librtld_db, libthr packages, and further increasegjb2016-02-051-1/+1
* | First pass through library packaging.gjb2016-02-041-0/+1
* | More 'tests' bug fixes.gjb2016-02-031-0/+4
* | First pass to fix the 'tests' packages.gjb2016-02-022-0/+6
|/
* Add pthread MD part for RISC-V.br2016-01-271-0/+92
* 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
OpenPOWER on IntegriCloud