summaryrefslogtreecommitdiff
path: root/coroutine-sigaltstack.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-42/+1
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell1-13/+13
2013-02-22coroutine: move pooling to common codePaolo Bonzini1-42/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-11-30coroutine-sigaltstack.c: Use stack_t, not struct sigaltstackPeter Maydell1-2/+2
2012-05-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+1
2012-05-14coroutine: Fix setup of sigaltstack coroutinesJan Kiszka1-1/+1
2012-05-14fix some common typosJim Meyering1-1/+1
2012-03-12coroutine: adding sigaltstack method (.c source)Alex Barcelo1-0/+334