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
2022-05-25
Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
Arjun Shankar
8
-49
/
+498
2022-05-24
Use Linux 5.18 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-05-24
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
Florian Weimer
1
-18
/
+3
2022-05-24
stdio-common: Move union printf_arg int <printf.h>
Florian Weimer
2
-23
/
+21
2022-05-24
stdio-common: Add printf specifier registry to <printf.h>
Florian Weimer
5
-14
/
+9
2022-05-23
elf/dl-reloc.c: Copyright The GNU Toolchain Authors
Fangrui Song
1
-0
/
+1
2022-05-23
benchtests: Improve bench-strnlen.c
Noah Goldstein
1
-25
/
+52
2022-05-23
math: Add math-use-builtins-fabs (BZ#29027)
Adhemerval Zanella
12
-208
/
+29
2022-05-23
linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.h
Adhemerval Zanella
1
-0
/
+4
2022-05-23
Revert "[ARM][BZ #17711] Fix extern protected data handling"
Fangrui Song
2
-28
/
+3
2022-05-23
Revert "[AArch64][BZ #17711] Fix extern protected data handling"
Fangrui Song
2
-28
/
+6
2022-05-23
elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
Nicholas Guriev
1
-22
/
+34
2022-05-23
dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNU
Fangrui Song
1
-12
/
+10
2022-05-23
elf: Optimize _dl_new_hash in dl-new-hash.h
Noah Goldstein
5
-13
/
+144
2022-05-23
nss: Optimize nss_hash in nss_hash.c
Noah Goldstein
1
-37
/
+42
2022-05-23
benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
Noah Goldstein
7
-8
/
+335
2022-05-23
nss: Add tests for the nss_hash in nss_hash.h
Noah Goldstein
4
-0
/
+124
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-23
locale: Add more cached data to LC_CTYPE
Florian Weimer
5
-24
/
+117
2022-05-23
locale: Remove private union from struct __locale_data
Florian Weimer
18
-81
/
+74
2022-05-23
locale: Remove cleanup function pointer from struct __localedata
Florian Weimer
9
-31
/
+27
2022-05-23
locale: Call _nl_unload_locale from _nl_archive_subfreeres
Florian Weimer
1
-7
/
+1
2022-05-23
stdio-common: Add tst-memstream-string for open_memstream overflow
Florian Weimer
2
-0
/
+80
2022-05-23
__printf_fphex always uses LC_NUMERIC
Florian Weimer
1
-19
/
+11
2022-05-23
vfprintf: Consolidate some multibyte/wide character processing
Florian Weimer
1
-87
/
+43
2022-05-23
vfprintf: Move argument processing into vfprintf-process-arg.c
Florian Weimer
2
-499
/
+517
2022-05-23
stdio-common: Add tst-vfprintf-width-i18n to cover numeric field width
Florian Weimer
2
-0
/
+98
2022-05-23
string.h: fix __fortified_attr_access macro call [BZ #29162]
Sergei Trofimovich
1
-1
/
+1
2022-05-18
Enable DT_RELR in glibc shared libraries and PIEs automatically
H.J. Lu
3
-1
/
+18
2022-05-18
S390: Enable static PIE
Stefan Liebler
3
-0
/
+242
2022-05-17
linux: Add tst-pidfd.c
Adhemerval Zanella
2
-0
/
+173
2022-05-17
linux: Add P_PIDFD
Adhemerval Zanella
4
-7
/
+28
2022-05-17
linux: Add pidfd_send_signal
Adhemerval Zanella
37
-3
/
+46
2022-05-17
linux: Add pidfd_getfd
Adhemerval Zanella
38
-3
/
+47
2022-05-17
linux: Add pidfd_open
Adhemerval Zanella
39
-1
/
+133
2022-05-17
aarch64: Move ld.so _start to separate file and drop _dl_skip_args
Szabolcs Nagy
3
-75
/
+56
2022-05-17
linux: Add a getauxval test [BZ #23293]
Szabolcs Nagy
2
-0
/
+75
2022-05-17
rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const
Szabolcs Nagy
12
-153
/
+5
2022-05-17
rtld: Use generic argv adjustment in ld.so [BZ #23293]
Szabolcs Nagy
2
-30
/
+73
2022-05-16
scripts/glibcelf.py: Add *T_RISCV_* constants
Florian Weimer
1
-0
/
+12
2022-05-16
Remove dl-librecon.h header.
Adhemerval Zanella
7
-116
/
+4
2022-05-16
elf: Remove ldconfig kernel version check
Adhemerval Zanella
14
-207
/
+91
2022-05-16
Remove kernel version check
Adhemerval Zanella
17
-309
/
+33
2022-05-16
linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)
Adhemerval Zanella
1
-32
/
+4
2022-05-16
csu: Implement and use _dl_early_allocate during static startup
Florian Weimer
7
-10
/
+202
2022-05-16
Linux: Introduce __brk_call for invoking the brk system call
Florian Weimer
5
-78
/
+71
2022-05-16
sys/cdefs.h: Do not require C++ compilers to define __STDC__
Jonathan Wakely
1
-2
/
+2
2022-05-16
fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
Siddhesh Poyarekar
1
-1
/
+1
2022-05-16
Update RISC-V specific ELF definitions
Andreas Schwab
1
-0
/
+15
[prev]
[next]