summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_cancel.c
AgeCommit message (Expand)Author
2015-10-15Handle F_ISATTY in the fcntl() stub as wellTheo de Raadt
2014-08-31accept4() should be a cancellation point.Philip Guenther
2013-10-04_thread_sys_tcdrain() doesn't exist and isn't usedPhilip Guenther
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2012-04-17Remove "#define _POSIX_THREADS" line before include <pthread.h>.Miod Vallat
2012-03-22closefrom() should be a cancellation pointPhilip Guenthe
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2012-01-04Delete some parameter names and extra semicolons that slipped throughPhilip Guenthe
2011-12-27Don't let applications block, wait for, or handle SIGTHR, as thePhilip Guenthe
2011-12-05Implement cancelation for the basic syscall cancelation points,Philip Guenthe