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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for glibc 2.24 release.
glibc-2.24
Carlos O'Donell
2016-08-01
3
-3
/
+7
*
Update libc.pot and NEWS.
Carlos O'Donell
2016-08-01
3
-187
/
+425
*
sparc: remove ceil, floor, trunc sparc specific implementations
Aurelien Jarno
2016-08-02
47
-2245
/
+64
*
CVE-2016-5417 was assigned to bug 19257
Florian Weimer
2016-07-29
1
-0
/
+5
*
Don't compile do_test with -mavx/-mavx/-mavx512
H.J. Lu
2016-07-27
12
-78
/
+204
*
Nios II localplt.data update: remove __eqsf2
Chung-Lin Tang
2016-07-27
2
-1
/
+4
*
powerpc: Fix missing verb and typo in comment about AT_HWCAP entry
Gustavo Romero
2016-07-21
2
-2
/
+7
*
[AArch64] Update libm-test-ulps
Szabolcs Nagy
2016-07-21
2
-4
/
+8
*
S390: Do not clobber r13 with memcpy on 31bit with copies >1MB.
Stefan Liebler
2016-07-20
2
-8
/
+10
*
microblaze: fix variable name collision with syscall macros
Mike Frysinger
2016-07-19
2
-21
/
+28
*
elf/elf.h: Add missing Meta relocations
Will Newton
2016-07-19
2
-0
/
+23
*
i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387
H.J. Lu
2016-07-18
2
-2
/
+13
*
elf: Define missing Meta architecture specific relocations
Khem Raj
2016-07-18
2
-0
/
+64
*
Fix cos computation for multiple precision fallback (bz #20357)
Siddhesh Poyarekar
2016-07-18
4
-2
/
+221
*
Don't install the internal header grp-merge.h
Zack Weinberg
2016-07-18
2
-1
/
+5
*
[AArch64] Regenerate libm-test-ulps
Szabolcs Nagy
2016-07-18
2
-10
/
+14
*
Fix TABDLY value
Samuel Thibault
2016-07-13
2
-1
/
+5
*
Refactor Linux raise implementation (BZ#15368)
Adhemerval Zanella
2016-07-13
4
-50
/
+90
*
Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]
H.J. Lu
2016-07-13
2
-2
/
+7
*
x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348]
H.J. Lu
2016-07-12
2
-0
/
+10
*
Test p{read,write}64 with offset > 4GB
H.J. Lu
2016-07-12
4
-87
/
+148
*
x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]
H.J. Lu
2016-07-12
7
-6
/
+192
*
X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349]
H.J. Lu
2016-07-11
2
-0
/
+9
*
Revert "Add pretty printers for the NPTL lock types"
Siddhesh Poyarekar
2016-07-11
24
-2438
/
+1
*
[AArch64] Add bits/hwcap.h for aarch64 linux
Szabolcs Nagy
2016-07-11
1
-0
/
+34
*
[AArch64] Fix libc internal asm profiling code
Szabolcs Nagy
2016-07-11
3
-2
/
+41
*
Fix LO_HI_LONG definition
Adhemerval Zanella
2016-07-08
5
-102
/
+157
*
Remove __ASSUME_OFF_DIFF_OFF64 definition
Adhemerval Zanella
2016-07-08
10
-9
/
+30
*
Add pretty printers for the NPTL lock types
Martin Galvan
2016-07-08
24
-1
/
+2438
*
tile: only define __ASSUME_ALIGNED_REGISTER_PAIRS for 32-bit
Chris Metcalf
2016-07-08
2
-1
/
+8
*
Define __USE_KERNEL_IPV6_DEFS macro for non-Linux kernels
Aurelien Jarno
2016-07-08
2
-0
/
+7
*
ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).
Aurelien Jarno
2016-07-08
3
-0
/
+20
*
localedata: fix de_LI locale
Aurelien Jarno
2016-07-07
2
-5
/
+10
*
Add test case for bug 20263
Andreas Schwab
2016-07-07
3
-1
/
+117
*
Fix robust mutex daedlock [BZ #20263]
Jiyoung Yun
2016-07-07
2
-2
/
+10
*
Add missing changelog part
Samuel Thibault
2016-07-06
1
-0
/
+2
*
New locale de_LI
Aurelien Jarno
2016-07-06
3
-0
/
+104
*
S390: Use DT_JUMPREL in prelink undo code.
Stefan Liebler
2016-07-06
4
-10
/
+16
*
hppa: Update libm-test-ulps.
John David Anglin
2016-07-06
2
-262
/
+440
*
hurd: Fix PTR_{,DE}MANGLE calls
Samuel Thibault
2016-07-06
4
-0
/
+25
*
Make copies of cstdlib/cmath and use them [BZ #20314]
H.J. Lu
2016-07-05
3
-1
/
+35
*
Bump up tst-malloc-thread-fail timeout from 20 to 30s
Chris Metcalf
2016-07-05
2
-1
/
+5
*
powerpc: Fix return code of strcasecmp for unaligned inputs
Rajalakshmi Srinivasaraghavan
2016-07-05
2
-3
/
+20
*
nptl: Add more coverage in tst-cancel4
Adhemerval Zanella
2016-07-05
4
-24
/
+56
*
m68k: suppress -Wframe-address warning
Andreas Schwab
2016-07-04
2
-0
/
+8
*
localedata: id_ID: Februari instead of Pebruari [BZ #20316]
Gunnar Hjalmarsson
2016-07-03
2
-2
/
+7
*
Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL
Maciej W. Rozycki
2016-07-01
5
-1
/
+29
*
SPARC: fix nearbyint on sNaN input
Aurelien Jarno
2016-07-01
9
-0
/
+24
*
Require binutils 2.24 to build x86-64 glibc [BZ #20139]
H.J. Lu
2016-07-01
30
-105
/
+192
*
Fixed wrong vector sincos/sincosf ABI to have it compatible with
Andrew Senkevich
2016-07-01
33
-39
/
+2587
[next]