Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lift child restrictions after multi-threaded fork | Rich Felker | 2020-11-11 | 1 | -0/+2 |
* | convert malloc use under libc-internal locks to use internal allocator | Rich Felker | 2020-11-11 | 1 | -0/+5 |
* | dlerror: don't gratuitously hold freebuf_queue lock while freeing | Rich Felker | 2020-11-11 | 1 | -5/+8 |
* | defer free of thread-local dlerror buffers from inconsistent context | Rich Felker | 2019-02-15 | 1 | -2/+20 |
* | reduce spurious inclusion of libc.h | Rich Felker | 2018-09-12 | 1 | -1/+0 |
* | move tlsdesc and internal dl function declarations to dynlink.h | Rich Felker | 2018-09-12 | 1 | -2/+1 |
* | define and use internal macros for hidden visibility, weak refs | Rich Felker | 2018-09-05 | 1 | -6/+3 |
* | move static-linked stub invalid dso handle checking out of dynlink.c | Rich Felker | 2016-01-25 | 1 | -0/+12 |
* | factor dlerror and error-setting code out of dynlink.c | Rich Felker | 2016-01-25 | 1 | -0/+52 |