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-04-09
string: Replace outdated comments in strlen().
Ricardo Bittencourt
1
-11
/
+5
2022-04-07
S390: Fix elf/tst-audit25[ab]
Stefan Liebler
1
-1
/
+2
2022-04-07
sparc64: Remove fcopysign{f} implementation
Adhemerval Zanella
7
-135
/
+6
2022-04-07
alpha: Remove fcopysign{f} implementation
Adhemerval Zanella
2
-60
/
+0
2022-04-07
math: Use builtin for ldbl-96 copysign
Adhemerval Zanella
1
-7
/
+3
2022-04-07
ia64: Remove fcopysign{f} implementation
Adhemerval Zanella
3
-39
/
+0
2022-04-07
x86: Remove fcopysign{f} implementation
Adhemerval Zanella
6
-175
/
+0
2022-04-07
powerpc: Remove fcopysign{f} implementation
Adhemerval Zanella
4
-174
/
+0
2022-04-07
Add rif_MA locale [BZ #27781]
Ilyahoo Proshel
5
-0
/
+182
2022-04-06
tests/string: Drop simple/stupid/builtin tests
Siddhesh Poyarekar
25
-230
/
+43
2022-04-06
test-memcpy: Actually reverse source and destination
Siddhesh Poyarekar
1
-22
/
+24
2022-04-05
benchtests: Only build libmvec benchmarks iff $(build-mathvec) is set
Adhemerval Zanella
1
-1
/
+1
2022-04-05
linux: Fix __closefrom_fallback iterates until max int (BZ#28993)
Adhemerval Zanella
1
-5
/
+6
2022-04-04
Remove -z combreloc and HAVE_Z_COMBRELOC
Fangrui Song
16
-256
/
+30
2022-04-04
sparc: Remove s_abs implementations
Adhemerval Zanella
6
-74
/
+2
2022-04-04
ia64: Remove fabs implementations
Adhemerval Zanella
2
-164
/
+0
2022-04-04
x86: Remove fabs{f} implementation
Adhemerval Zanella
4
-74
/
+0
2022-04-04
alpha: Remove s_abs implementations
Adhemerval Zanella
2
-55
/
+0
2022-04-04
Allow for unpriviledged nested containers
DJ Delorie
7
-33
/
+153
2022-04-01
Increase the test timeout of some string tests
Szabolcs Nagy
2
-0
/
+2
2022-03-31
realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
Siddhesh Poyarekar
2
-5
/
+8
2022-03-31
stdlib: Fix tst-getrandom memcmp call
Adhemerval Zanella
1
-1
/
+1
2022-03-31
stdlib: Fix tst-rand48.c printf types
Adhemerval Zanella
1
-3
/
+3
2022-03-31
elf: Remove unused functions from tst-audit25(a,b)
Adhemerval Zanella
2
-16
/
+0
2022-03-31
nptl: Use libc-diag.h with tst-thread-setspecific
Adhemerval Zanella
1
-7
/
+8
2022-03-31
crypt: Remove unused variable on cert test
Adhemerval Zanella
1
-2
/
+1
2022-03-31
elf: Remove unused variables in tests
Adhemerval Zanella
3
-6
/
+0
2022-03-31
elf: Fix wrong fscanf usage on tst-pldd
Adhemerval Zanella
1
-1
/
+2
2022-03-31
posix: Remove unused variable on tst-_Fork.c
Adhemerval Zanella
1
-1
/
+0
2022-03-31
resolv: Initialize loop variable on tst-resolv-trailing
Adhemerval Zanella
1
-1
/
+1
2022-03-31
locale: Remove set but unused variable on ld-collate.c
Adhemerval Zanella
1
-8
/
+1
2022-03-31
localedate: Fix printf type on tst_mbrtowc
Adhemerval Zanella
1
-1
/
+1
2022-03-31
localedata: Remove unused variables in tests
Adhemerval Zanella
6
-12
/
+0
2022-03-28
x86: Small improvements for wcslen
Noah Goldstein
1
-45
/
+41
2022-03-28
x86: Small improvements for wcscpy-ssse3
Noah Goldstein
1
-97
/
+97
2022-03-28
debug: Improve fdelt_chk error message
Cristian RodrÃguez
1
-1
/
+2
2022-03-28
Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h
Joseph Myers
1
-0
/
+2
2022-03-25
x86: Remove AVX str{n}casecmp
Noah Goldstein
6
-197
/
+105
2022-03-25
x86: Add EVEX optimized str{n}casecmp
Noah Goldstein
6
-40
/
+321
2022-03-25
x86: Add AVX2 optimized str{n}casecmp
Noah Goldstein
8
-31
/
+331
2022-03-25
string: Expand page cross test cases in test-strncmp.c
Noah Goldstein
1
-1
/
+26
2022-03-25
string: Expand page cross test cases in test-strcmp.c
Noah Goldstein
1
-1
/
+14
2022-03-25
x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
Noah Goldstein
1
-48
/
+35
2022-03-25
x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
Noah Goldstein
1
-35
/
+29
2022-03-25
string: Expand page cross tests in test-strncasecmp.c
Noah Goldstein
1
-12
/
+154
2022-03-25
string: Expand page cross tests in test-strcasecmp.c
Noah Goldstein
1
-12
/
+100
2022-03-25
benchtests: Use json-lib in bench-strncasecmp.c
Noah Goldstein
1
-44
/
+69
2022-03-25
benchtests: Use json-lib in bench-strcasecmp.c
Noah Goldstein
1
-26
/
+51
2022-03-25
x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
Noah Goldstein
2
-1
/
+16
2022-03-25
x86: Remove strspn-sse2.S and use the generic implementation
Noah Goldstein
2
-116
/
+4
[prev]
[next]