aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-libc.c
AgeCommit message (Expand)Author
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer
2021-07-06elf: Call free from base namespace on error in dl-libc.c [BZ #27646]Florian Weimer
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-15Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-07Pass back error code from dlerror_runUlrich Drepper
2011-08-13Fix caller information of NSS modulesUlrich Drepper
2010-09-21Whitespace cleanup.Ulrich Drepper
2010-09-21Move freeres function from ld.so to libc.so.Andreas Schwab
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2005-06-12* elf/dl-error.c (_dl_signal_error): Store information about use ofUlrich Drepper
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-10-18(__libc_dlsym_private, __libc_register_dl_open_hook): New functions. (__libc_...Ulrich Drepper
2004-10-14[BZ #77]Ulrich Drepper
2004-03-07Update.Ulrich Drepper
2004-03-07Update.Ulrich Drepper
2004-03-06Update.Ulrich Drepper
2003-07-22Update.Ulrich Drepper
2003-06-25Update.Ulrich Drepper
2002-11-19Update.Ulrich Drepper
2002-11-01* include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath