Histórico de commits

Autor SHA1 Mensagem Data
  Rich Felker 5fcebcde6a optimize pthread termination in the non-detached case 14 anos atrás
  Rich Felker 52213f7341 security fix: check that cancel/rsyscall signal was sent by the process itself 14 anos atrás
  Rich Felker 98e02144da use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code 14 anos atrás
  Rich Felker 19eb13b9a4 race condition fix: block all signals before decrementing thread count 14 anos atrás
  Rich Felker fb11b6b85e make pthread_exit run dtors for last thread, wait to decrement thread count 14 anos atrás
  Rich Felker e882756311 reorganize pthread data structures and move the definitions to alltypes.h 14 anos atrás
  Rich Felker 0b2006c8fe begin unifying clone/thread management interface in preparation for porting 14 anos atrás
  Rich Felker 59666802fb make pthread_create return EAGAIN on resource failure, as required by POSIX 14 anos atrás
  Rich Felker 1a9a2ff7b0 reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) 14 anos atrás
  Rich Felker 0b44a0315b initial check-in, version 0.5.0 14 anos atrás