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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
x86: Check PT_GNU_PROPERTY early
H.J. Lu
1
-40
/
+80
2023-12-11
sysdeps/x86/Makefile: Split and sort tests
H.J. Lu
1
-32
/
+78
2023-12-08
elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startup
Florian Weimer
1
-3
/
+3
2023-12-07
Move CVE information into advisories directory
Siddhesh Poyarekar
7
-18
/
+125
2023-12-07
powerpc: Optimized strcmp for power10
Amrita H S
5
-1
/
+240
2023-12-07
elf: Fix wrong break removal from 8ee878592c
Adhemerval Zanella
1
-0
/
+1
2023-12-07
localedata: Convert day names in nn_NO locale to UTF-8
Mike FABIAN
1
-2
/
+2
2023-12-07
localedata: Remove trailing whitespace in weekday names in nn_NO locale
Mike FABIAN
1
-7
/
+7
2023-12-05
elf: Refactor process_envvars
Adhemerval Zanella
1
-48
/
+84
2023-12-05
elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
Adhemerval Zanella
3
-4
/
+10
2023-12-05
elf: Ignore loader debug env vars for setuid
Adhemerval Zanella
3
-8
/
+20
2023-12-05
Adapt the security policy for the security page
Siddhesh Poyarekar
1
-47
/
+14
2023-12-05
aarch64: correct CFI in rawmemchr (bug 31113)
Andreas Schwab
1
-1
/
+1
2023-12-04
math: Add new exp10 implementation
Joe Ramsay
3
-22
/
+133
2023-12-04
aarch64: fix tested ifunc variants
Szabolcs Nagy
1
-3
/
+3
2023-12-04
stdlib: Fix array bounds protection in insertion sort phase of qsort
Florian Weimer
3
-1
/
+62
2023-12-03
Revert "Update code to handle the new ABI for sending inlined port rights."
Samuel Thibault
2
-33
/
+5
2023-12-03
Revert "hurd: Fix build"
Samuel Thibault
1
-1
/
+1
2023-12-03
hurd: Fix build
Samuel Thibault
1
-1
/
+1
2023-12-03
Update code to handle the new ABI for sending inlined port rights.
Flavio Cruz
2
-5
/
+33
2023-12-02
hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls
Samuel Thibault
1
-0
/
+2
2023-11-30
linux: Make fdopendir fail with O_PATH (BZ 30373)
Adhemerval Zanella
3
-1
/
+56
2023-11-30
Avoid padding in _init and _fini. [BZ #31042]
Stefan Liebler
2
-3
/
+1
2023-11-29
aarch64: Improve special-case handling in AdvSIMD double-precision libmvec routines
Joe Ramsay
1
-1
/
+7
2023-11-29
malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
Adhemerval Zanella
1
-3
/
+10
2023-11-29
elf: Add a way to check if tunable is set (BZ 27069)
Adhemerval Zanella
6
-2
/
+73
2023-11-28
x86: Only align destination to 1x VEC_SIZE in memset 4x loop
Noah Goldstein
1
-1
/
+1
2023-11-28
elf: Fix TLS modid reuse generation assignment (BZ 29039)
Hector Martin
1
-0
/
+1
2023-11-28
Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.
Tobias Klauser
1
-1
/
+2
2023-11-27
elf: Relocate libc.so early during startup and dlmopen (bug 31083)
Florian Weimer
7
-2
/
+118
2023-11-27
elf: Introduce the _dl_open_relocate_one_object function
Florian Weimer
1
-39
/
+47
2023-11-27
elf: In _dl_relocate_object, skip processing if object is relocated
Florian Weimer
1
-3
/
+3
2023-11-23
Remove __access_noerrno
Joseph Myers
9
-71
/
+5
2023-11-22
malloc: Use __get_nprocs on arena_get2 (BZ 30945)
Adhemerval Zanella
5
-18
/
+2
2023-11-22
aarch64: Fix libmvec benchmarks
Joe Ramsay
2
-46
/
+78
2023-11-22
posix: Revert the removal of the crypt prototype from <unistd.h>
Florian Weimer
2
-1
/
+17
2023-11-21
elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secure
Adhemerval Zanella
1
-1
/
+8
2023-11-21
elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
Adhemerval Zanella
1
-16
/
+16
2023-11-21
elf: Remove any_debug from dl_main_state
Adhemerval Zanella
2
-6
/
+1
2023-11-21
elf: Remove LD_PROFILE for static binaries
Adhemerval Zanella
39
-109
/
+165
2023-11-21
elf: Ignore LD_PROFILE for setuid binaries
Adhemerval Zanella
3
-6
/
+17
2023-11-21
s390: Use dl-symbol-redir-ifunc.h on cpu-tunables
Adhemerval Zanella
2
-15
/
+17
2023-11-21
x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
Adhemerval Zanella
4
-55
/
+32
2023-11-21
elf: Emit warning if tunable is ill-formatted
Adhemerval Zanella
1
-0
/
+6
2023-11-21
elf: Fix _dl_debug_vdprintf to work before self-relocation
Adhemerval Zanella
4
-2
/
+48
2023-11-21
elf: Do not parse ill-formatted strings
Adhemerval Zanella
2
-16
/
+45
2023-11-21
elf: Do not process invalid tunable format
Adhemerval Zanella
2
-7
/
+21
2023-11-21
elf: Add all malloc tunable to unsecvars
Adhemerval Zanella
4
-56
/
+84
2023-11-21
elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
Adhemerval Zanella
9
-161
/
+299
2023-11-21
elf: Add GLIBC_TUNABLES to unsecvars
Adhemerval Zanella
2
-28
/
+5
[prev]
[next]