index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
elf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
elf.h: Add ELFCOMPRESS_ZSTD
Fangrui Song
1
-0
/
+1
2022-08-09
elf: Replace `strcpy` call with `memcpy` [BZ #29454]
Noah Goldstein
1
-2
/
+3
2022-08-04
malloc: Correct the documentation of the top_pad default
Florian Weimer
2
-1
/
+2
2022-08-04
Assume only FLAG_ELF_LIBC6 suport
Lucas A. M. Magalhaes
4
-126
/
+14
2022-08-03
assert: Do not use stderr in libc-internal assert
Florian Weimer
1
-0
/
+1
2022-08-02
Don't use unsupported format string in ld.so (bug 29427)
Andreas Schwab
1
-1
/
+1
2022-07-26
LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
caiyinyu
1
-1
/
+67
2022-07-15
elf: Fix wrong fscanf usage on tst-pldd
Adhemerval Zanella
1
-4
/
+5
2022-07-08
elf: Rename tst-audit26 to tst-audit28
Florian Weimer
3
-5
/
+5
2022-07-05
elf: Fix direction of NODELETE log messages during symbol lookup
Florian Weimer
1
-2
/
+2
2022-06-28
elf: Fix -DNDEBUG warning in _dl_start_args_adjust
Florian Weimer
1
-1
/
+1
2022-06-28
elf: Fix compile error with -Werror and -DNDEBUG
Yang Yanchao
1
-1
/
+2
2022-06-24
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
1
-1
/
+1
2022-06-17
elf: Silence GCC 11/12 false positive warning
H.J. Lu
1
-0
/
+10
2022-06-15
elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
Fangrui Song
1
-59
/
+1
2022-06-08
elf: add missing newlines in lateglobal test
Andreas Schwab
1
-3
/
+3
2022-06-06
Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
Joseph Myers
1
-0
/
+3
2022-06-05
grep: egrep -> grep -E, fgrep -> grep -F
Sam James
2
-2
/
+2
2022-06-02
elf: Add #include <errno.h> for use of E* constants.
Carlos O'Donell
1
-1
/
+1
2022-06-02
elf: Add #include <sys/param.h> for MAX usage.
Carlos O'Donell
1
-0
/
+1
2022-05-30
elf: Remove _dl_skip_args
Adhemerval Zanella
1
-2
/
+0
2022-05-27
dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]
Fangrui Song
5
-1
/
+77
2022-05-23
elf/dl-reloc.c: Copyright The GNU Toolchain Authors
Fangrui Song
1
-0
/
+1
2022-05-23
elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
Nicholas Guriev
1
-22
/
+34
2022-05-23
elf: Optimize _dl_new_hash in dl-new-hash.h
Noah Goldstein
2
-12
/
+9
2022-05-23
elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
Noah Goldstein
3
-0
/
+158
2022-05-23
elf: Refactor dl_new_hash so it can be tested / benchmarked
Noah Goldstein
2
-11
/
+42
2022-05-18
Enable DT_RELR in glibc shared libraries and PIEs automatically
H.J. Lu
1
-1
/
+4
2022-05-17
rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const
Szabolcs Nagy
1
-8
/
+2
2022-05-17
rtld: Use generic argv adjustment in ld.so [BZ #23293]
Szabolcs Nagy
1
-13
/
+60
2022-05-16
Remove dl-librecon.h header.
Adhemerval Zanella
2
-29
/
+2
2022-05-16
elf: Remove ldconfig kernel version check
Adhemerval Zanella
4
-116
/
+22
2022-05-16
Remove kernel version check
Adhemerval Zanella
5
-109
/
+15
2022-05-16
csu: Implement and use _dl_early_allocate during static startup
Florian Weimer
3
-0
/
+80
2022-05-16
Update RISC-V specific ELF definitions
Andreas Schwab
1
-0
/
+15
2022-05-02
elf: Remove fallback to the start of DT_STRTAB for dladdr
Fangrui Song
1
-11
/
+5
2022-04-28
Use __ehdr_start rather than _begin in _dl_start_final
Alan Modra
2
-6
/
+4
2022-04-27
elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
Adhemerval Zanella
13
-1
/
+92
2022-04-26
elf: Add more DT_RELR tests
H.J. Lu
10
-3
/
+286
2022-04-26
elf: Properly handle zero DT_RELA/DT_REL values
H.J. Lu
2
-7
/
+23
2022-04-26
elf: Support DT_RELR relative relocation format [BZ #27924]
Fangrui Song
5
-0
/
+128
2022-04-26
Add GLIBC_ABI_DT_RELR for DT_RELR support
H.J. Lu
3
-4
/
+50
2022-04-26
elf: Define DT_RELR related macros and types
H.J. Lu
1
-2
/
+11
2022-04-26
elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
Fangrui Song
1
-1
/
+1
2022-04-26
dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
Florian Weimer
4
-4
/
+149
2022-04-25
elf: Move post-relocation code of _dl_start into _dl_start_final
Fangrui Song
1
-15
/
+10
2022-04-22
Default to --with-default-link=no (bug 25812)
Florian Weimer
2
-0
/
+170
2022-04-22
scripts: Add glibcelf.py module
Florian Weimer
2
-0
/
+267
2022-04-20
elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
Fangrui Song
1
-21
/
+28
2022-04-19
elf: Remove __libc_init_secure
Fangrui Song
1
-10
/
+0
[prev]
[next]