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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
395
-396
/
+396
*
elf: Always provide _dl_get_dl_main_map in libc.a
H.J. Lu
2024-01-01
1
-2
/
+0
*
elf: Add TLS modid reuse test for bug 29039
Szabolcs Nagy
2023-12-20
5
-0
/
+113
*
Fix elf/tst-env-setuid[-static] if test needs to be rerun.
Stefan Liebler
2023-12-20
3
-6
/
+42
*
elf: Do not set invalid tunables values
Adhemerval Zanella
2023-12-19
3
-6
/
+68
*
elf: Do not duplicate the GLIBC_TUNABLES string
Adhemerval Zanella
2023-12-19
3
-53
/
+99
*
elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startup
Florian Weimer
2023-12-08
1
-3
/
+3
*
elf: Fix wrong break removal from 8ee878592c
Adhemerval Zanella
2023-12-07
1
-0
/
+1
*
elf: Refactor process_envvars
Adhemerval Zanella
2023-12-05
1
-48
/
+84
*
elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
Adhemerval Zanella
2023-12-05
2
-4
/
+8
*
elf: Ignore loader debug env vars for setuid
Adhemerval Zanella
2023-12-05
2
-8
/
+18
*
elf: Add a way to check if tunable is set (BZ 27069)
Adhemerval Zanella
2023-11-29
5
-0
/
+71
*
elf: Fix TLS modid reuse generation assignment (BZ 29039)
Hector Martin
2023-11-28
1
-0
/
+1
*
elf: Relocate libc.so early during startup and dlmopen (bug 31083)
Florian Weimer
2023-11-27
7
-2
/
+118
*
elf: Introduce the _dl_open_relocate_one_object function
Florian Weimer
2023-11-27
1
-39
/
+47
*
elf: In _dl_relocate_object, skip processing if object is relocated
Florian Weimer
2023-11-27
1
-3
/
+3
*
elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secure
Adhemerval Zanella
2023-11-21
1
-1
/
+8
*
elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
Adhemerval Zanella
2023-11-21
1
-16
/
+16
*
elf: Remove any_debug from dl_main_state
Adhemerval Zanella
2023-11-21
2
-6
/
+1
*
elf: Remove LD_PROFILE for static binaries
Adhemerval Zanella
2023-11-21
5
-25
/
+16
*
elf: Ignore LD_PROFILE for setuid binaries
Adhemerval Zanella
2023-11-21
3
-6
/
+17
*
elf: Emit warning if tunable is ill-formatted
Adhemerval Zanella
2023-11-21
1
-0
/
+6
*
elf: Fix _dl_debug_vdprintf to work before self-relocation
Adhemerval Zanella
2023-11-21
1
-2
/
+14
*
elf: Do not parse ill-formatted strings
Adhemerval Zanella
2023-11-21
2
-16
/
+45
*
elf: Do not process invalid tunable format
Adhemerval Zanella
2023-11-21
2
-7
/
+21
*
elf: Add all malloc tunable to unsecvars
Adhemerval Zanella
2023-11-21
3
-58
/
+79
*
elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
Adhemerval Zanella
2023-11-21
6
-135
/
+297
*
elf: Add GLIBC_TUNABLES to unsecvars
Adhemerval Zanella
2023-11-21
1
-28
/
+4
*
elf: Remove /etc/suid-debug support
Adhemerval Zanella
2023-11-21
2
-18
/
+1
*
ldconfig: Fixes for skipping temporary files.
Florian Weimer
2023-11-20
1
-4
/
+15
*
nptl: Rename tst-execstack to tst-execstack-threads
Florian Weimer
2023-11-20
1
-1
/
+6
*
elf: Fix force_first handling in dlclose (bug 30981)
Florian Weimer
2023-11-16
3
-13
/
+29
*
elf: Handle non-directory name in search path (BZ 31035)
Adhemerval Zanella
2023-11-16
5
-3
/
+103
*
test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.
Yanzhang Wang
2023-11-13
1
-1
/
+1
*
elf: Add glibc.mem.decorate_maps tunable
Adhemerval Zanella
2023-11-07
2
-1
/
+6
*
malloc: Decorate malloc maps
Adhemerval Zanella
2023-11-07
3
-0
/
+42
*
nptl: Decorate thread stack on pthread_create
Adhemerval Zanella
2023-11-07
2
-0
/
+163
*
linux: Sync Linux 6.6 elf.h
Adhemerval Zanella
2023-11-03
1
-0
/
+5
*
crypt: Remove libcrypt support
Adhemerval Zanella
2023-10-30
2
-44
/
+0
*
elf: ldconfig should skip temporary files created by package managers
Florian Weimer
2023-10-20
1
-12
/
+27
*
Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
Joseph Myers
2023-10-19
1
-0
/
+2
*
elf: Do not print the cache entry if --inhibit-cache is used
Adhemerval Zanella
2023-10-18
1
-1
/
+2
*
Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
Florian Weimer
2023-10-18
5
-171
/
+173
*
Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"
Florian Weimer
2023-10-18
1
-1
/
+1
*
tunables: Terminate if end of input is reached (CVE-2023-4911)
Siddhesh Poyarekar
2023-10-02
2
-15
/
+39
*
elf: Fix compile error with -DNDEBUG [BZ #18755]
Qingqing Li
2023-09-27
1
-1
/
+1
*
MIPS: Add relocation types
Ying Huang
2023-09-27
1
-1
/
+59
*
MIPS: Add new section type SHT_MIPS_ABIFLAGS
Ying Huang
2023-09-27
1
-0
/
+1
*
MIPS: Add ELF file header flags
Ying Huang
2023-09-27
1
-1
/
+47
*
elf: dl-lookup: Remove unused alloca.h include
Joe Simmons-Talbott
2023-09-21
1
-1
/
+0
[prev]
[next]