Age | Commit message (Expand) | Author |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-11-27 | Consolidate link map sorting | Andreas Schwab |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-23 | Bug 11941: ld.so: Improper assert map->l_init_called in dlclose | Carlos O'Donell |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-08-11 | Clear DF_1_NODELETE flag only for failed to load library. | Maxim Ostapenko |
2015-07-23 | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar |
2015-07-07 | Add forced deletion support to _dl_close_worker | Pavel Kopyl |
2015-04-17 | Avoid confusing compiler with dynamically impossible statically invalid deref... | Roland McGrath |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-04-03 | Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al. | Roland McGrath |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-31 | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-11-21 | Don't use broken DL_AUTO_FUNCTION_ADDRESS() | Guy Martin |
2013-05-09 | Add more comments to dlclose() algorithm. | Carlos O'Donell |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers |
2012-08-17 | Add a cast to silence a warning. | Roland McGrath |
2012-08-17 | Also set r->r_map when unmapping the first object in a namespace. | Gary Benson |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2011-08-24 | Fix scope handling during dl_close | Andreas Schwab |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek |
2011-06-21 | Revert unwanted patch | Ulrich Drepper |
2011-06-21 | Add missing DL_CALL_FCT | Ulrich Drepper |
2011-05-07 | static tls memory leak on TLS_DTV_AT_TP archs | Alan Modra |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab |
2010-09-21 | Move freeres function from ld.so to libc.so. | Andreas Schwab |
2010-06-27 | Revert unwanted patch. Again. | Ulrich Drepper |
2010-06-27 | Fix whitespaces. | Ulrich Drepper |
2010-05-03 | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab |
2009-04-01 | * elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935 | Ulrich Drepper |
2008-01-17 | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define. | Ulrich Drepper |
2007-09-29 | * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859 | Ulrich Drepper |
2007-06-20 | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper |
2007-06-09 | * elf/dl-close.c (_dl_close_worker): Remove all to be removed | Ulrich Drepper |
2007-05-19 | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper |
2007-05-11 | * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by | Ulrich 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-29 | * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P. | Ulrich Drepper |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper |
2006-10-27 | * elf/Makefile: Add rules to build and run tst-thrlock. | Ulrich Drepper |
2006-10-27 | * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and | Ulrich Drepper |
2006-10-27 | * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope | Ulrich Drepper |
2006-10-18 | [BZ #3313] | Ulrich Drepper |