Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-07-16 | Set NODELETE flag when opening already open objects with RTLD_NODELETE | Siddhesh Poyarekar | 1 | -5/+6 |
2015-07-07 | Add forced deletion support to _dl_close_worker | Pavel Kopyl | 1 | -1/+1 |
2015-04-17 | Fuller check for invalid NSID in _dl_open. | Roland McGrath | 1 | -3/+9 |
2015-03-17 | Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage | Alexandre Oliva | 1 | -11/+1 |
2015-01-21 | Fix recursive dlopen. | Carlos O'Donell | 1 | -1/+3 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 1 | -1/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -15/+15 |
2014-02-06 | Revert "Async-signal safe TLS." | Allan McRae | 1 | -4/+1 |
2014-01-03 | Async-signal safe TLS. | Andrew Hunter | 1 | -1/+4 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-28 | [BZ #15022] Correct global-scope dlopen issues in static executables. | Maciej W. Rozycki | 1 | -17/+1 |
2013-06-26 | [BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module. | Maciej W. Rozycki | 1 | -4/+4 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -2/+2 |
2013-05-06 | Remove a dead declaration. | Roland McGrath | 1 | -7/+0 |
2013-04-06 | dl_open_worker: Memset all of seen array. | Carlos O'Donell | 1 | -1/+1 |
2013-02-18 | New function _dl_find_dso_for_object | Siddhesh Poyarekar | 1 | -13/+27 |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 1 | -2/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-10-20 | Check the main application only if SHARED is defined | H.J. Lu | 1 | -0/+2 |
2012-10-03 | Clean up conditionalize of ld.so.cache support. | Roland McGrath | 1 | -2/+2 |
2012-08-14 | Add a missing #include. | Roland McGrath | 1 | -1/+2 |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 1 | -0/+15 |
2012-07-18 | Fix a few typos. | Marek Polacek | 1 | -4/+4 |
2012-06-21 | 2012-06-21 Jeff Law <law@redhat.com> | Jeff Law | 1 | -4/+4 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-27 | Sort objects before relocations | Ulrich Drepper | 1 | -30/+94 |
2011-08-20 | Print message that there is no scope instead of being silent | Ulrich Drepper | 1 | -0/+2 |
2011-08-20 | Further improve printing os ELF symbol lookup scope information | Ulrich Drepper | 1 | -3/+12 |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | 1 | -7/+7 |
2011-08-16 | Avoid warning from last change | Ulrich Drepper | 1 | -1/+1 |
2011-08-16 | Fix printing of scope number | Ulrich Drepper | 1 | -7/+2 |
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | 1 | -34/+31 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 1 | -3/+2 |
2011-05-14 | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | 1 | -25/+39 |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -1/+1 |
2010-10-24 | Don't expand DST twice in dl_open | Andreas Schwab | 1 | -29/+0 |
2010-01-15 | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | 1 | -4/+5 |
2009-07-27 | Break out _dl_scope_free into its own file. | Ulrich Drepper | 1 | -35/+0 |
2009-07-09 | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | 1 | -2/+5 |
2009-04-19 | [BZ #10069] | Ulrich Drepper | 1 | -0/+12 |
2009-04-16 | * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610 | Jakub Jelinek | 1 | -1/+2 |
2009-04-01 | * elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935 | Ulrich Drepper | 1 | -13/+19 |
2009-03-16 | [BZ #9733] | Ulrich Drepper | 1 | -5/+6 |
2007-09-29 | * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859 | Ulrich Drepper | 1 | -1/+1 |
2007-06-20 | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper | 1 | -9/+36 |