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
2023-02-08
elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
Florian Weimer
2
-0
/
+83
2023-02-06
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
3
-5
/
+4
2023-02-03
LoongArch: Add new relocation types.
caiyinyu
1
-0
/
+40
2023-01-12
elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
Adhemerval Zanella
1
-13
/
+31
2023-01-06
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
5
-5
/
+5
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
379
-380
/
+380
2022-12-19
libio: Convert __vswprintf_internal to buffers (bug 27857)
Florian Weimer
1
-1
/
+0
2022-12-19
libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
Florian Weimer
1
-1
/
+0
2022-12-19
libio: Convert __vsprintf_internal to buffers
Florian Weimer
1
-1
/
+0
2022-12-19
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
1
-2
/
+0
2022-12-19
stdio-common: Introduce buffers for implementing printf
Florian Weimer
1
-0
/
+2
2022-12-15
elf: Fix tst-relro-symbols.py argument passing
Adhemerval Zanella
1
-4
/
+4
2022-12-12
elf: Do not assume symbol order on tst-audit25{a,b}
Adhemerval Zanella
3
-28
/
+98
2022-11-29
ARC: update definitions in elf/elf.h
Shahab Vahedi
1
-5
/
+24
2022-11-07
elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dynamic()
Xiaoming Ni
1
-0
/
+2
2022-11-04
elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE
Florian Weimer
2
-0
/
+22
2022-11-03
elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)
Florian Weimer
1
-11
/
+3
2022-11-03
LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].
caiyinyu
1
-2
/
+5
2022-11-03
elf: Rework exception handling in the dynamic loader [BZ #25486]
Florian Weimer
6
-138
/
+79
2022-11-02
elf: Remove allocate use on _dl_debug_printf
Adhemerval Zanella
1
-8
/
+7
2022-10-31
elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)
H.J. Lu
1
-2
/
+2
2022-10-28
Fix elf/tst-dlmopen-twice not to exhaust static TLS
Szabolcs Nagy
1
-2
/
+2
2022-10-28
Fix off-by-one OOB read in elf/tst-tls20
Szabolcs Nagy
1
-2
/
+2
2022-10-28
elf: Fix alloca size in _dl_debug_vdprintf
Szabolcs Nagy
1
-2
/
+5
2022-10-27
elf: Introduce to _dl_call_fini
Florian Weimer
4
-78
/
+53
2022-10-27
ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_called
Florian Weimer
1
-5
/
+5
2022-10-26
elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
Adhemerval Zanella
1
-0
/
+17
2022-10-14
elf: Do not completely clear reused namespace in dlmopen (bug 29600)
Florian Weimer
2
-12
/
+30
2022-10-12
Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
Joseph Myers
1
-0
/
+1
2022-10-10
elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
Adhemerval Zanella
2
-5
/
+1
2022-10-06
elf: Simplify output of hwcap subdirectories in ld.so help
Javier Pello
1
-36
/
+7
2022-10-06
elf: Remove hwcap and bits_hwcap fields from struct cache_entry
Javier Pello
1
-22
/
+6
2022-10-06
elf: Remove hwcap parameter from add_to_cache signature
Javier Pello
2
-15
/
+4
2022-10-06
elf: Remove legacy hwcaps support from ldconfig
Javier Pello
1
-145
/
+10
2022-10-06
elf: Remove legacy hwcaps support from the dynamic loader
Javier Pello
3
-212
/
+10
2022-09-22
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
7
-14
/
+14
2022-09-22
elf: Extract glibcelf constants from <elf.h>
Florian Weimer
1
-16
/
+63
2022-09-21
elf: Use C11 atomics on _dl_mcount
Adhemerval Zanella
1
-5
/
+5
2022-09-20
elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)
Florian Weimer
2
-9
/
+30
2022-09-13
Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]
Sergei Trofimovich
1
-1
/
+1
2022-09-08
elf: Fix hwcaps string size overestimation
Javier Pello
1
-3
/
+5
2022-09-06
elf: Rename _dl_sort_maps parameter from skip to force_first
Florian Weimer
1
-7
/
+7
2022-09-05
elf.h: Remove duplicate definition of VER_FLG_WEAK
Florian Weimer
1
-5
/
+2
2022-08-31
elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ #29539)
Adhemerval Zanella
1
-0
/
+6
2022-08-26
elf: Call __libc_early_init for reused namespaces (bug 29528)
Florian Weimer
5
-5
/
+136
2022-08-25
Revert "Detect ld.so and libc.so version inconsistency during startup"
Florian Weimer
8
-49
/
+44
2022-08-24
Add NT_LOONGARCH_* from Linux 5.19 to elf.h
Joseph Myers
1
-0
/
+9
2022-08-24
Detect ld.so and libc.so version inconsistency during startup
Florian Weimer
8
-44
/
+49
2022-08-23
scripts/glibcelf.py: Add hashing support
Florian Weimer
1
-0
/
+19
2022-08-16
elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhere
Florian Weimer
1
-16
/
+24
[prev]
[next]