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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
elf: Make dl-rseq-symbols Linux only
Adhemerval Zanella
1
-1
/
+0
2024-07-03
nptl: fix potential merge of __rseq_* relro symbols
Michael Jeanson
1
-0
/
+1
2024-07-03
elf/rtld: Fix auxiliary vector for enable_secure
Stefan Liebler
1
-8
/
+1
2024-07-01
elf: Support recursive use of dynamic TLS in interposed malloc
Florian Weimer
1
-0
/
+26
2024-07-01
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
1
-2
/
+8
2024-06-14
elf: Change module-names to modules-names in comments
H.J. Lu
1
-1
/
+1
2024-05-25
elf/Makefile: Split and sort PIE tests
H.J. Lu
1
-3
/
+13
2024-04-25
elf: Also compile dl-misc.os with $(rtld-early-cflags)
H.J. Lu
1
-0
/
+1
2024-04-16
elf/rtld: Count skipped environment variables for enable_secure
Joe Simmons-Talbott
1
-0
/
+10
2024-04-13
Revert "x86_64: Suppress false positive valgrind error"
Florian Weimer
1
-2
/
+1
2024-04-08
elf: Add ld.so test with non-existing program name
Florian Weimer
1
-0
/
+7
2024-03-19
elf: Enable TLS descriptor tests on aarch64
Adhemerval Zanella
1
-13
/
+13
2024-03-19
arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)
Adhemerval Zanella
1
-4
/
+0
2024-02-29
rtld: Add glibc.rtld.enable_secure tunable.
Joe Simmons-Talbott
1
-0
/
+2
2024-02-28
x86_64: Suppress false positive valgrind error
H.J. Lu
1
-1
/
+2
2024-02-28
x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
H.J. Lu
1
-0
/
+18
2024-02-23
arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)
Adhemerval Zanella
1
-1
/
+1
2024-01-10
elf: Fix tst-nodeps2 test failure.
Carlos O'Donell
1
-1
/
+4
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-12-20
elf: Add TLS modid reuse test for bug 29039
Szabolcs Nagy
1
-0
/
+15
2023-12-20
Fix elf/tst-env-setuid[-static] if test needs to be rerun.
Stefan Liebler
1
-0
/
+1
2023-11-27
elf: Relocate libc.so early during startup and dlmopen (bug 31083)
Florian Weimer
1
-0
/
+21
2023-11-21
elf: Remove LD_PROFILE for static binaries
Adhemerval Zanella
1
-3
/
+7
2023-11-21
elf: Ignore LD_PROFILE for setuid binaries
Adhemerval Zanella
1
-0
/
+3
2023-11-21
elf: Add all malloc tunable to unsecvars
Adhemerval Zanella
1
-4
/
+4
2023-11-21
elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
Adhemerval Zanella
1
-1
/
+4
2023-11-16
elf: Handle non-directory name in search path (BZ 31035)
Adhemerval Zanella
1
-0
/
+12
2023-11-13
test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.
Yanzhang Wang
1
-1
/
+1
2023-11-07
elf: Add glibc.mem.decorate_maps tunable
Adhemerval Zanella
1
-1
/
+1
2023-11-07
malloc: Decorate malloc maps
Adhemerval Zanella
1
-0
/
+4
2023-11-07
nptl: Decorate thread stack on pthread_create
Adhemerval Zanella
1
-0
/
+3
2023-10-30
crypt: Remove libcrypt support
Adhemerval Zanella
1
-38
/
+0
2023-08-25
elf: Check that --list-diagnostics output has the expected syntax
Florian Weimer
1
-0
/
+9
2023-06-02
elf: Sort Makefile variables.
Carlos O'Donell
1
-1
/
+1
2023-05-30
elf: Make more functions available for binding during dlclose (bug 30425)
Florian Weimer
1
-0
/
+8
2023-05-29
Fix misspellings in elf/ -- BZ 25337
Paul Pluzhnikov
1
-4
/
+4
2023-05-25
elf: add test for dl-printf
Roy Eldar
1
-0
/
+1
2023-05-25
elf: Add test for locating libraries in root dir (bug 30435)
Qixing ksyx Xue
1
-0
/
+3
2023-05-18
elf: Adjust tests in Makefile.
Carlos O'Donell
1
-10
/
+10
2023-05-16
elf: Reformat Makefile.
Carlos O'Donell
1
-35
/
+35
2023-05-09
dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)
Andreas Schwab
1
-0
/
+11
2023-03-29
Remove --enable-tunables configure option
Adhemerval Zanella Netto
1
-8
/
+1
2023-03-27
elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh
Romain Geissler
1
-1
/
+1
2023-03-27
Remove --with-default-link configure option
Adhemerval Zanella Netto
1
-2
/
+0
2023-03-27
libio: Remove the usage of __libc_IO_vtables
Adhemerval Zanella Netto
1
-15
/
+1
2023-03-10
elf: Add missing dependency between resolvfail and testobj1.so
Arsen Arsenović
1
-0
/
+1
2023-03-10
elf: Add -z lazy to some more tests
Arsen Arsenović
1
-0
/
+19
2023-02-20
elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]
Joan Bruguera
1
-0
/
+14
2023-02-08
elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
Florian Weimer
1
-0
/
+6
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
[next]