about summary refs log tree commit diff
path: root/nptl/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'glibc-2.12.2' into fedora/2.12/masterAndreas Schwab2010-12-1311-18/+60
|\
| * Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallbackDinakar Guniguntala2010-12-011-2/+1
| * Work around kernel rejecting valid absolute timestampsAndreas Schwab2010-12-017-8/+52
| * Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu2010-12-011-0/+3
| * Fix alignment of AVX safe area on x86-64.H.J. Lu2010-10-262-8/+4
* | Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab2010-07-061-2/+2
|\|
| * [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.Takashi Yoshii2010-06-151-2/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-04-123-0/+142
|\|
| * Fix typo in last commit.Ulrich Drepper2010-04-091-1/+1
| * Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-093-0/+142
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-04-064-85/+12
|\|
| * Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath2010-04-053-76/+2
| * Fix a few more problem with the recent setxid changes.Ulrich Drepper2010-03-091-9/+10
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-03-091-4/+10
|\|
| * Fix setxid race with thread creationUlrich Drepper2010-03-051-4/+10
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-202-11/+11
|\|
| * Fix pthread_cond_*wait with requeue-PI on i386.Michal Schmidt2010-01-152-11/+11
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-151-7/+3
|\|
| * Fix up pthread.h for XPG7.Ulrich Drepper2010-01-121-7/+3
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-111-8/+8
|\|
| * Add support for XPG7 testing.Ulrich Drepper2010-01-091-8/+8
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-042-16/+2
|\|
| * Fix s390 startup code in libpthread.Thomas Schwinge2009-12-222-16/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-12-147-55/+197
|\|
| * More whitespace fixes.Ulrich Drepper2009-12-131-2/+2
| * Fix whitespaces.Ulrich Drepper2009-12-132-6/+6
| * Add Requeue-PI support for x86 arch.Dinakar Guniguntala2009-12-135-28/+187
| * Invalid timeouts in i386 sem_timedwait.Ulrich Drepper2009-12-121-9/+9
| * SH calling __gmon_start__ from pt-initfini.c.Thomas Schwinge2009-11-301-19/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-11-301-2/+3
|\|
| * Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2009-11-271-2/+3
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-11-246-458/+176
|\|
| * Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL.Roland McGrath2009-11-221-50/+5
| * Minor optimizations and cleanups of x86 cond_broadcast.Ulrich Drepper2009-11-182-11/+10
| * Update cfi offsets for pthread_cond_broadcast and signal fir x86.Dinakar Guniguntala2009-11-182-38/+16
| * Minimal unwind section size reduction.Ulrich Drepper2009-11-171-17/+14
| * Use cfi directives in x86 pthread_cond_{,timed}wait.Ulrich Drepper2009-11-172-344/+133
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-11-122-4/+6
|\|
| * Make name of libgcc_s library configurableAndreas Schwab2009-11-032-4/+6
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-212-62/+38
|\|
| * configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-152-62/+38
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-141-1/+1
|\|
| * Fix malformed #pragma.Andreas Schwab2009-09-071-1/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-031-1/+2
|\|
| * Fix timer_create to initialize timer_t properly.Suzuki Poulose2009-09-021-1/+2
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-011-9/+9
|\|
| * SH lowlevellock broken for FUTEX_CLOCK_REALTIME.Andrew Stubbs2009-08-281-9/+9
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-261-2/+8
|\|
| * Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper2009-08-251-2/+8
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-241-4/+6
|\|