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
/
ports
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
10
-0
/
+31
*
hppa: Cleanup libm-test-ulps.
Carlos O'Donell
2013-05-15
2
-420
/
+3
*
hppa: Update libm-test-ulps
Carlos O'Donell
2013-05-15
2
-15
/
+4168
*
hppa: Fix _FPU_GETCW and _FPU_SETCW.
Carlos O'Donell
2013-05-15
2
-2
/
+9
*
Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908).
Joseph Myers
2013-05-14
4
-13
/
+11
*
ARM: Make multiarch memcpy always use NEON when compiler does
Roland McGrath
2013-05-13
5
-11
/
+43
*
[AArch64] Fix out of range branch from ioctl() and clone()
Marcus Shawcroft
2013-05-12
3
-4
/
+11
*
ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.
Will Newton
2013-05-08
10
-0
/
+866
*
ARM: Rewrite elf_machine_dynamic in pure C.
Roland McGrath
2013-05-07
2
-21
/
+9
*
ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code.
Roland McGrath
2013-05-06
2
-0
/
+5
*
ARM: Macroize assembly use of EABI unwind directives.
Roland McGrath
2013-04-19
3
-15
/
+31
*
MicroBlaze Port
David Holsgrove
2013-04-18
101
-0
/
+12503
*
m68k: update libm test ULPs
Andreas Schwab
2013-04-11
2
-4
/
+3600
*
New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
Thomas Schwinge
2013-04-02
17
-0
/
+121
*
ARM: fix preconfigure.
Mans Rullgard
2013-03-26
3
-2
/
+7
*
Use LIBC_CONFIG_VAR for MIPS default-abi setting.
Joseph Myers
2013-03-21
4
-5
/
+11
*
Use LIBC_CONFIG_VAR for ARM default-abi setting.
Joseph Myers
2013-03-20
4
-7
/
+14
*
aarch64: Move rtld link to /lib
Andreas Schwab
2013-03-19
3
-0
/
+8
*
ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...
Roland McGrath
2013-03-18
3
-9
/
+38
*
Better distinguish between NaN/qNaN/sNaN.
Thomas Schwinge
2013-03-15
1
-8
/
+8
*
Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.
Thomas Schwinge
2013-03-15
2
-1
/
+5
*
ARM: sfi_sp assembler macro
Roland McGrath
2013-03-15
3
-1
/
+9
*
ARM: sfi_breg assembler macro
Roland McGrath
2013-03-15
18
-189
/
+404
*
aarch64: use lib64 as default lib and slib directory
Andreas Schwab
2013-03-14
3
-0
/
+31
*
ARM_BX_ALIGN_LOG2
Roland McGrath
2013-03-13
4
-12
/
+63
*
ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.
Roland McGrath
2013-03-13
2
-0
/
+9
*
ARM: Support avoiding pc as destination register.
Roland McGrath
2013-03-13
4
-2
/
+67
*
ARM: Make armv6t2 memchr implementation usable without Thumb.
Roland McGrath
2013-03-12
2
-2
/
+26
*
ARM: Change register allocation in armv6t2 memchr implementation.
Roland McGrath
2013-03-12
2
-15
/
+20
*
ia64: fix set-but-unused warnings with syscalls
Mike Frysinger
2013-03-12
2
-2
/
+11
*
ia64: fix strict aliasing warnings with libm error
Mike Frysinger
2013-03-12
2
-58
/
+81
*
ia64: fix strict aliasing warnings with func descriptors
Mike Frysinger
2013-03-12
5
-13
/
+34
*
Add comments about ARM configure -fno-unwind-tables handling.
Joseph Myers
2013-03-11
5
-0
/
+21
*
ARM: Consolidate setjmp details in include/bits/setjmp.h file.
Roland McGrath
2013-03-11
6
-10
/
+28
*
ARM: Convert string/ assembly to unified syntax.
Roland McGrath
2013-03-11
5
-40
/
+53
*
ARM: Use r10 instead of r9.
Roland McGrath
2013-03-11
3
-18
/
+21
*
AM33: Use <bits/mman.h>
Andreas Jaeger
2013-03-11
2
-61
/
+7
*
Use <bits/mman.h> on ia64
Andreas Jaeger
2013-03-11
2
-74
/
+7
*
Clean up ARM preconfigure.
Roland McGrath
2013-03-11
3
-46
/
+109
*
Remove extra pthread_atfork compat symbols
Andreas Schwab
2013-03-11
10
-6
/
+28
*
ia64: makecontext: fix signed warnings
Mike Frysinger
2013-03-10
2
-2
/
+7
*
ia64: fix NEED_DL_SYSINFO_DSO conditionals
Mike Frysinger
2013-03-10
2
-23
/
+13
*
arm: Implement armv6 optimized string routines
Richard Henderson
2013-03-07
8
-0
/
+707
*
AARCH64: Use <bits/mman-linux.h>
Andreas Jaeger
2013-03-07
2
-73
/
+8
*
Use <bits/mman-linux.h> for MIPS
Andreas Jaeger
2013-03-06
2
-72
/
+9
*
arm: Add optimized add_n and sub_n
Richard Henderson
2013-03-06
3
-0
/
+88
*
arm: Add optimized submul_1
Richard Henderson
2013-03-06
2
-0
/
+69
*
arm: Add optimized addmul_1
Richard Henderson
2013-03-06
2
-0
/
+68
*
arm: Add optimized ffs for armv6t2
Richard Henderson
2013-03-06
3
-0
/
+88
*
arm: Implement hard-tp for GET_TLS
Richard Henderson
2013-03-06
4
-11
/
+30
[next]