about summary refs log tree commit diff
path: root/ports/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Use range in copyright years.Marcus Shawcroft2012-11-2130-30/+30
* aarch64: Rename .x files to .cMarcus Shawcroft2012-11-2114-14/+14
* aarch64: Don't use K&R CMarcus Shawcroft2012-11-215-13/+5
* Add sotruss-lib.c for MIPS.Joseph Myers2012-11-211-0/+117
* tile: update libm-test-ulps for new testsChris Metcalf2012-11-201-0/+34
* tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf2012-11-201-1/+3
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf2012-11-201-4/+0
* m68k: Remove indirection through weak_aliasxAndreas Schwab2012-11-2014-51/+28
* Use parentheses around MIPS syscall macro arguments.Joseph Myers2012-11-202-46/+46
* Fix int-to-pointer-cast warnings for MIPS.Joseph Myers2012-11-203-12/+14
* Fix warnings from aborting MIPS atomic macros.Joseph Myers2012-11-201-3/+3
* Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2012-11-201-1/+1
* Fix unused variable warnings from MIPS syscall macros.Joseph Myers2012-11-193-9/+9
* AArch64: Adding optimized maths functions.Marcus Shawcroft2012-11-1928-2/+781
* hppa: Mark __pthread_once as a hidden def.Carlos O'Donell2012-11-191-2/+2
* hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell2012-11-191-10/+3
* hppa: Implement get-rounding-mode.hCarlos O'Donell2012-11-192-1/+36
* hppa: Implement fpu_control.h.Carlos O'Donell2012-11-191-0/+66
* hppa: Add ____longjmp_check C implementation.Carlos O'Donell2012-11-191-0/+47
* hppa: Implement __longjmp_chk.Carlos O'Donell2012-11-194-80/+121
* m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab2012-11-181-5/+5
* m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMSAndreas Schwab2012-11-181-2/+2
* m68k: update libm test ULPsAndreas Schwab2012-11-181-0/+119
* m68k: define lll_futex_timed_wait_bitsetAndreas Schwab2012-11-181-1/+13
* Fix "set but not used" warnings from MIPS bits/atomic.h.Joseph Myers2012-11-171-4/+4
* Fix thumb2 build breakage in libcryptMarcus Shawcroft2012-11-141-0/+4
* AArch64 PortMarcus Shawcroft2012-11-09127-0/+13647
* tile: use memcpy in memmove when possibleChris Metcalf2012-11-061-0/+22
* Use memcpy in memmove when possibleMaxim Kuvyrkov2012-11-061-0/+23
* tile: use atomic op to unlock pthread_spinlock_tChris Metcalf2012-11-061-0/+33
* Make ieee754 fma tolerate architectures without exception support.Chris Metcalf2012-11-061-7/+25
* tile: support very large shared objectsChris Metcalf2012-11-063-12/+52
* tile: improve simulator notification for relative paths in dlopenChris Metcalf2012-11-061-14/+89
* Optimize tile (mostly tilegx) memcpy and memmove performance.Chris Metcalf2012-11-063-67/+609
* Define lll_futex_timed_wait_bitset for MIPS.Joseph Myers2012-11-051-0/+12
* Define lll_futex_timed_wait_bitset for ARM.Joseph Myers2012-11-051-1/+13
* Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers2012-11-052-3/+3
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-043-4/+0
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-038-7/+15
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-038-133/+197
* tile: Account for new tests (missed test-double changes)Chris Metcalf2012-11-031-0/+16
* Regenerate all configure scripts.Thomas Schwinge2012-11-011-2/+2
* Convert alpha to use <bits/fcntl-linux.h>Andreas Jaeger2012-11-011-228/+13
* BZ#14743: Move clock_* symbols from librt to libc.Thomas Schwinge2012-11-011-0/+5
* Fix powerpc abilist sort orderAndreas Schwab2012-10-311-1/+1
* Remove 'Contributed' line, glibc is not using them anymore.Steve Ellcey2012-10-311-2/+0
* Remove trailing white spaces.Steve Ellcey2012-10-311-5/+5
* 2012-10-31 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-312-243/+603
* Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595).Ryan S. Arnold2012-10-302-6/+160
* Invoke DL_AFTER_LOAD if definedChris Metcalf2012-10-302-5/+3