about summary refs log tree commit diff
path: root/ports/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* tile: Add priority inheritance futex supportChris Metcalf2013-02-281-0/+28
* Remove bounded-pointers relics from am33 code.Joseph Myers2013-02-282-9/+6
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-288-32/+16
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-2811-0/+22
* arm: Add IT insns for thumb modeRichard Henderson2013-02-289-11/+18
* arm: Introduce and use PC_OFSRichard Henderson2013-02-2810-20/+26
* arm: Tidy whitespace in sysdep.h filesRichard Henderson2013-02-283-278/+274
* arm: Include libc-do-syscall in sysdep-rtld-routinesRichard Henderson2013-02-281-1/+1
* arm: Handle armv6 in preconfigureRichard Henderson2013-02-281-1/+4
* arm: Update preconfigure fragment for gcc 4.8Richard Henderson2013-02-281-1/+1
* ARM: Macroize use of .cfi_sections directive.Roland McGrath2013-02-274-5/+8
* Add support for building as MIPS16 code.Maciej W. Rozycki2013-02-2761-47/+935
* Add FUTEX_*_REQUEUE_PI support for Alpha.Richard Henderson2013-02-201-0/+25
* alpha: Include errno.h in sysdep.hRichard Henderson2013-02-201-0/+3
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-201-1/+1
* Properly sort a libc.abilist file.Thomas Schwinge2013-02-201-11/+11
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-201-1/+1
* Add missing __attribute_used__.Thomas Schwinge2013-02-201-1/+2
* Align to generic file.Thomas Schwinge2013-02-201-9/+10
* Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers2013-02-191-0/+30
* Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers2013-02-181-0/+28
* Add __cxa_thread_atexit_impl to aarch64 abilistSiddhesh Poyarekar2013-02-181-0/+3
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-1812-0/+36
* Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2013-02-151-2/+2
* hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell2013-02-142-14/+0
* aarch64: Update libm-test-ulps.Marcus Shawcroft2013-02-141-0/+364
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-147-20/+13
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-1311-20/+18
* Add CFI information for MIPS assembly sources.Joseph Myers2013-02-1119-34/+146
* m68k: update kernel-features.hAndreas Schwab2013-02-081-0/+20
* Remove CHECK_N and bp-checks.h.Joseph Myers2013-02-0811-40/+25
* ARM: Support loading unmarked objects from cache.Carlos O'Donell2013-02-082-2/+13
* Use ENTRY and END in more MIPS .S files.Joseph Myers2013-02-0814-49/+21
* Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers2013-02-087-17/+7
* MIPS: Correct formatting of syscall wrapper `asm' specifiers.Maciej W. Rozycki2013-02-053-120/+120
* MIPS: Respect the legacy syscall restart convention.Maciej W. Rozycki2013-02-053-87/+234
* Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers2013-02-048-21/+7
* Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers2013-01-312-5/+2
* Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers2013-01-312-9/+2
* MIPS: Correct NewABI syscall wrapper whitespace damage.Maciej W. Rozycki2013-01-292-164/+164
* 2013-01-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-01-251-23/+0
* AArch64: Adding optimized strncmp implementation.Marcus Shawcroft2013-01-241-0/+204
* AArch64: Adding optimized strnlen implementation.Marcus Shawcroft2013-01-242-0/+177
* m68k: update libm test ULPsAndreas Schwab2013-01-201-0/+24
* m68k: add unwind tables to backtraceAndreas Schwab2013-01-201-0/+6
* Add backtrace for m68kAndreas Schwab2013-01-191-0/+159
* Add not-cancel.h for m68k/nptlAndreas Schwab2013-01-192-0/+2
* AArch64: Implement optimized strlen.Marcus Shawcroft2013-01-171-0/+117
* AArch64: Implement optimized strcmpMarcus Shawcroft2013-01-171-0/+155
* AArch64: Implement optimized bzero.Marcus Shawcroft2013-01-171-0/+27