Commit History

Author SHA1 Message Date
  Rich Felker cc7c300d1a document pthread structure ABI constraints in comments 7 years ago
  William Pitcock 7c709f2d4f store pthread stack guard sizes for pthread_getattr_np 7 years ago
  Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code 7 years ago
  Jens Gustedt 47d0bcd476 new lock algorithm with state and congestion count in one atomic int 7 years ago
  Jens Gustedt d906fa3118 unify the use of FUTEX_PRIVATE 7 years ago
  rofl0r 1f53e7d00c fix crashes in x32 __tls_get_addr 8 years ago
  Rich Felker 6f1866768a remove largish unused field from pthread structure 8 years ago
  Rich Felker 4078a5c31f fix build regression on archs with variable page size 8 years ago
  Rich Felker 6ba5517a46 fix local-dynamic model TLS on mips and powerpc 9 years ago
  Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 10 years ago
  Rich Felker 01d4274711 make dlerror state and message thread-local and dynamically-allocated 10 years ago
  Alexander Monakov fa80787698 add missing 'void' in prototypes of internal pthread functions 10 years ago
  Rich Felker f08ab9e61a redesign and simplify vmlock system 10 years ago
  Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs 10 years ago
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 10 years ago
  Rich Felker 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function 10 years ago
  Rich Felker 23614b0fcb add C11 thread creation and related thread functions 10 years ago
  Rich Felker 5345c9b884 fix false ownership of stdio FILEs due to tid reuse 10 years ago
  Rich Felker b8ca9eb530 fix fallback checks for kernels without private futex support 10 years ago
  Rich Felker 37195db8ec redesign cond var implementation to fix multiple issues 10 years ago
  Rich Felker de7e99c585 make pointers used in robust list volatile 10 years ago
  Rich Felker bc09d58c04 make futex operations use private-futex mode when possible 10 years ago
  Rich Felker ac31bf278d simplify errno implementation 11 years ago
  Rich Felker 7356c2554e fix multiple bugs in SIGEV_THREAD timers 11 years ago
  Rich Felker 2c074b0d6c transition to using functions for internal signal blocking/restoring 12 years ago
  Rich Felker 14a835b386 implement pthread_getattr_np 12 years ago
  Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 12 years ago
  Rich Felker facc6acbfd replace __wake function with macro that performs direct syscall 12 years ago
  Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 years ago
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 12 years ago