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
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix waitid namespace (bug 21561).
Joseph Myers
2017-06-09
1
-4
/
+6
*
Update nios2, sparc32 localplt.data files for recent GCC change.
Joseph Myers
2017-06-09
2
-4
/
+5
*
x86-64: Correct comments in ifunc-impl-list.c
H.J. Lu
2017-06-09
1
-6
/
+6
*
x86-64: Optimize strrchr/wcsrchr with AVX2
H.J. Lu
2017-06-09
8
-0
/
+368
*
x86-64: Optimize memrchr with AVX2
H.J. Lu
2017-06-09
5
-0
/
+424
*
x86-64: Optimize strchr/strchrnul/wcschr with AVX2
H.J. Lu
2017-06-09
12
-58
/
+492
*
x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
H.J. Lu
2017-06-09
13
-1
/
+621
*
x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
H.J. Lu
2017-06-09
13
-25
/
+620
*
aarch64: Fix undefined behavior in _dl_procinfo
Siddhesh Poyarekar
2017-06-09
1
-3
/
+3
*
ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]
H.J. Lu
2017-06-08
2
-1
/
+5
*
Remove __need macros from stdio.h and wchar.h.
Zack Weinberg
2017-06-08
2
-6
/
+8
*
x86-64: Rename wmemset.h to ifunc-wmemset.h
H.J. Lu
2017-06-07
4
-4
/
+4
*
float128: Add strfromf128
Gabriel F. T. Gomes
2017-06-07
3
-1
/
+31
*
Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro
Gabriel F. T. Gomes
2017-06-07
2
-85
/
+107
*
float128: Add conversion from float128 to mpn
Gabriel F. T. Gomes
2017-06-07
4
-1
/
+27
*
x86-64: Fold ifunc-sse4_1.h into wcsnlen.c
H.J. Lu
2017-06-07
2
-35
/
+15
*
Remove check for NULL buffer passed to `ptsname_r'
Arjun Shankar
2017-06-07
1
-6
/
+0
*
Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c
Arjun Shankar
2017-06-07
1
-4
/
+3
*
aarch64: Add hwcap string routines
Siddhesh Poyarekar
2017-06-07
2
-8
/
+65
*
Make LD_HWCAP_MASK usable for static binaries
Siddhesh Poyarekar
2017-06-07
2
-6
/
+4
*
aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK
Siddhesh Poyarekar
2017-06-07
2
-4
/
+50
*
tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask
Siddhesh Poyarekar
2017-06-07
3
-1
/
+9
*
Add include guards to dl-procinfo.h
Siddhesh Poyarekar
2017-06-07
2
-0
/
+6
*
x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S
H.J. Lu
2017-06-06
7
-8
/
+88
*
S390: Use generic spinlock code.
Stefan Liebler
2017-06-06
4
-115
/
+0
*
Optimize generic spinlock code and use C11 like atomic macros.
Stefan Liebler
2017-06-06
29
-167
/
+57
*
x86: Don't use dl_x86_cpu_features in cacheinfo.c
H.J. Lu
2017-06-05
1
-15
/
+22
*
x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
H.J. Lu
2017-06-05
7
-3
/
+466
*
x86-64: Optimize wmemset with SSE2/AVX2/AVX512
H.J. Lu
2017-06-05
13
-9
/
+250
*
x86: Add macros to implement ifunce selection in C
H.J. Lu
2017-06-05
1
-0
/
+40
*
x86-64: Update strlen.S to support wcslen/wcsnlen
H.J. Lu
2017-06-05
2
-21
/
+47
*
x86_64: Remove redundant REX bytes from memrchr.S
H.J. Lu
2017-06-05
1
-19
/
+17
*
x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2
H.J. Lu
2017-06-05
2
-1
/
+5
*
Define SIG_HOLD for XPG4 (bug 21538).
Joseph Myers
2017-06-05
6
-6
/
+6
*
Fix struct sigaltstack namespace (bug 21517).
Joseph Myers
2017-06-05
12
-16
/
+16
*
Regenerate sysdeps/gnu/errlist.c.
Zack Weinberg
2017-06-04
1
-45
/
+37
*
getaddrinfo: Eliminate another strdup call
Florian Weimer
2017-06-03
1
-1
/
+1
*
x86: Update __x86_shared_non_temporal_threshold
H.J. Lu
2017-06-02
1
-2
/
+4
*
getaddrinfo: Fix localplt failure involving strdup
Florian Weimer
2017-06-02
1
-4
/
+11
*
getaddrinfo: Always allocate canonical name on the heap
Florian Weimer
2017-06-02
1
-67
/
+42
*
Add shim header for bits/syscall.h.
Zack Weinberg
2017-06-01
1
-0
/
+3
*
Fix more namespace issues in sys/ucontext.h (bug 21457).
Joseph Myers
2017-06-01
12
-178
/
+318
*
Avoid tickling a linker bug from microblaze pt-vfork.S.
Zack Weinberg
2017-06-01
3
-2
/
+50
*
posix: Implement preadv2 and pwritev2
Adhemerval Zanella
2017-05-31
43
-0
/
+499
*
Delay initialization of CPU features struct in static binaries
Siddhesh Poyarekar
2017-05-31
2
-36
/
+10
*
Add reallocarray function
Dennis Wölfing
2017-05-30
28
-0
/
+56
*
x86_64: Remove redundant REX bytes from memchr.S
H.J. Lu
2017-05-30
1
-14
/
+14
*
m68k: handle default PIE
Andreas Schwab
2017-05-29
1
-0
/
+4
*
float128: Add wrappers to override ldbl-128 as float128.
Paul E. Murphy
2017-05-25
86
-0
/
+646
*
aarch64: Thunderx specific memcpy and memmove
Steve Ellcey
2017-05-24
8
-10
/
+540
[next]