about summary refs log tree commit diff
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* tilegx: add optimized sched_getcpu() using TILE_COORD SPRChris Metcalf2012-10-122-0/+91
* hppa: Update pthread.hCarlos O'Donell2012-10-102-7/+17
* hppa: Remove pt-initfini.cCarlos O'Donell2012-10-102-108/+2
* hppa: Restore nptl/shlib-versions.Carlos O'Donell2012-10-102-0/+5
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-099-267/+17
* Clean up R_ARM_PC24 handling.Roland McGrath2012-10-052-69/+57
* 2012-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-035-0/+13
* 2012-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-031-0/+0
* Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar2012-10-028-11/+35
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-028-7/+18
* Get rid of unused __swblk_t type.Roland McGrath2012-10-014-2/+10
* Clean up init-first.c files.Roland McGrath2012-10-014-67/+12
* Fix the ChangeLog entryH.J. Lu2012-09-281-1/+1
* Remove mips VERSYMIDX macro definitionH.J. Lu2012-09-282-2/+4
* Remove arm ADDRIDX macro definitionH.J. Lu2012-09-282-6/+4
* alpha: Fix all users of SYSCALL_ERROR_HANDLERRichard Henderson2012-09-285-77/+79
* Add __ppc_get_timebase_freq to powerpc-nofpu ABI baseline.Joseph Myers2012-09-262-0/+6
* ia64: define new get-rounding-mode.h headerMike Frysinger2012-09-243-7/+46
* ia64: override crtbeginT.oMike Frysinger2012-09-242-0/+6
* tile: fix two comments that said "tile" to properly say "tilepro"Chris Metcalf2012-09-241-2/+2
* Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq.Joseph Myers2012-09-212-1/+7
* hppa: Use __prlimit64 as the internal name.Carlos O'Donell2012-09-202-1/+6
* hppa: Add EHWPOISON and bump errlist-compat to 260Carlos O'Donell2012-09-203-3/+17
* tile: update libm-test-ulps for new testsChris Metcalf2012-09-172-2/+95
* alpha: Streamline __setfpucwRichard Henderson2012-09-132-53/+38
* alpha: Update localplt.dataRichard Henderson2012-09-132-0/+10
* alpha: Update ulpsRichard Henderson2012-09-132-4/+573
* alpha: Add get-rounding-mode.hRichard Henderson2012-09-132-0/+39
* alpha: Work around gcc 4.8 aliasing difference/bugRichard Henderson2012-09-122-7/+10
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-124-0/+85
* tile: fix type of prfpregset_t in <sys/procfs.h>Chris Metcalf2012-09-062-1/+3
* tile: Add BZ to Changelog and update NEWSChris Metcalf2012-09-061-0/+1
* tile: BZ#14237: fix __tls_get_addr bug initializing new modulesChris Metcalf2012-09-062-0/+6
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-2710-15/+25
* mips: clear condition bit 23 in fpu tooGuido Guenther2012-08-272-1/+5
* alpha: add conditional fdatasync supportMike Frysinger2012-08-274-0/+79
* Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre2012-08-232-3/+21
* Clean up MIPS stat64 handling.Joseph Myers2012-08-225-0/+149
* Remove __ASSUME_FADVISE64_64_SYSCALL.Joseph Myers2012-08-214-2/+10
* Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers2012-08-208-5/+21
* Fifth argument of la_pltenter() is not constant.Carlos O'Donell2012-08-166-5/+21
* Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov2012-08-152-2/+43
* Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2012-08-1512-189/+45
* Rename ARM bits/atomic.h not to be specific to nptl add-on.Roland McGrath2012-08-152-0/+3
* Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath2012-08-153-47/+111
* Update MIPS dl-lookup.c from generic version.Joseph Myers2012-08-152-1/+6
* arm: fix up style in reloc fixMike Frysinger2012-08-142-1/+5
* ia64: drop HAVE_CPP_ASM_DEBUGINFOMike Frysinger2012-08-143-83/+9
* Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers2012-08-145-8/+13
* Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add.Maxim Kuvyrkov2012-08-132-9/+24