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-15
elf: Fix wrong fscanf usage on tst-pldd
Adhemerval Zanella
1
-4
/
+5
2022-07-14
Apply asm redirections in stdio.h before first use [BZ #27087]
Tulio Magno Quites Machado Filho
5
-68
/
+125
2022-07-14
S390: Define SINGLE_THREAD_BY_GLOBAL only on s390x
Stefan Liebler
1
-0
/
+0
2022-07-13
x86: Add missing rtm tests for strcmp family
Noah Goldstein
6
-2
/
+150
2022-07-13
x86: Remove unneeded rtld-wmemcmp
Noah Goldstein
1
-18
/
+0
2022-07-13
x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.S
Noah Goldstein
2
-219
/
+218
2022-07-13
x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.S
Noah Goldstein
2
-142
/
+138
2022-07-13
x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.S
Noah Goldstein
2
-243
/
+238
2022-07-13
x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.S
Noah Goldstein
6
-183
/
+213
2022-07-13
x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.S
Noah Goldstein
4
-377
/
+366
2022-07-13
x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.S
Noah Goldstein
2
-334
/
+334
2022-07-13
x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.S
Noah Goldstein
5
-155
/
+156
2022-07-13
x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.S
Noah Goldstein
9
-286
/
+306
2022-07-13
x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.S
Noah Goldstein
5
-1792
/
+1766
2022-07-13
x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.S
Noah Goldstein
2
-934
/
+934
2022-07-13
x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.S
Noah Goldstein
11
-2178
/
+2264
2022-07-13
x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCII
Noah Goldstein
2
-6
/
+6
2022-07-13
nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
Adhemerval Zanella
1
-1
/
+1
2022-07-12
x86: Remove __mmask intrinsics in strstr-avx512.c
Noah Goldstein
1
-6
/
+10
2022-07-12
x86: Remove generic strncat, strncpy, and stpncpy implementations
Noah Goldstein
10
-92
/
+56
2022-07-12
i386: Remove -Wa,-mtune=i686
Fangrui Song
1
-10
/
+0
2022-07-08
x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-generic
H.J. Lu
1
-3
/
+0
2022-07-08
elf: Rename tst-audit26 to tst-audit28
Florian Weimer
3
-5
/
+5
2022-07-07
x86-64: Don't mark symbols as hidden in strcmp-XXX.S
H.J. Lu
3
-3
/
+0
2022-07-06
stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.
Tom Honermann
3
-1
/
+1154
2022-07-06
stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.
Tom Honermann
40
-1
/
+360
2022-07-06
gconv: Correct Big5-HKSCS conversion to preserve all state bits. [BZ #25744]
Tom Honermann
2
-8
/
+73
2022-07-06
aarch64: Optimize string functions with shrn instruction
Danila Kutenin
6
-102
/
+59
2022-07-05
test-container: return UNSUPPORTED for ENOSPC on clone()
Xi Ruoyao
1
-31
/
+36
2022-07-05
x86: Add support for building {w}memcmp{eq} with explicit ISA level
Noah Goldstein
20
-661
/
+790
2022-07-05
x86: Add support for building {w}memset{_chk} with explicit ISA level
Noah Goldstein
10
-203
/
+265
2022-07-05
x86: Add support for building {w}memmove{_chk} with explicit ISA level
Noah Goldstein
11
-272
/
+403
2022-07-05
x86: Add support for building str{c|p}{brk|spn} with explicit ISA level
Noah Goldstein
18
-13
/
+247
2022-07-05
x86: Add comment explaining no Slow_SSE4_2 check in ifunc-sse4_2
Noah Goldstein
1
-0
/
+6
2022-07-05
Replace __libc_multiple_threads with __libc_single_threaded
Adhemerval Zanella
22
-61
/
+22
2022-07-05
linux: Add mount_setattr
Adhemerval Zanella
39
-8
/
+91
2022-07-05
linux: Add tst-mount to check for Linux new mount API
Adhemerval Zanella
2
-0
/
+96
2022-07-05
linux: Add open_tree
Adhemerval Zanella
38
-6
/
+51
2022-07-05
linux: Add fspick
Adhemerval Zanella
37
-4
/
+52
2022-07-05
linux: Add fsconfig
Adhemerval Zanella
38
-4
/
+67
2022-07-05
AArch64: Reset HWCAP2_AFP bits in FPCR for default fenv
Tejas Belagod
1
-1
/
+1
2022-07-05
elf: Fix direction of NODELETE log messages during symbol lookup
Florian Weimer
1
-2
/
+2
2022-07-05
malloc: Simplify checked_request2size interface
Florian Weimer
2
-15
/
+18
2022-07-05
stdlib: Simplify buffer management in canonicalize
Florian Weimer
1
-63
/
+50
2022-07-05
localedef: Support building for older C standards
Florian Weimer
1
-9
/
+11
2022-07-05
de_DE: Convert to UTF-8
Florian Weimer
1
-16
/
+16
2022-07-05
locale: localdef input files are now encoded in UTF-8
Florian Weimer
2
-11
/
+137
2022-07-05
locale: Introduce translate_unicode_codepoint into linereader.c
Florian Weimer
1
-82
/
+85
2022-07-05
locale: Fix signed char bug in lr_getc
Florian Weimer
1
-1
/
+1
2022-07-05
locale: Turn ADDC and ADDS into functions in linereader.c
Florian Weimer
1
-99
/
+104
[prev]
[next]