index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ldso
/
dlerror.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup stub unit test infrastructure
EuAndreh
2024-01-05
1
-0
/
+8
*
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
2022-10-19
1
-16
/
+18
*
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