Историја ревизија

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