Rich Felker cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
..
aarch64 cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
arm cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
i386 cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
microblaze cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
mips cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
or1k cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
powerpc cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
sh cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
x32 cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
x86_64 cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
__futex.c aa398f56fa global cleanup to use the new syscall interface 14 vuotta sitten
__lock.c e803829e6b fix potential deadlock bug in libc-internal locking logic 11 vuotta sitten
__set_thread_area.c d0bfbd9dca generic c version of __set_thread_area for archs where it works 12 vuotta sitten
__syscall_cp.c d96b12b755 rework cancellation weak alias logic not to depend on archive order 10 vuotta sitten
__timedwait.c 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 10 vuotta sitten
__tls_get_addr.c bc081f628b fix inconsistent visibility for internal __tls_get_new function 10 vuotta sitten
__unmapself.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
__wait.c 339cc250f6 use the internal macro name FUTEX_PRIVATE in __wait 10 vuotta sitten
call_once.c e16f70f452 add C11 thread functions operating on tss_t and once_flag 10 vuotta sitten
clone.c fdf5f1b131 clone: make clone a wrapper around __clone 11 vuotta sitten
cnd_broadcast.c 14397cec2c add C11 condition variable functions 10 vuotta sitten
cnd_destroy.c 14397cec2c add C11 condition variable functions 10 vuotta sitten
cnd_init.c 14397cec2c add C11 condition variable functions 10 vuotta sitten
cnd_signal.c 14397cec2c add C11 condition variable functions 10 vuotta sitten
cnd_timedwait.c 14397cec2c add C11 condition variable functions 10 vuotta sitten
cnd_wait.c 14397cec2c add C11 condition variable functions 10 vuotta sitten
lock_ptc.c dcd6037150 support for TLS in dynamic-loaded (dlopen) modules 12 vuotta sitten
mtx_destroy.c 8b0472932c add C11 mutex functions 10 vuotta sitten
mtx_init.c 8b0472932c add C11 mutex functions 10 vuotta sitten
mtx_lock.c 8b0472932c add C11 mutex functions 10 vuotta sitten
mtx_timedlock.c 8b0472932c add C11 mutex functions 10 vuotta sitten
mtx_trylock.c 8b0472932c add C11 mutex functions 10 vuotta sitten
mtx_unlock.c 8b0472932c add C11 mutex functions 10 vuotta sitten
pthread_atfork.c 56fbaa3bbe make all objects used with atomic operations volatile 10 vuotta sitten
pthread_attr_destroy.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
pthread_attr_get.c bc09d58c04 make futex operations use private-futex mode when possible 10 vuotta sitten
pthread_attr_init.c 571744447c include cleanups: remove unused headers and add feature test macros 11 vuotta sitten
pthread_attr_setdetachstate.c 63b06c0e90 reject invalid attribute settings 14 vuotta sitten
pthread_attr_setguardsize.c e882756311 reorganize pthread data structures and move the definitions to alltypes.h 14 vuotta sitten
pthread_attr_setinheritsched.c 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 vuotta sitten
pthread_attr_setschedparam.c 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 vuotta sitten
pthread_attr_setschedpolicy.c 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 vuotta sitten
pthread_attr_setscope.c 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 vuotta sitten
pthread_attr_setstack.c d5142642b8 pthread stack treatment overhaul for application-provided stacks, etc. 12 vuotta sitten
pthread_attr_setstacksize.c d5142642b8 pthread stack treatment overhaul for application-provided stacks, etc. 12 vuotta sitten
pthread_barrier_destroy.c f08ab9e61a redesign and simplify vmlock system 10 vuotta sitten
pthread_barrier_init.c 0109d950e6 make pthread attribute types structs, even when they just have one field 11 vuotta sitten
pthread_barrier_wait.c f08ab9e61a redesign and simplify vmlock system 10 vuotta sitten
pthread_barrierattr_destroy.c 951e764091 implement barrier attribute functions (essentially no-ops) 14 vuotta sitten
pthread_barrierattr_init.c efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 12 vuotta sitten
pthread_barrierattr_setpshared.c 0109d950e6 make pthread attribute types structs, even when they just have one field 11 vuotta sitten
pthread_cancel.c cbc02ba23c consistently use hidden visibility for cancellable syscall internals 10 vuotta sitten
pthread_cleanup_push.c 4b48b00a90 rename file containing pthread_cleanup_push and pop for consistency 10 vuotta sitten
pthread_cond_broadcast.c 37195db8ec redesign cond var implementation to fix multiple issues 10 vuotta sitten
pthread_cond_destroy.c 37195db8ec redesign cond var implementation to fix multiple issues 10 vuotta sitten
pthread_cond_init.c 37195db8ec redesign cond var implementation to fix multiple issues 10 vuotta sitten
pthread_cond_signal.c 37195db8ec redesign cond var implementation to fix multiple issues 10 vuotta sitten
pthread_cond_timedwait.c a46677af18 fix regression in pthread_cond_wait with cancellation disabled 10 vuotta sitten
pthread_cond_wait.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 vuotta sitten
pthread_condattr_destroy.c b4d40e44e3 implement pthread_condattr_* interfaces 14 vuotta sitten
pthread_condattr_init.c efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 12 vuotta sitten
pthread_condattr_setclock.c 0109d950e6 make pthread attribute types structs, even when they just have one field 11 vuotta sitten
pthread_condattr_setpshared.c 380857bf21 fix signed left-shift overflow in pthread_condattr_setpshared 10 vuotta sitten
pthread_create.c 19a1fe670a remove remnants of support for running in no-thread-pointer mode 10 vuotta sitten
pthread_detach.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
pthread_equal.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
pthread_getattr_np.c b20760c023 support configurable page size on mips, powerpc and microblaze 11 vuotta sitten
pthread_getconcurrency.c ddd87b2f10 implement pthread_[sg]etconcurrency. 14 vuotta sitten
pthread_getcpuclockid.c ea200e38bd support cputime clocks for processes/threads other than self 11 vuotta sitten
pthread_getschedparam.c b17c75a4d5 fix syscall argument bug in pthread_getschedparam 11 vuotta sitten
pthread_getspecific.c e16f70f452 add C11 thread functions operating on tss_t and once_flag 10 vuotta sitten
pthread_join.c eb4bd8d8bb suppress masked cancellation in pthread_join 10 vuotta sitten
pthread_key_create.c 19a1fe670a remove remnants of support for running in no-thread-pointer mode 10 vuotta sitten
pthread_kill.c 83dc6eb087 eliminate use of cached pid from thread structure 10 vuotta sitten
pthread_mutex_consistent.c d338b506e3 fix robust mutex unrecoverable status, and related clean-up 10 vuotta sitten
pthread_mutex_destroy.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
pthread_mutex_getprioceiling.c 5c6443ac42 add stub versions of some missing optional pthread interfaces 12 vuotta sitten
pthread_mutex_init.c b092f1c5fa enable private futex for process-local robust mutexes 10 vuotta sitten
pthread_mutex_lock.c df7d0dfb9c use weak symbols for the POSIX functions that will be used by C threads 10 vuotta sitten
pthread_mutex_setprioceiling.c 5c6443ac42 add stub versions of some missing optional pthread interfaces 12 vuotta sitten
pthread_mutex_timedlock.c 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 10 vuotta sitten
pthread_mutex_trylock.c 4e98cce1c5 optimize out setting up robust list with kernel when not needed 10 vuotta sitten
pthread_mutex_unlock.c f08ab9e61a redesign and simplify vmlock system 10 vuotta sitten
pthread_mutexattr_destroy.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
pthread_mutexattr_init.c efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 12 vuotta sitten
pthread_mutexattr_setprotocol.c 5c6443ac42 add stub versions of some missing optional pthread interfaces 12 vuotta sitten
pthread_mutexattr_setpshared.c bc09d58c04 make futex operations use private-futex mode when possible 10 vuotta sitten
pthread_mutexattr_setrobust.c 12e1e32468 process robust list in pthread_exit to fix detached thread use-after-unmap 10 vuotta sitten
pthread_mutexattr_settype.c 0109d950e6 make pthread attribute types structs, even when they just have one field 11 vuotta sitten
pthread_once.c 56fbaa3bbe make all objects used with atomic operations volatile 10 vuotta sitten
pthread_rwlock_destroy.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
pthread_rwlock_init.c bc09d58c04 make futex operations use private-futex mode when possible 10 vuotta sitten
pthread_rwlock_rdlock.c 50304f2eef overhaul rwlocks to address several issues 13 vuotta sitten
pthread_rwlock_timedrdlock.c 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 10 vuotta sitten
pthread_rwlock_timedwrlock.c 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 10 vuotta sitten
pthread_rwlock_tryrdlock.c 50304f2eef overhaul rwlocks to address several issues 13 vuotta sitten
pthread_rwlock_trywrlock.c 50304f2eef overhaul rwlocks to address several issues 13 vuotta sitten
pthread_rwlock_unlock.c bc09d58c04 make futex operations use private-futex mode when possible 10 vuotta sitten
pthread_rwlock_wrlock.c 50304f2eef overhaul rwlocks to address several issues 13 vuotta sitten
pthread_rwlockattr_destroy.c cc2e0b45a6 implement pthread_rwlockattr_* (essentially no-ops) 14 vuotta sitten
pthread_rwlockattr_init.c efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 12 vuotta sitten
pthread_rwlockattr_setpshared.c 0109d950e6 make pthread attribute types structs, even when they just have one field 11 vuotta sitten
pthread_self.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
pthread_setcancelstate.c 19a1fe670a remove remnants of support for running in no-thread-pointer mode 10 vuotta sitten
pthread_setcanceltype.c df15168cf8 replace all remaining internal uses of pthread_self with __pthread_self 10 vuotta sitten
pthread_setconcurrency.c ddd87b2f10 implement pthread_[sg]etconcurrency. 14 vuotta sitten
pthread_setschedparam.c 21088aee2e fix failure of pthread_setschedparam to pass correct param to kernel 11 vuotta sitten
pthread_setschedprio.c 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 vuotta sitten
pthread_setspecific.c b480808a6a optimize POSIX TSD for fast pthread_getspecific 14 vuotta sitten
pthread_sigmask.c 571744447c include cleanups: remove unused headers and add feature test macros 11 vuotta sitten
pthread_spin_destroy.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
pthread_spin_init.c 0b44a0315b initial check-in, version 0.5.0 14 vuotta sitten
pthread_spin_lock.c 2b71a4d1df fix more instances of old a_xchg (use new a_swap name) 13 vuotta sitten
pthread_spin_trylock.c 2b71a4d1df fix more instances of old a_xchg (use new a_swap name) 13 vuotta sitten
pthread_spin_unlock.c d8dc2faf10 prepare pthread_spin_unlock for archs that need memory barriers 14 vuotta sitten
pthread_testcancel.c df7d0dfb9c use weak symbols for the POSIX functions that will be used by C threads 10 vuotta sitten
sem_destroy.c 6fc5fdbdc7 implement POSIX semaphores 14 vuotta sitten
sem_getvalue.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 vuotta sitten
sem_init.c bc09d58c04 make futex operations use private-futex mode when possible 10 vuotta sitten
sem_open.c 56fbaa3bbe make all objects used with atomic operations volatile 10 vuotta sitten
sem_post.c bc09d58c04 make futex operations use private-futex mode when possible 10 vuotta sitten
sem_timedwait.c 56fbaa3bbe make all objects used with atomic operations volatile 10 vuotta sitten
sem_trywait.c 07e62953c7 retry on cas failures in sem_trywait 12 vuotta sitten
sem_unlink.c 6fc5fdbdc7 implement POSIX semaphores 14 vuotta sitten
sem_wait.c 6fc5fdbdc7 implement POSIX semaphores 14 vuotta sitten
synccall.c 56fbaa3bbe make all objects used with atomic operations volatile 10 vuotta sitten
syscall_cp.c feee98903c overhaul pthread cancellation 14 vuotta sitten
thrd_create.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
thrd_exit.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
thrd_join.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
thrd_sleep.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
thrd_yield.c 23614b0fcb add C11 thread creation and related thread functions 10 vuotta sitten
tls.c 9b153c043e beginnings of full TLS support in shared libraries 12 vuotta sitten
tss_create.c e16f70f452 add C11 thread functions operating on tss_t and once_flag 10 vuotta sitten
tss_delete.c e16f70f452 add C11 thread functions operating on tss_t and once_flag 10 vuotta sitten
tss_set.c e16f70f452 add C11 thread functions operating on tss_t and once_flag 10 vuotta sitten
vmlock.c 385c01112c remove mismatched arguments from vmlock function definitions 10 vuotta sitten