9 Commits (dc54a7cbb9f0aad6f614131ecc683fbb0b717115)

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