aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)AuthorFilesLines
2013-02-28tile: Add priority inheritance futex supportChris Metcalf2-0/+37
2013-02-28Remove bounded-pointers relics from am33 code.Joseph Myers3-9/+13
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers9-32/+44
2013-02-28arm: Mark assembly files that will not use thumb modeRichard Henderson12-0/+33
2013-02-28arm: Add IT insns for thumb modeRichard Henderson10-11/+29
2013-02-28arm: Introduce and use PC_OFSRichard Henderson11-20/+41
2013-02-28arm: Tidy whitespace in sysdep.h filesRichard Henderson4-278/+278
2013-02-28arm: Include libc-do-syscall in sysdep-rtld-routinesRichard Henderson2-1/+4
2013-02-28arm: Handle armv6 in preconfigureRichard Henderson2-1/+6
2013-02-28arm: Update preconfigure fragment for gcc 4.8Richard Henderson2-1/+5
2013-02-27ARM: Macroize use of .cfi_sections directive.Roland McGrath5-5/+16
2013-02-27Add support for building as MIPS16 code.Maciej W. Rozycki62-47/+1041
2013-02-20Add FUTEX_*_REQUEUE_PI support for Alpha.Richard Henderson2-0/+35
2013-02-20alpha: Include errno.h in sysdep.hRichard Henderson2-0/+7
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge2-1/+4
2013-02-20Properly sort a libc.abilist file.Thomas Schwinge2-11/+14
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2-1/+4
2013-02-20Add missing __attribute_used__.Thomas Schwinge2-1/+5
2013-02-20Align to generic file.Thomas Schwinge2-9/+14
2013-02-19Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers2-0/+40
2013-02-18Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers2-0/+38
2013-02-18Add __cxa_thread_atexit_impl to aarch64 abilistSiddhesh Poyarekar2-0/+8
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar19-0/+81
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2-2/+8
2013-02-14hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell3-14/+7
2013-02-14aarch64: Update libm-test-ulps.Marcus Shawcroft2-0/+368
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers9-20/+35
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers16-20/+58
2013-02-11Add CFI information for MIPS assembly sources.Joseph Myers20-34/+191
2013-02-08m68k: update kernel-features.hAndreas Schwab2-0/+29
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers14-40/+62
2013-02-08BZ #15006: Updates NEWS and ChangeLog.Carlos O'Donell1-0/+1
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell3-2/+21
2013-02-08Use ENTRY and END in more MIPS .S files.Joseph Myers15-49/+36
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers11-17/+44
2013-02-05MIPS: Correct formatting of syscall wrapper `asm' specifiers.Maciej W. Rozycki4-120/+125
2013-02-05MIPS: Respect the legacy syscall restart convention.Maciej W. Rozycki4-87/+268
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers12-21/+45
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers3-5/+12
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers4-9/+16
2013-01-29MIPS: Correct NewABI syscall wrapper whitespace damage.Maciej W. Rozycki3-164/+170
2013-01-252013-01-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-23/+4
2013-01-24AArch64: Adding optimized strncmp implementation.Marcus Shawcroft2-0/+208
2013-01-24AArch64: Adding optimized strnlen implementation.Marcus Shawcroft3-0/+182
2013-01-20m68k: update libm test ULPsAndreas Schwab2-0/+26
2013-01-20m68k: add unwind tables to backtraceAndreas Schwab2-0/+10
2013-01-19Add backtrace for m68kAndreas Schwab2-0/+161
2013-01-19Add not-cancel.h for m68k/nptlAndreas Schwab3-0/+7
2013-01-17AArch64: Implement optimized strlen.Marcus Shawcroft2-0/+121
2013-01-17AArch64: Implement optimized strcmpMarcus Shawcroft2-0/+159