summaryrefslogtreecommitdiffstats
path: root/coroutine-sigaltstack.c
Commit message (Expand)AuthorAgeFilesLines
* coroutine-sigaltstack: Change jmp_buf to sigjmp_bufWillem Pinckaers2014-11-111-1/+1
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-02-261-42/+1
|\
| * coroutine: move pooling to common codePaolo Bonzini2013-02-221-42/+1
* | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-231-13/+13
|/
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* coroutine-sigaltstack.c: Use stack_t, not struct sigaltstackPeter Maydell2012-11-301-2/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-05-141-1/+1
|\
| * coroutine: Fix setup of sigaltstack coroutinesJan Kiszka2012-05-141-1/+1
* | fix some common typosJim Meyering2012-05-141-1/+1
|/
* coroutine: adding sigaltstack method (.c source)Alex Barcelo2012-03-121-0/+334
OpenPOWER on IntegriCloud