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-10-13
malloc: Switch global_max_fast to uint8_t
Florian Weimer
1
-1
/
+1
2022-10-12
Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
Joseph Myers
1
-0
/
+1
2022-10-12
Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
Joseph Myers
1
-0
/
+1
2022-10-10
String: Improve test coverage for memchr
Sunil K Pandey
1
-2
/
+5
2022-10-10
elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
Adhemerval Zanella
10
-5
/
+222
2022-10-10
socket: Use offsetof in SUN_LEN (bug 29578)
Andreas Schwab
1
-1
/
+2
2022-10-10
Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)
Andreas Schwab
10
-124
/
+90
2022-10-08
LoongArch: Fix the condition to use PC-relative addressing in start.S
Xi Ruoyao
3
-12
/
+47
2022-10-07
arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)
Adhemerval Zanella
1
-1
/
+1
2022-10-06
csu: Disable stack protector for static-reloc for static-pie
Adhemerval Zanella
1
-5
/
+11
2022-10-06
NEWS: Fix grammar
Andreas Schwab
1
-1
/
+1
2022-10-06
elf: Simplify output of hwcap subdirectories in ld.so help
Javier Pello
1
-36
/
+7
2022-10-06
elf: Remove _dl_string_hwcap
Javier Pello
10
-83
/
+0
2022-10-06
Add NEWS entry for legacy hwcaps removal
Javier Pello
1
-1
/
+4
2022-10-06
elf: Remove hwcap and bits_hwcap fields from struct cache_entry
Javier Pello
1
-22
/
+6
2022-10-06
elf: Remove hwcap parameter from add_to_cache signature
Javier Pello
3
-16
/
+5
2022-10-06
elf: Remove legacy hwcaps support from ldconfig
Javier Pello
1
-145
/
+10
2022-10-06
elf: Remove legacy hwcaps support from the dynamic loader
Javier Pello
3
-212
/
+10
2022-10-06
x86_64: Remove platform directory library loading test
Javier Pello
3
-64
/
+0
2022-10-06
Update to Unicode 15.0.0 [BZ #29604]
Mike FABIAN
14
-865
/
+1990
2022-10-05
Update kernel version to 6.0 in header constant tests
Joseph Myers
3
-4
/
+4
2022-10-05
x86: Fix -Os build (BZ #29576)
Adhemerval Zanella Netto
1
-0
/
+18
2022-10-05
sunrpc: Suppress GCC -Os warning on user2netname
Adhemerval Zanella Netto
1
-0
/
+6
2022-10-05
rt: Initialize mq_send input on tst-mqueue{5,6}
Adhemerval Zanella Netto
2
-2
/
+2
2022-10-05
posix: Suppress -Os may be used uninitialized warnings on regexec
Adhemerval Zanella Netto
1
-0
/
+6
2022-10-05
posix: Suppress -Os warnings on fnmatch
Adhemerval Zanella Netto
1
-0
/
+31
2022-10-05
locale: prevent maybe-uninitialized errors with -Os [BZ #19444]
Martin Jansa
1
-0
/
+7
2022-10-05
Regenerate sysdeps/mach/hurd/bits/errno.h
Joseph Myers
1
-0
/
+1
2022-10-05
Update syscall lists for Linux 6.0
Joseph Myers
1
-2
/
+2
2022-10-04
nscd: Drop local address tuple variable [BZ #29607]
Siddhesh Poyarekar
1
-3
/
+2
2022-10-04
Use Linux 6.0 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-10-03
x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations
Aurelien Jarno
3
-3
/
+16
2022-10-03
x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation
Aurelien Jarno
3
-2
/
+10
2022-10-03
x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations
Aurelien Jarno
1
-3
/
+9
2022-10-03
x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations
Aurelien Jarno
1
-2
/
+6
2022-10-03
x86-64: Require BMI2 for AVX2 strncmp implementation
Aurelien Jarno
2
-4
/
+7
2022-10-03
x86-64: Require BMI2 for AVX2 strcmp implementation
Aurelien Jarno
2
-3
/
+5
2022-10-03
x86-64: Require BMI2 for AVX2 str(n)casecmp implementations
Aurelien Jarno
2
-8
/
+21
2022-10-03
x86: include BMI1 and BMI2 in x86-64-v3 level
Aurelien Jarno
1
-0
/
+2
2022-10-03
x86: Cleanup pthread_spin_{try}lock.S
Noah Goldstein
2
-12
/
+29
2022-10-03
Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylock
Noah Goldstein
6
-12
/
+151
2022-10-03
x86: Remove .tfloat usage
Adhemerval Zanella
9
-26
/
+47
2022-10-03
nptl: Convert tst-setuid2 to test-driver
Yu Chien Peter Lin
1
-37
/
+15
2022-10-03
support: Add xpthread_cond_signal wrapper
Yu Chien Peter Lin
3
-0
/
+28
2022-10-01
hppa: Fix initialization of dp register [BZ 29635]
John David Anglin
1
-5
/
+19
2022-09-30
Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13
Joseph Myers
2
-1
/
+339
2022-09-30
malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)
Adhemerval Zanella
3
-4
/
+12
2022-09-30
stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)
Adhemerval Zanella
2
-2
/
+2
2022-09-30
LoongArch: Add static PIE support
Xi Ruoyao
3
-3
/
+95
2022-09-28
Benchtest: Add additional benchmarks for strlen and strnlen
Noah Goldstein
2
-7
/
+81
[prev]
[next]