2003-03-01 |
drepper | (pthread_barrier_wait): Don't save, load, and restore... |
tree | commitdiff |
2003-03-01 |
drepper | (__pthread_cond_signal): Don't save, load, and restore... |
tree | commitdiff |
2003-03-01 |
drepper | (__pthread_rwlock_unlock): Don't save, load, and restor... |
tree | commitdiff |
2003-03-01 |
drepper | (__new_sem_post): Don't save, load, and restore %esi. |
tree | commitdiff |
2003-02-28 |
drepper | Pretty print. |
tree | commitdiff |
2003-02-28 |
drepper | At comment about lock position. |
tree | commitdiff |
2003-02-27 |
drepper | Release lock before waking up the waiters. |
tree | commitdiff |
2003-02-27 |
drepper | Release internal lock before wake threads. |
tree | commitdiff |
2003-02-24 |
drepper | Fix completely broken implementation. |
tree | commitdiff |
2003-02-23 |
drepper | Shave off 3 more bytes by using offset-less instruction... |
tree | commitdiff |
2003-02-18 |
drepper | Remnove _POSIX_THREAD_PRIORITY_SCHEDULING. |
tree | commitdiff |
2003-02-18 |
drepper | Remove _XOPEN_REALTIME_THREADS. |
tree | commitdiff |
2003-02-16 |
drepper | Little typo in last change. |
tree | commitdiff |
2003-02-16 |
drepper | Check for invalid tv_nsec field. |
tree | commitdiff |
2003-02-16 |
drepper | Check for invalid tv_nsec field. |
tree | commitdiff |
2003-02-16 |
drepper | No "Contributed by" in installed headers. |
tree | commitdiff |
2003-02-14 |
drepper | Fix handling of cancellation and failung pthread_mutex_... |
tree | commitdiff |
2003-02-14 |
drepper | Fix handling of cancellation and failung pthread_mutex_... |
tree | commitdiff |
2003-02-13 |
drepper | Fix typo in comment. |
tree | commitdiff |
2003-02-10 |
drepper | (clear_once_control): Load mutex address in correct... |
tree | commitdiff |
2003-02-10 |
drepper | (clear_once_control): Fix clearing of control variable. |
tree | commitdiff |
2003-02-06 |
drepper | Little mishap in last change. |
tree | commitdiff |
2003-02-06 |
drepper | Remove wrong but inactive generalization. |
tree | commitdiff |
2003-02-06 |
drepper | Remove wrong but inactive generalization. |
tree | commitdiff |
2003-02-03 |
drepper | (__lll_lock_wait): Add branch predicition. |
tree | commitdiff |
2003-02-03 |
drepper | (__lll_lock_wait): Add branch predicition. |
tree | commitdiff |
2003-01-29 |
drepper | Definition for rwlock implementation on Linux/x86. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_wrlock implementation for Linux/i486. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_unlock implementation for Linux/i486. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_timedwrlock implementation for Linux... |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_timedrdlock implementation for Linux... |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_rdlock implementation for Linux/i486. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_wrlock implementation for Linux/i586. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_unlock implementation for Linux/i586. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_timedwrlock implementation for Linux... |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_timedrdlock implementation for Linux... |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_rdlock implementation for Linux/i586. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_wrlock implementation for Linux/i686. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_unlock implementation for Linux/i686. |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_timedwrlock implementation for Linux... |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_timedrdlock implementation for Linux... |
tree | commitdiff |
2003-01-29 |
drepper | pthread_rwlock_rdlock implementation for Linux/i686. |
tree | commitdiff |
2003-01-29 |
drepper | Not needed anymore. |
tree | commitdiff |
2003-01-28 |
drepper | Definitions for condvar implementation. |
tree | commitdiff |
2003-01-28 |
drepper | Not needed anymore. |
tree | commitdiff |
2003-01-28 |
drepper | sem_wait implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | sem_trywait implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | sem_timedwait implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | sem_post implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_wait implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_timedwait implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_signal implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_broadcast implementation for Linux/i486. |
tree | commitdiff |
2003-01-28 |
drepper | sem_wait implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | sem_trywait implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | sem_timedwait implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | sem_post implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_wait implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_timedwait implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_signal implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_broadcast implementation for Linux/i586. |
tree | commitdiff |
2003-01-28 |
drepper | sem_wait implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | sem_trywait implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | sem_timedwait implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_wait implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_timedwait implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_signal implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | pthread_cond_broadcast implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | sem_post implementation for Linux/i686. |
tree | commitdiff |
2003-01-28 |
drepper | Not needed anymore. |
tree | commitdiff |
2003-01-28 |
drepper | Define PREPARE_CREATE and TLS_VALUE with x86-specific... |
tree | commitdiff |
2003-01-28 |
drepper | (__new_sem_post): Clear %eax before returning. |
tree | commitdiff |
2003-01-14 |
drepper | Don't export ll_unlock_wake_cb. |
tree | commitdiff |
2003-01-07 |
drepper | (RTLD_CORRECT_DYNAMIC_WEAK): Remove. |
tree | commitdiff |
2003-01-05 |
drepper | Add __pthread_rwlock_rdlock, __pthread_rwlock_wrlock... |
tree | commitdiff |
2003-01-05 |
drepper | Rename _GI_pthread_cleanup_push to __pthread_cleanup_pu... |
tree | commitdiff |
2003-01-04 |
drepper | (condvar_cleanup): Get condvar address from the right... |
tree | commitdiff |
2003-01-03 |
drepper | (__pthread_cond_wait): Don't save cancellation mode... |
tree | commitdiff |
2003-01-02 |
drepper | New condvar implementation. |
tree | commitdiff |
2003-01-02 |
drepper | (pthread_cond_t): New, larger type definition. |
tree | commitdiff |
2003-01-02 |
drepper | Avoid unnecessary zero offset when addressing MUTEX. |
tree | commitdiff |
2003-01-02 |
drepper | Pretty printing. |
tree | commitdiff |
2002-12-31 |
drepper | Use __ASSEMBLER__ instead of ASSEMBLER test macro. |
tree | commitdiff |
2002-12-28 |
drepper | (USE_DL_SYSINFO): Define. |
tree | commitdiff |
2002-12-28 |
drepper | (NEED_DL_SYSINFO, DL_SYSINFO_DEFAULT, DL_SYSINFO_IMPLEM... |
tree | commitdiff |
2002-12-25 |
drepper | Implement correct errno access for case that USE___THRE... |
tree | commitdiff |
2002-12-24 |
drepper | Add missing #endif. |
tree | commitdiff |
2002-12-20 |
drepper | Dynamic linker internal definitions for i686. |
tree | commitdiff |
2002-12-20 |
drepper | Don't define NEED_DL_SYSINFO since no processor < i686... |
tree | commitdiff |
2002-12-20 |
drepper | Add support for using sysenter. |
tree | commitdiff |
2002-12-20 |
drepper | Use ENTER_KERNEL instead of int $0x80. |
tree | commitdiff |
2002-12-19 |
drepper | Define RTLD_PRIVATE_ERRNO to 1 only for ld.so. |
tree | commitdiff |
2002-12-19 |
drepper | (create_thread): Check that sysinfo is properly initial... |
tree | commitdiff |
2002-12-19 |
drepper | Define RTLD_CORRECT_DYNAMIC_WEAK. |
tree | commitdiff |
2002-12-19 |
drepper | System depdendent dynamic linker definitions for x86. |
tree | commitdiff |
2002-12-18 |
drepper | Use ENTER_KERNEL macro instead of using int $0x80 directly. |
tree | commitdiff |
2002-12-18 |
drepper | Remove __i686.get_pc_thunk.dx. |
tree | commitdiff |
2002-12-18 |
drepper | Mutex compatibility locking for i686. |
tree | commitdiff |
2002-12-18 |
drepper | Mutex compatibility locking for i586. |
tree | commitdiff |
2002-12-18 |
drepper | Mutex compatibility locking for i486. |
tree | commitdiff |
next |