index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dlfcn
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-25
dlfcn: Reformat Makefile.
Carlos O'Donell
1
-12
/
+62
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
36
-36
/
+36
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
1
-1
/
+1
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
1
-1
/
+0
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
36
-36
/
+36
2022-08-04
dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
Florian Weimer
1
-1
/
+1
2022-05-23
dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNU
Fangrui Song
1
-12
/
+10
2022-04-29
dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
Florian Weimer
4
-2
/
+147
2022-04-26
dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
Florian Weimer
10
-10
/
+10
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
35
-35
/
+35
2021-12-28
elf: Add _dl_find_object function
Florian Weimer
2
-1
/
+28
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
5
-7
/
+2
2021-07-07
elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols
Florian Weimer
1
-1
/
+0
2021-06-03
dlfcn: Rework static dlopen hooks
Florian Weimer
10
-54
/
+13
2021-06-03
dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
Florian Weimer
2
-2
/
+18
2021-06-03
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2
-52
/
+15
2021-06-03
dlfcn: Move dlopen into libc
Florian Weimer
6
-51
/
+67
2021-06-03
dlfcn: Move dlvsym into libc
Florian Weimer
4
-31
/
+45
2021-06-03
dlfcn: Move dlinfo into libc
Florian Weimer
5
-23
/
+36
2021-06-03
dlfcn: Move dladdr1 into libc
Florian Weimer
4
-18
/
+14
2021-06-03
dlfcn: Move dlmopen into libc
Florian Weimer
5
-37
/
+65
2021-06-03
dlfcn: Move dlsym into libc
Florian Weimer
4
-27
/
+39
2021-06-03
dlfcn: Move dladdr into libc
Florian Weimer
4
-18
/
+11
2021-06-03
dlfcn: Move dlclose into libc
Florian Weimer
4
-25
/
+12
2021-06-02
dlfcn: Move dlerror into libc
Florian Weimer
4
-31
/
+35
2021-05-17
elf: Partially initialize ld.so after static dlopen (bug 20802)
Florian Weimer
1
-8
/
+3
2021-04-21
dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
Florian Weimer
6
-208
/
+264
2021-04-21
dlfcn: Failures after dlmopen should not terminate process [BZ #24772]
Florian Weimer
1
-2
/
+4
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
34
-34
/
+34
2020-12-11
treewide: fix incorrect spelling of indices in comments
Dmitry V. Levin
1
-1
/
+1
2020-11-16
Add {,sysdep-}ld-library-path make variable
Samuel Thibault
1
-1
/
+1
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
34
-34
/
+34
2019-10-16
dlfcn: Remove remnants of caller sensitivity from dlinfo
Florian Weimer
1
-25
/
+4
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
34
-34
/
+34
2019-06-19
dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]
Florian Weimer
1
-0
/
+12
2019-05-15
dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]
Mark Wielaard
1
-8
/
+21
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
34
-34
/
+34
2018-11-20
malloc: tcache double free check
DJ Delorie
1
-1
/
+4
2018-06-29
libc: Extend __libc_freeres framework (Bug 23329).
Carlos O'Donell
5
-1
/
+46
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
33
-33
/
+33
2017-12-18
ld.so: Examine GLRO to detect inactive loader [BZ #20204]
Florian Weimer
10
-10
/
+12
2017-11-16
Prefer https for Sourceware links
Siddhesh Poyarekar
2
-2
/
+2
2017-09-26
Mark __dso_handle as hidden [BZ #18822]
H.J. Lu
4
-19
/
+1
2017-08-31
dlfcn: Remove internal_function attribute
Florian Weimer
1
-1
/
+0
2017-03-01
Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
Zack Weinberg
1
-4
/
+0
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
33
-33
/
+33
2016-12-09
support: Introduce new subdirectory for test infrastructure
Florian Weimer
2
-6
/
+2
2016-11-30
Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]
Florian Weimer
4
-7
/
+7
2016-10-28
Fix warning caused by unused-result in bug-atexit3-lib.cc
Gabriel F T Gomes
1
-2
/
+10
2016-06-06
tst-rec-dlopen: Fix build fail due to missing inclusion of string.h
Stefan Liebler
1
-0
/
+1
[next]