summaryrefslogtreecommitdiff
path: root/src/thread/cancellation.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23simplify cancellation push/pop slightlyRich Felker1-10/+7
2012-02-28fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programsRich Felker1-0/+2
2012-02-09small fix for new pthread cleanup stuffRich Felker1-0/+1
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker1-12/+9
2011-08-03further debloat cancellation handlersRich Felker1-14/+4
2011-08-03fix static linking dependency bloat with cancellationRich Felker1-0/+12
2011-03-25match glibc/lsb cancellation abi on i386Rich Felker1-0/+7
2011-02-13reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)Rich Felker1-9/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+22