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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
rtld.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor hp-timing rtld usage
Adhemerval Zanella
2019-03-22
1
-151
/
+130
*
nptl: Remove pthread_clock_gettime pthread_clock_settime
Adhemerval Zanella
2019-03-22
1
-2
/
+0
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-2
/
+2
*
elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]
Florian Weimer
2019-02-12
1
-162
/
+200
*
Add fall-through comments.
Joseph Myers
2019-02-12
1
-0
/
+4
*
elf: Implement --preload option for the dynamic linker
David Newall
2019-02-04
1
-5
/
+25
*
[elf] Revert 8e889c5da3 (BZ#24122)
Adhemerval Zanella
2019-01-25
1
-25
/
+5
*
elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)
Adhemerval Zanella
2019-01-24
1
-5
/
+25
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
x86: Support IBT and SHSTK in Intel CET [BZ #21598]
H.J. Lu
2018-07-16
1
-0
/
+9
*
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
2018-06-12
1
-1
/
+2
*
elf: Unify symbol address run-time calculation [BZ #19818]
Maciej W. Rozycki
2018-04-04
1
-1
/
+1
*
elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]
Florian Weimer
2018-02-21
1
-1
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
ld.so: Examine GLRO to detect inactive loader [BZ #20204]
Florian Weimer
2017-12-18
1
-1
/
+3
*
elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...
Aurelien Jarno
2017-12-10
1
-1
/
+1
*
ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
H.J. Lu
2017-10-03
1
-1
/
+2
*
_dl_start: Remove internal_function attribute
Florian Weimer
2017-08-14
1
-1
/
+1
*
powerpc: Fix float128 IFUNC relocations [BZ #21707]
Tulio Magno Quites Machado Filho
2017-07-17
1
-1
/
+3
*
ld.so: Reject overly long LD_AUDIT path elements
Florian Weimer
2017-06-19
1
-15
/
+95
*
ld.so: Reject overly long LD_PRELOAD path elements
Florian Weimer
2017-06-19
1
-16
/
+66
*
CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]
Florian Weimer
2017-06-19
1
-1
/
+2
*
ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]
H.J. Lu
2017-06-08
1
-2
/
+1
*
tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask
Siddhesh Poyarekar
2017-06-07
1
-0
/
+4
*
Assume that O_NOFOLLOW is always defined
Florian Weimer
2017-04-13
1
-4
/
+0
*
Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
Siddhesh Poyarekar
2017-03-07
1
-1
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
1
-0
/
+2
*
Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]
Florian Weimer
2016-11-30
1
-19
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Always enable pointer guard [BZ #18928]
Florian Weimer
2015-10-15
1
-11
/
+4
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Constify string parameters
Andreas Schwab
2014-12-11
1
-2
/
+2
*
Remove INTDEF / INTUSE / INTVARDEF (bug 14132).
Joseph Myers
2014-11-05
1
-2
/
+2
*
Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).
Joseph Myers
2014-11-05
1
-1
/
+1
*
Don't use INTDEF/INTUSE with _dl_argv (bug 14132).
Joseph Myers
2014-11-04
1
-20
/
+20
*
Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).
Joseph Myers
2014-10-10
1
-9
/
+9
*
Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
Richard Henderson
2014-07-03
1
-13
/
+5
*
Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
Richard Henderson
2014-07-03
1
-3
/
+0
*
Remove second argument from TLS_INIT_TP macro
Andreas Schwab
2014-05-27
1
-2
/
+2
*
Remove last use of USE___THREAD
Andreas Schwab
2014-05-14
1
-149
/
+5
*
Use __ehdr_start, when available, for rtld to get its own headers.
Roland McGrath
2014-03-13
1
-4
/
+19
*
2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
Paul Pluzhnikov
2014-03-12
1
-2
/
+3
*
BZ #16613: Support TLS in audit libraries.
Carlos O'Donell
2014-02-25
1
-1
/
+6
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-20
/
+20
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Adjust AT_EXECFN when using explicit loader invocation.
Paul Pluzhnikov
2013-11-18
1
-0
/
+3
*
Remove unused NONTLS_INIT_TP.
Ondřej Bílka
2013-11-03
1
-4
/
+0
*
Print the reason why preloading failed in do_preload()
Michael Stahl
2013-10-20
1
-2
/
+2
[next]