Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate hppa from ports to libc. | Carlos O'Donell | 2014-04-29 | 18 | -2669/+0 |
| | |||||
* | hppa: Update lowlevellock.h. | Carlos O'Donell | 2014-04-29 | 1 | -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 Riegel | 2014-04-11 | 1 | -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 header | Adhemerval Zanella | 2014-04-09 | 1 | -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-copyrights | Allan McRae | 2014-01-01 | 17 | -17/+17 |
| | |||||
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespace in ports. | Joseph Myers | 2013-06-05 | 5 | -18/+18 |
| | |||||
* | hppa: Remove unused lll_unlock_wake_cb. | Carlos O'Donell | 2013-02-14 | 2 | -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 Myers | 2013-01-02 | 17 | -17/+17 |
| | |||||
* | hppa: Mark __pthread_once as a hidden def. | Carlos O'Donell | 2012-11-19 | 1 | -2/+2 |
| | |||||
* | hppa: Update pthread.h | Carlos O'Donell | 2012-10-10 | 1 | -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.c | Carlos O'Donell | 2012-10-10 | 1 | -108/+0 |
| | | | | Rmoves the unused pt-initfini.c | ||||
* | Fix clone flag name in comment to CLONE_CHILD_CLEARTID. | Siddhesh Poyarekar | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | 2012-08-07 | 2 | -10/+0 |
| | |||||
* | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 22 | -0/+2875 |