Historial de Commits

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