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
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
elf: Silence GCC 11/12 false positive warning
H.J. Lu
2022-06-17
1
-0
/
+10
*
elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
Fangrui Song
2022-06-15
1
-59
/
+1
*
elf: add missing newlines in lateglobal test
Andreas Schwab
2022-06-08
1
-3
/
+3
*
Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
Joseph Myers
2022-06-06
1
-0
/
+3
*
grep: egrep -> grep -E, fgrep -> grep -F
Sam James
2022-06-05
2
-2
/
+2
*
elf: Add #include <errno.h> for use of E* constants.
Carlos O'Donell
2022-06-02
1
-1
/
+1
*
elf: Add #include <sys/param.h> for MAX usage.
Carlos O'Donell
2022-06-02
1
-0
/
+1
*
elf: Remove _dl_skip_args
Adhemerval Zanella
2022-05-30
1
-2
/
+0
*
dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]
Fangrui Song
2022-05-27
5
-1
/
+77
*
elf/dl-reloc.c: Copyright The GNU Toolchain Authors
Fangrui Song
2022-05-23
1
-0
/
+1
*
elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
Nicholas Guriev
2022-05-23
1
-22
/
+34
*
elf: Optimize _dl_new_hash in dl-new-hash.h
Noah Goldstein
2022-05-23
2
-12
/
+9
*
elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
Noah Goldstein
2022-05-23
3
-0
/
+158
*
elf: Refactor dl_new_hash so it can be tested / benchmarked
Noah Goldstein
2022-05-23
2
-11
/
+42
*
Enable DT_RELR in glibc shared libraries and PIEs automatically
H.J. Lu
2022-05-18
1
-1
/
+4
*
rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const
Szabolcs Nagy
2022-05-17
1
-8
/
+2
*
rtld: Use generic argv adjustment in ld.so [BZ #23293]
Szabolcs Nagy
2022-05-17
1
-13
/
+60
*
Remove dl-librecon.h header.
Adhemerval Zanella
2022-05-16
2
-29
/
+2
*
elf: Remove ldconfig kernel version check
Adhemerval Zanella
2022-05-16
4
-116
/
+22
*
Remove kernel version check
Adhemerval Zanella
2022-05-16
5
-109
/
+15
*
csu: Implement and use _dl_early_allocate during static startup
Florian Weimer
2022-05-16
3
-0
/
+80
*
Update RISC-V specific ELF definitions
Andreas Schwab
2022-05-16
1
-0
/
+15
*
elf: Remove fallback to the start of DT_STRTAB for dladdr
Fangrui Song
2022-05-02
1
-11
/
+5
*
Use __ehdr_start rather than _begin in _dl_start_final
Alan Modra
2022-04-28
2
-6
/
+4
*
elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...
Adhemerval Zanella
2022-04-27
13
-1
/
+92
*
elf: Add more DT_RELR tests
H.J. Lu
2022-04-26
10
-3
/
+286
*
elf: Properly handle zero DT_RELA/DT_REL values
H.J. Lu
2022-04-26
2
-7
/
+23
*
elf: Support DT_RELR relative relocation format [BZ #27924]
Fangrui Song
2022-04-26
5
-0
/
+128
*
Add GLIBC_ABI_DT_RELR for DT_RELR support
H.J. Lu
2022-04-26
3
-4
/
+50
*
elf: Define DT_RELR related macros and types
H.J. Lu
2022-04-26
1
-2
/
+11
*
elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
Fangrui Song
2022-04-26
1
-1
/
+1
*
dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
Florian Weimer
2022-04-26
4
-4
/
+149
*
elf: Move post-relocation code of _dl_start into _dl_start_final
Fangrui Song
2022-04-25
1
-15
/
+10
*
Default to --with-default-link=no (bug 25812)
Florian Weimer
2022-04-22
2
-0
/
+170
*
scripts: Add glibcelf.py module
Florian Weimer
2022-04-22
2
-0
/
+267
*
elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
Fangrui Song
2022-04-20
1
-21
/
+28
*
elf: Remove __libc_init_secure
Fangrui Song
2022-04-19
1
-10
/
+0
*
S390: Add new s390 platform z16.
Stefan Liebler
2022-04-14
2
-0
/
+14
*
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
2022-04-13
5
-10
/
+10
*
elf: Fix memory leak in _dl_find_object_update (bug 29062)
Florian Weimer
2022-04-13
1
-2
/
+3
*
S390: Fix elf/tst-audit25[ab]
Stefan Liebler
2022-04-07
1
-1
/
+2
*
Allow for unpriviledged nested containers
DJ Delorie
2022-04-04
1
-0
/
+2
*
elf: Remove unused functions from tst-audit25(a,b)
Adhemerval Zanella
2022-03-31
2
-16
/
+0
*
elf: Remove unused variables in tests
Adhemerval Zanella
2022-03-31
3
-6
/
+0
*
elf: Fix wrong fscanf usage on tst-pldd
Adhemerval Zanella
2022-03-31
1
-1
/
+2
*
Linux: Consolidate auxiliary vector parsing (redo)
Florian Weimer
2022-02-28
2
-76
/
+14
*
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
2022-02-25
1
-0
/
+3
*
elf: Check invalid hole in PT_LOAD segments [BZ #28838]
H.J. Lu
2022-02-21
1
-0
/
+3
*
Revert "Linux: Consolidate auxiliary vector parsing"
Florian Weimer
2022-02-11
1
-4
/
+76
*
elf: Remove LD_USE_LOAD_BIAS
Adhemerval Zanella
2022-02-10
3
-16
/
+1
[prev]
[next]