2007-10-17 |
jakub | * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_... |
tree | commitdiff |
2007-08-14 |
drepper | (__pthread_cond_timedwait, __condvar_tw_cleanup): Pass... |
tree | commitdiff |
2007-08-14 |
drepper | (__pthread_cond_signal): Xor FUTEX_WAKE_OP with FUTEX_W... |
tree | commitdiff |
2007-08-14 |
drepper | (__pthread_cond_broadcast): Pass LLL_PRIVATE to lll_... |
tree | commitdiff |
2007-08-14 |
drepper | Use #ifdef __ASSUME_PRIVATE_FUTEX instead of #if __ASSU... |
tree | commitdiff |
2007-08-14 |
drepper | Use #ifdef __ASSUME_PRIVATE_FUTEX instead of #if __ASSU... |
tree | commitdiff |
2007-08-14 |
drepper | Use #ifdef __ASSUME_PRIVATE_FUTEX instead of #if __ASSU... |
tree | commitdiff |
2007-08-14 |
drepper | Use #ifdef __ASSUME_PRIVATE_FUTEX instead of #if __ASSU... |
tree | commitdiff |
2007-08-14 |
drepper | Include kernel-features.h. |
tree | commitdiff |
2007-08-14 |
drepper | (__lll_private_flag): Fix a pasto. |
tree | commitdiff |
2007-08-13 |
drepper | Forward to Linux/i686. |
tree | commitdiff |
2007-08-13 |
drepper | Include kernel-features.h. |
tree | commitdiff |
2007-08-01 |
drepper | Allow including |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h and pthread-errnos.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Revert 2007-05-2{3,9} changes. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h and pthread-errnos.h. |
tree | commitdiff |
2007-08-01 |
drepper | Revert 2007-05-2{3,9} changes. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include kernel-features.h and lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | Include lowlevellock.h. |
tree | commitdiff |
2007-08-01 |
drepper | (__pthread_rwlock_unlock): Fix MUTEX != 0 args to __lll_*. |
tree | commitdiff |
2007-08-01 |
drepper | Copy futex retval to %esi rather than %ecx. |
tree | commitdiff |
2007-07-29 |
jakub | (__lll_private_flag): Define. |
tree | commitdiff |
2007-06-08 |
drepper | Add additional parameter to lll_futex_wait, lll_futex_t... |
tree | commitdiff |
2007-05-30 |
drepper | Remove all traces of lll_unlock_wake_cb. |
tree | commitdiff |
2007-05-30 |
drepper | Checking whether there are more than one thread makes... |
tree | commitdiff |
2007-05-29 |
drepper | Use COND_NWAITERS_SHIFT instead of COND_CLOCK_BITS. |
tree | commitdiff |
2007-05-27 |
drepper | Forgot to adjust code for using byte fields for flags... |
tree | commitdiff |
2007-05-27 |
drepper | Change main futex to use private operations if possible. |
tree | commitdiff |
2007-05-27 |
drepper | Split __flags element into four byte elements. One... |
tree | commitdiff |
2007-05-26 |
drepper | Use private field in futex command setup. |
tree | commitdiff |
2007-05-26 |
drepper | Add private futex support. |
tree | commitdiff |
2007-05-26 |
drepper | Indicate that there are waiters. |
tree | commitdiff |
2007-05-26 |
drepper | Wake only when there are waiters. |
tree | commitdiff |
2007-05-25 |
jakub | * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait... |
tree | commitdiff |
2007-05-23 |
drepper | Adjust so that change in libc-lowlevellock.S allow... |
tree | commitdiff |
2007-05-23 |
drepper | Use private futexes if they are available. |
tree | commitdiff |
2007-05-23 |
drepper | Use private futexes if they are available. |
tree | commitdiff |
2007-05-23 |
drepper | Define FUTEX_PRIVATE_FLAG. |
tree | commitdiff |
2007-05-15 |
drepper | Too early for that. If we wake only one we also have... |
tree | commitdiff |
2007-05-15 |
drepper | Only wake threads if old value of semaphore was zero. |
tree | commitdiff |
2006-10-29 |
drepper | (RTLD_SINGLE_THREAD_P): Define. |
tree | commitdiff |
2006-10-27 |
drepper | (SINGLE_THREAD_P): Define to THREAD_SELF->header.multip... |
tree | commitdiff |
2006-10-12 |
drepper | Remove SEM_VALUE_MAX. |
tree | commitdiff |
2006-10-11 |
drepper | Add support for cancelable syscalls with six parameters. |
tree | commitdiff |
2006-09-09 |
drepper | Only increase FUTEX if increasing WAKEUP_SEQ. Fix... |
tree | commitdiff |
2006-09-08 |
drepper | Don't increment WAKEUP_SEQ in cleanup handler if this... |
tree | commitdiff |
2006-09-05 |
drepper | Add unwind info. |
tree | commitdiff |
2006-09-05 |
drepper | (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, |
tree | commitdiff |
2006-08-01 |
drepper | (is_smp_system): Fixups. |
tree | commitdiff |
2006-08-01 |
drepper | Check for SMP system on Linux/i386. |
tree | commitdiff |
2006-07-31 |
roland | 2006-07-30 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-07-29 |
drepper | Define FUTEX_LOCK_PI, FUTEX_UNLOCK_PI, and FUTEX_TRYLOC... |
tree | commitdiff |
2006-07-29 |
drepper | For PI mutexes wake all mutexes. |
tree | commitdiff |
2006-04-09 |
drepper | Remove branch prediction suffix for conditional jumps. |
tree | commitdiff |
2006-03-02 |
drepper | (__lll_robust_lock_wait): Also set FUTEX_WAITERS buit... |
tree | commitdiff |
2006-02-28 |
roland | 2006-02-27 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-02-17 |
drepper | (lll_robust_mutex_unlock): Avoid unnecessary wakeups. |
tree | commitdiff |
2006-02-15 |
drepper | i686 implementation of __lll_robust_mutex_*lock functions. |
tree | commitdiff |
2006-02-15 |
drepper | i586 implementation of __lll_robust_mutex_*lock functions. |
tree | commitdiff |
2006-02-15 |
drepper | i486 implementation of __lll_robust_mutex_*lock functions. |
tree | commitdiff |
2006-02-15 |
drepper | Add lll_robust_mutex_* definitions. |
tree | commitdiff |
2006-02-13 |
drepper | Define __pthread_slist_t. Use it in pthread_mutex_t. |
tree | commitdiff |
2006-02-12 |
drepper | Define openat_not_cancel, openat_not_cancel_3, openat64... |
tree | commitdiff |
2006-02-08 |
drepper | (lll_futex_wait, lll_futex_timedwait, lll_wait_tid... |
tree | commitdiff |
2006-01-09 |
roland | 2006-01-09 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-01-06 |
drepper | (pthread_mutex_t): Don't give the union a name because... |
tree | commitdiff |
2006-01-06 |
drepper | (lll_futex_wait): Return status. |
tree | commitdiff |
2005-12-27 |
drepper | Add __next field to pthread_mutex_t. |
tree | commitdiff |
2005-12-22 |
drepper | (__new_sem_wait): Fix unwind info. Remove useless... |
tree | commitdiff |
2005-11-24 |
drepper | (__cleanup_fct_attribute): Use __regparm__ not regparm. |
tree | commitdiff |
2005-11-24 |
drepper | Use __attribute__ instead of __attribute. |
tree | commitdiff |
2005-09-08 |
drepper | (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. |
tree | commitdiff |
2005-05-03 |
drepper | Remove explicit .eh_frame section, use cfi_* directives. |
tree | commitdiff |
2005-01-26 |
drepper | Use direct %gs segment access or, if NO_TLS_DIRECT_SEG_... |
tree | commitdiff |
2004-12-10 |
drepper | Not needed anymore. |
tree | commitdiff |
2004-12-05 |
drepper | clone syscall implementation for nptl/i386. |
tree | commitdiff |
2004-11-27 |
drepper | (_POSIX_PRIORITIZED_IO, _POSIX2_CHAR_TERM, _POSIX_THREA... |
tree | commitdiff |
2004-11-27 |
drepper | (_POSIX_ADVISORY_INFO, _POSIX_SPORADIC_SERVER, |
tree | commitdiff |
2004-10-04 |
drepper | Define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to... |
tree | commitdiff |
2004-10-01 |
drepper | (__lll_mutex_timedlock_wait): I woken but cannot get... |
tree | commitdiff |
2004-09-28 |
drepper | (pthread_cond_t): Add __extension__ to long long types. |
tree | commitdiff |
2004-09-12 |
drepper | Define rwlock types also for __USE_XOPEN2K. |
tree | commitdiff |
2004-09-02 |
drepper | Decrement __nwaiters. If pthread_cond_destroy has... |
tree | commitdiff |
2004-09-02 |
drepper | Decrement __nwaiters. If pthread_cond_destroy has... |
tree | commitdiff |
2004-09-02 |
drepper | (pthread_cond_t): Rename __data.__clock to __data.__nwa... |
tree | commitdiff |
2004-08-07 |
drepper | Remove unnecessary exception handling data. |
tree | commitdiff |
2004-07-06 |
drepper | Define NO_CANCELLATION if no cancellation support is... |
tree | commitdiff |
2004-06-18 |
drepper | (__pthread_cond_timedwait): Check for invalid nanosecon... |
tree | commitdiff |
next |