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-07-04
libc-symbols.h: remove unused macros
Fangrui Song
1
-169
/
+0
2022-07-04
Fix hurd namespace issues for internal signal functions
Adhemerval Zanella
1
-3
/
+3
2022-07-04
argp: Remove old includes in !_LIBC case
Guilherme Janczak
1
-5
/
+0
2022-07-04
Use GCC 12 branch in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-06-30
Refactor internal-signals.h
Adhemerval Zanella
18
-93
/
+179
2022-06-30
riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVE
Kito Cheng
1
-1
/
+4
2022-06-30
AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunable
Tejas Belagod
2
-1
/
+10
2022-06-30
linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)
Adhemerval Zanella
1
-1
/
+1
2022-06-29
x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S
Noah Goldstein
1
-3
/
+5
2022-06-29
x86: Add missing IS_IN (libc) check to strcspn-sse4.c
Noah Goldstein
2
-19
/
+25
2022-06-29
x86: Add missing IS_IN (libc) check to memmove-ssse3.S
Noah Goldstein
1
-15
/
+43
2022-06-29
x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN arguments
H.J. Lu
1
-48
/
+51
2022-06-29
x86-64: Small improvements to dl-trampoline.S
Noah Goldstein
2
-56
/
+61
2022-06-29
x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file
Noah Goldstein
3
-50
/
+73
2022-06-29
x86: Move and slightly improve memset_erms
Noah Goldstein
3
-31
/
+45
2022-06-29
x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl list
Noah Goldstein
1
-0
/
+4
2022-06-30
linux: Remove unnecessary nice.c and signal.c
Arjun Shankar
2
-4
/
+0
2022-06-29
nptl: Remove unused members from struct pthread
Adhemerval Zanella
1
-7
/
+0
2022-06-29
Linux: Forward declaration of struct iovec for process_madvise
Florian Weimer
1
-5
/
+2
2022-06-28
x86: Add more feature definitions to isa-level.h
Noah Goldstein
1
-0
/
+15
2022-06-28
elf: Fix -DNDEBUG warning in _dl_start_args_adjust
Florian Weimer
1
-1
/
+1
2022-06-28
elf: Fix compile error with -Werror and -DNDEBUG
Yang Yanchao
1
-1
/
+2
2022-06-27
x86-64: Only define used SSE/AVX/AVX512 run-time resolvers
H.J. Lu
3
-30
/
+41
2022-06-27
x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.h
H.J. Lu
2
-27
/
+24
2022-06-27
x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.h
Noah Goldstein
3
-26
/
+34
2022-06-27
x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.c
Noah Goldstein
3
-6
/
+6
2022-06-27
x86: Remove unused file wmemcmp-sse4
Noah Goldstein
1
-4
/
+0
2022-06-27
x86: Put wcs{n}len-sse4.1 in the sse4.1 text section
Noah Goldstein
3
-1
/
+7
2022-06-27
x86: Align entry for memrchr to 64-bytes.
Noah Goldstein
1
-1
/
+1
2022-06-26
Makerules: Remove no-op -Wl,-d when linking libc_pic.os
Fangrui Song
1
-6
/
+2
2022-06-25
m68k: optimize RTLD_START
Andreas Schwab
1
-4
/
+2
2022-06-24
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
7
-4
/
+42
2022-06-24
linux: Add move_mount
Adhemerval Zanella
38
-5
/
+59
2022-06-24
linux: Add fsmount
Adhemerval Zanella
38
-5
/
+63
2022-06-24
linux: Add fsopen
Adhemerval Zanella
39
-0
/
+112
2022-06-24
resolv/tst-resolv-noaaaa: Support building for older C standards
Florian Weimer
1
-5
/
+9
2022-06-24
resolv: Implement no-aaaa stub resolver option
Florian Weimer
12
-12
/
+785
2022-06-24
support: Change non-address output format of support_format_dns_packet
Florian Weimer
2
-9
/
+17
2022-06-23
riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVE
Kito Cheng
1
-9
/
+9
2022-06-23
x86: Remove faulty sanity tests for RTLD build with no multiarch
Noah Goldstein
1
-10
/
+0
2022-06-23
stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
Noah Goldstein
1
-4
/
+4
2022-06-22
x86: Replace all sse instructions with vex equivilent in avx+ files
Noah Goldstein
75
-158
/
+158
2022-06-22
x86: Add support for compiling {raw|w}memchr with high ISA level
Noah Goldstein
17
-602
/
+718
2022-06-22
x86: Add defines / utilities for making ISA specific x86 builds
Noah Goldstein
5
-13
/
+229
2022-06-22
stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]
Noah Goldstein
3
-5
/
+21
2022-06-22
stdlib: Remove trailing whitespace from Makefile
Noah Goldstein
1
-1
/
+1
2022-06-22
debug: make __read_chk a cancellation point (bug 29274)
Andreas Schwab
3
-10
/
+57
2022-06-21
s390: use LC_ALL=C for readelf call
Sam James
2
-2
/
+2
2022-06-21
s390: use $READELF
Sam James
2
-2
/
+2
2022-06-17
i386: Fix include paths for strspn, strcspn, and strpbrk
Noah Goldstein
3
-6
/
+6
[prev]
[next]