summaryrefslogtreecommitdiff
path: root/lib/libthr/arch/powerpc/include
AgeCommit message (Expand)Author
2025-06-22libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u...Konstantin Belousov
2025-05-29libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke
2024-07-25libthr: Preresolve selected EABI symbols on arm.Michal Meloun
2024-02-05libthr: move _umtx_op_err() to libsysBrooks Davis
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-03Remove PAGE_SIZE from libthrAndrew Turner
2021-12-09libthr: Use <machine/tls.h> for most MD TLS details.John Baldwin
2021-12-09libthr: Remove the DTV_OFFSET macro.John Baldwin
2019-08-09Implement _umtx_op_err.S on powerpc / powerpc64.Brandon Bergren
2019-03-29Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov
2019-02-13silence cast-align warnings from clang on powerpc64Leandro Lupori
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-26libthr: fix warnings at WARNS=6Eric van Gyzen
2015-01-21Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner
2015-01-06Avoid use of register variables. Clang 3.5 treats this as undefined behavior,Justin Hibbits
2010-08-24Unify 32-bit and 64-bit PowerPC libthr support. This reduces codeNathan Whitehorn
2006-12-15- Remove variable _thr_scope_system, all threads are system scope.David Xu
2006-09-01Rename TLS_TP_OFFSET back to TP_OFFSET. The former clashes with rtld.Marcel Moolenaar
2006-09-01Stylize.Marcel Moolenaar
2006-08-31TLS fixes:Marcel Moolenaar
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu