about summary refs log tree commit diff
path: root/src/thread/cancellation.c
Commit message (Expand)AuthorAgeFilesLines
* simplify cancellation push/pop slightlyRich Felker2012-05-231-10/+7
* fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programsRich Felker2012-02-281-0/+2
* small fix for new pthread cleanup stuffRich Felker2012-02-091-0/+1
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-12/+9
* further debloat cancellation handlersRich Felker2011-08-031-14/+4
* fix static linking dependency bloat with cancellationRich Felker2011-08-031-0/+12
* match glibc/lsb cancellation abi on i386Rich Felker2011-03-251-0/+7
* reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)Rich Felker2011-02-131-9/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+22