GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
dl-lookup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
elf: Introduce <elf_machine_sym_no_match.h>
Florian Weimer
2020-04-24
1
-8
/
+2
*
ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]
Florian Weimer
2020-02-15
1
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
dlopen: Rework handling of pending NODELETE status
Florian Weimer
2019-12-13
1
-24
/
+34
*
dlopen: Fix issues related to NODELETE handling and relocations
Florian Weimer
2019-12-13
1
-3
/
+3
*
Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]
Florian Weimer
2019-11-27
1
-14
/
+58
*
Clarify purpose of assert in _dl_lookup_symbol_x
Florian Weimer
2019-11-12
1
-5
/
+3
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
MIPS support for GNU hash
Mihailo Stojanovic
2019-08-29
1
-3
/
+7
*
ld.so: Support moving versioned symbols between sonames [BZ #24741]
Florian Weimer
2019-06-28
1
-33
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]
Maciej W. Rozycki
2018-06-29
1
-0
/
+1
*
Use ADDRIDX with DT_GNU_HASH
H.J. Lu
2018-02-05
1
-6
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
elf: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-5
/
+0
*
ld.so: Introduce struct dl_exception
Florian Weimer
2017-08-10
1
-32
/
+16
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL
Maciej W. Rozycki
2016-07-01
1
-0
/
+4
*
Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]
Florian Weimer
2016-03-31
1
-1
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink
H.J. Lu
2015-11-07
1
-2
/
+19
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
1
-1
/
+1
*
Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86
H.J. Lu
2015-03-31
1
-1
/
+60
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Remove unnecessarily nested function in do_lookup_unique.
Roland McGrath
2014-10-08
1
-27
/
+30
*
elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely
Will Newton
2014-06-23
1
-20
/
+19
*
elf/dl-lookup.c: Remove unnecessary static variable
Will Newton
2014-06-23
1
-4
/
+1
*
elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a function
Will Newton
2014-06-23
1
-145
/
+159
*
elf/dl-lookup.c: Remove obsolete comment about nested function
Will Newton
2014-04-03
1
-5
/
+4
*
Promote do_lookup_x:check_match to a full function.
Carlos O'Donell
2014-02-28
1
-104
/
+122
*
Merge MIPS dl-lookup.c into generic file.
Joseph Myers
2014-02-11
1
-0
/
+8
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-14
/
+14
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Avoid passing NULL to DSO_FILENAME.
Marcus Shawcroft
2013-11-13
1
-1
/
+1
*
Avoid crashing in LD_DEBUG when program name is unavailable
Siddhesh Poyarekar
2013-05-29
1
-15
/
+7
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Add a missing #include.
Roland McGrath
2012-08-14
1
-1
/
+2
*
Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.
David S. Miller
2012-04-05
1
-1
/
+2
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Avoid warning in dl-lookup.c
Ulrich Drepper
2011-10-29
1
-2
/
+2
*
Fix resizing able for unique symbols when adding symbol for copy relocation
Piotr Bury
2011-05-12
1
-27
/
+20
*
Remove doubled words.
Jim Meyering
2011-04-22
1
-1
/
+1
*
Fix copy relocations handling of unique objects.
Ulrich Drepper
2011-03-10
1
-4
/
+14
*
Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING
Ulrich Drepper
2010-03-24
1
-2
/
+52
*
Avoid ELF lookup race.
Ulrich Drepper
2009-12-15
1
-3
/
+4
*
Fix expanding STB_GNU_UNIQUE hash table.
Andreas Schwab
2009-08-07
1
-1
/
+1
*
Preserve SSE registers in runtime relocations on x86-64.
Ulrich Drepper
2009-07-29
1
-0
/
+13
*
Fix STB_GNU_UNIQUE handling for > 30 unique symbols.
Jakub Jelinek
2009-07-27
1
-2
/
+3
*
Minor optimization of unloading prevention patch.
Ulrich Drepper
2009-07-23
1
-5
/
+5
*
Fix comment.
Ulrich Drepper
2009-07-23
1
-1
/
+1
[next]