summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld_lock.h
AgeCommit message (Expand)Author
2025-05-02rtld: add lockstate_wlocked()Konstantin Belousov
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-04-11rtld_lock.h: add some comments about versioning of struct RtldLockInfoKonstantin Belousov
2021-04-10rtld: make dlerror() thread-localKonstantin Belousov
2021-04-10rtld: workaround for broken ABIKonstantin Belousov
2021-04-10rtld: unstaticise lockinfo and obj_from_addr()Konstantin Belousov
2021-04-09rtld_lock.h: Expand scope for IN_RTLD to avoid some conflicts with libcKonstantin Belousov
2021-04-09rtld_lock.h: remove tautological extern'sKonstantin Belousov
2017-11-27libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-03-29Change compiler setting to make default visibility of the symbols forKonstantin Belousov
2010-12-25Implement support for ELF filters in rtld. Both normal and auxillaryKonstantin Belousov
2008-12-02Provide custom simple allocator for rtld locks in libthr. The allocatorKonstantin Belousov
2008-11-27Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov
2008-05-06Fix the problem with the C++ exception handling for the multithreadedKonstantin Belousov
2003-06-19Fix warnings; no parameters in function prototypes.Matthew N. Dodd
2003-05-29Allow threading libraries to register their own lockingAlexander Kabaev