74 Commits (b3ae7beabb9f0c219bb8a8b63567a01c6530c1ac)

Author SHA1 Message Date
Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code 8 years ago
Jens Gustedt 47d0bcd476 new lock algorithm with state and congestion count in one atomic int 8 years ago
Jens Gustedt d906fa3118 unify the use of FUTEX_PRIVATE 9 years ago
rofl0r 1f53e7d00c fix crashes in x32 __tls_get_addr 9 years ago
Rich Felker 6f1866768a remove largish unused field from pthread structure 10 years ago
Rich Felker 4078a5c31f fix build regression on archs with variable page size 10 years ago
Rich Felker 6ba5517a46 fix local-dynamic model TLS on mips and powerpc 11 years ago
Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
Rich Felker 01d4274711 make dlerror state and message thread-local and dynamically-allocated 11 years ago
Alexander Monakov fa80787698 add missing 'void' in prototypes of internal pthread functions 11 years ago
Rich Felker f08ab9e61a redesign and simplify vmlock system 11 years ago
Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Rich Felker 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 11 years ago
Rich Felker 23614b0fcb add C11 thread creation and related thread functions 12 years ago
Rich Felker 5345c9b884 fix false ownership of stdio FILEs due to tid reuse 12 years ago
Rich Felker b8ca9eb530 fix fallback checks for kernels without private futex support 12 years ago
Rich Felker 37195db8ec redesign cond var implementation to fix multiple issues 12 years ago
Rich Felker de7e99c585 make pointers used in robust list volatile 12 years ago
Rich Felker bc09d58c04 make futex operations use private-futex mode when possible 12 years ago
Rich Felker ac31bf278d simplify errno implementation 12 years ago
Rich Felker 7356c2554e fix multiple bugs in SIGEV_THREAD timers 13 years ago
Rich Felker 2c074b0d6c transition to using functions for internal signal blocking/restoring 13 years ago
Rich Felker 14a835b386 implement pthread_getattr_np 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker facc6acbfd replace __wake function with macro that performs direct syscall 13 years ago
Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 14 years ago
Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 14 years ago
Rich Felker dcd6037150 support for TLS in dynamic-loaded (dlopen) modules 14 years ago
Rich Felker 9b153c043e beginnings of full TLS support in shared libraries 14 years ago
Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size 14 years ago
Rich Felker bbbe87e35c fix several locks that weren't updated right for new futex-based __lock 14 years ago
Rich Felker 819006a88b add pthread_attr_setstack interface (and get) 14 years ago
Rich Felker 13b3645c46 increase default thread stack size to 80k 14 years ago
Rich Felker 7efd14ecc9 remove cruft from pthread structure (old cancellation stuff) 14 years ago
Rich Felker 9ae1cf6d29 fix out-of-bounds array access in pthread barriers on 64-bit 14 years ago
Rich Felker 58aa5f45ed overhaul SSP support to use a real canary 14 years ago
Rich Felker 5a2e180937 synchronize cond var destruction with exiting waits 15 years ago
Rich Felker 9cee9307e3 improve pshared barriers 15 years ago
Rich Felker 6016457011 process-shared barrier support, based on discussion with bdonlan 15 years ago
Rich Felker 1fa0521010 fix lost signals in cond vars 15 years ago
Rich Felker 729d6368bd redo cond vars again, use sequence numbers 15 years ago
Rich Felker cba4e1c0a3 new futex-requeue-based pthread_cond_broadcast implementation 15 years ago
Rich Felker 4b153ac424 fix deadlock in condition wait whenever there are multiple waiters 15 years ago
Rich Felker 3f72cdac73 overhaul clone syscall wrapping 15 years ago
Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op 15 years ago
Rich Felker 50304f2eef overhaul rwlocks to address several issues 15 years ago
Rich Felker ec381af902 unify and overhaul timed futex waits 15 years ago
Rich Felker dba68bf98f add proper fuxed-based locking for stdio 15 years ago
Rich Felker acb0480662 new attempt at making set*id() safe and robust 15 years ago