about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/hppa/nptl
Commit message (Collapse)AuthorAgeFilesLines
* Relocate hppa from ports to libc.Carlos O'Donell2014-04-2918-2669/+0
|
* hppa: Update lowlevellock.h.Carlos O'Donell2014-04-291-22/+30
| | | | | Cleanup and remove old lll_private_futex_wake macro and add generic support for PI-aware futexes.
* Fixed and unified pthread_once.Torvald Riegel2014-04-111-93/+0
| | | | | | | [BZ #15215] This unifies various pthread_once architecture-specific implementations which were using the same algorithm with slightly different implementations. It also adds missing memory barriers that are required for correctness.
* Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella2014-04-091-0/+3
| | | | | | | This patch moves the __PTHREAD_SPINS definition to arch specific header since pthread_mutex_t layout is also arch specific. This leads to no need to defining __PTHREAD_MUTEX_HAVE_ELISION and thus removing of the undefined compiler warning.
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0117-17/+17
|
* Fix typos.Ondřej Bílka2013-08-301-2/+2
|
* Remove trailing whitespace in ports.Joseph Myers2013-06-055-18/+18
|
* hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell2013-02-142-14/+0
| | | | | | There hasn't been a use for lll_unlock_wake_cb since it was removed globally in 2007-05-29. This patch removes the function from hppa's lowlevellock.[ch] implementation.
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0217-17/+17
|
* hppa: Mark __pthread_once as a hidden def.Carlos O'Donell2012-11-191-2/+2
|
* hppa: Update pthread.hCarlos O'Donell2012-10-101-7/+15
| | | | | | | Updates the hppa-specific pthread.h from the generic version. After this update the only difference between the generic version and the hppa version is the footer protected by the _PTHREAD_H_HPPA_ guard.
* hppa: Remove pt-initfini.cCarlos O'Donell2012-10-101-108/+0
| | | | Rmoves the unused pt-initfini.c
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
|
* Remove pre-2.6.16 Linux kernel support.Joseph Myers2012-08-072-10/+0
|
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-0122-0/+2875