GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations
Aurelien Jarno
2022-10-15
2
-3
/
+15
*
x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation
Aurelien Jarno
2022-10-15
2
-2
/
+9
*
x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations
Aurelien Jarno
2022-10-15
1
-3
/
+9
*
x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations
Aurelien Jarno
2022-10-15
1
-2
/
+6
*
x86-64: Require BMI2 for AVX2 strncmp implementation
Aurelien Jarno
2022-10-15
2
-4
/
+7
*
x86-64: Require BMI2 for AVX2 strcmp implementation
Aurelien Jarno
2022-10-15
2
-3
/
+5
*
x86-64: Require BMI2 for AVX2 str(n)casecmp implementations
Aurelien Jarno
2022-10-15
2
-8
/
+21
*
x86: include BMI1 and BMI2 in x86-64-v3 level
Aurelien Jarno
2022-10-15
1
-0
/
+2
*
hppa: undef __ASSUME_SET_ROBUST_LIST
John David Anglin
2022-10-01
1
-0
/
+3
*
hppa: Fix initialization of dp register [BZ 29635]
John David Anglin
2022-10-01
1
-5
/
+19
*
nptl: Add backoff mechanism to spinlock loop
Wangyang Guo
2022-10-01
3
-0
/
+75
*
sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h
Noah Goldstein
2022-10-01
1
-0
/
+42
*
elf: Rename _dl_sort_maps parameter from skip to force_first
Florian Weimer
2022-10-01
1
-2
/
+4
*
m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
gentoo/glibc-2.35-11
Adhemerval Zanella
2022-09-09
4
-2
/
+59
*
Revert "m68k: Enforce 4-byte alignment on internal locks (BZ #29537)"
Andreas K. Hüttel
2022-09-09
1
-1
/
+1
*
m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
gentoo/glibc-2.35-10
Adhemerval Zanella
2022-09-03
1
-1
/
+1
*
socket: Check lengths before advancing pointer in CMSG_NXTHDR
Arjun Shankar
2022-09-03
3
-22
/
+94
*
alpha: Fix generic brk system call emulation in __brk_call (bug 29490)
Florian Weimer
2022-09-03
1
-4
/
+3
*
Update syscall lists for Linux 5.19
Joseph Myers
2022-09-03
3
-2
/
+4
*
riscv: Update rv64 libm test ulps
Darius Rad
2022-09-03
1
-1
/
+1
*
Update syscall-names.list for Linux 5.18
Joseph Myers
2022-09-03
1
-2
/
+2
*
x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S
Noah Goldstein
2022-09-03
1
-3
/
+5
*
x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file
Noah Goldstein
2022-09-03
3
-50
/
+73
*
x86: Move and slightly improve memset_erms
Noah Goldstein
2022-09-03
3
-31
/
+45
*
x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl list
Noah Goldstein
2022-09-03
1
-0
/
+4
*
x86: Put wcs{n}len-sse4.1 in the sse4.1 text section
Noah Goldstein
2022-09-03
3
-1
/
+7
*
x86: Align entry for memrchr to 64-bytes.
Noah Goldstein
2022-09-03
1
-1
/
+1
*
x86: Add BMI1/BMI2 checks for ISA_V3 check
Noah Goldstein
2022-09-03
1
-1
/
+2
*
x86: Cleanup bounds checking in large memcpy case
Noah Goldstein
2022-09-03
1
-8
/
+21
*
x86: Add bounds `x86_non_temporal_threshold`
Noah Goldstein
2022-09-03
1
-1
/
+7
*
x86: Add sse42 implementation to strcmp's ifunc
Noah Goldstein
2022-09-03
1
-0
/
+5
*
x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
Noah Goldstein
2022-09-03
1
-12
/
+12
*
x86: Align varshift table to 32-bytes
Noah Goldstein
2022-09-03
2
-3
/
+5
*
x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactions
Noah Goldstein
2022-09-03
1
-3
/
+3
*
x86: Shrink code size of memchr-evex.S
Noah Goldstein
2022-09-03
1
-21
/
+25
*
x86: Shrink code size of memchr-avx2.S
Noah Goldstein
2022-09-03
2
-50
/
+60
*
x86: Optimize memrchr-avx2.S
Noah Goldstein
2022-09-03
2
-278
/
+257
*
x86: Optimize memrchr-evex.S
Noah Goldstein
2022-09-03
1
-271
/
+268
*
x86: Optimize memrchr-sse2.S
Noah Goldstein
2022-09-03
1
-321
/
+292
*
x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
Noah Goldstein
2022-09-03
2
-0
/
+19
*
x86: Create header for VEC classes in x86 strings library
Noah Goldstein
2022-09-03
7
-0
/
+327
*
x86_64: Add strstr function with 512-bit EVEX
Raghuveer Devulapalli
2022-09-03
4
-4
/
+246
*
x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
H.J. Lu
2022-09-03
1
-2
/
+4
*
x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlen
Sunil K Pandey
2022-09-03
7
-0
/
+346
*
x86_64: Remove bzero optimization
Adhemerval Zanella
2022-09-03
11
-235
/
+2
*
linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)
gentoo/glibc-2.35-9
Adhemerval Zanella
2022-07-05
1
-1
/
+1
*
nios2: Remove _dl_skip_args usage (BZ# 29187)
Adhemerval Zanella
2022-07-05
1
-40
/
+10
*
hppa: Remove _dl_skip_args usage (BZ# 29165)
Adhemerval Zanella
2022-07-05
1
-22
/
+14
*
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
2022-07-05
2
-0
/
+83
*
powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]
Matheus Castanho
2022-07-05
1
-2
/
+2
[next]