about summary refs log tree commit diff
path: root/src/ldso/dlerror.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* convert malloc use under libc-internal locks to use internal allocatorRich Felker2020-11-111-0/+5
* dlerror: don't gratuitously hold freebuf_queue lock while freeingRich Felker2020-11-111-5/+8
* defer free of thread-local dlerror buffers from inconsistent contextRich Felker2019-02-151-2/+20
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* move tlsdesc and internal dl function declarations to dynlink.hRich Felker2018-09-121-2/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-6/+3
* move static-linked stub invalid dso handle checking out of dynlink.cRich Felker2016-01-251-0/+12
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-251-0/+52