aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/x86
Commit message (Expand)AuthorAgeFilesLines
* Make fiber_pool more conservative on platforms with limited address space.Samuel Williams2019-07-181-0/+1
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-23/+16
* Remove unused symbolsNobuyoshi Nakada2019-05-161-6/+5
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-161-1/+1
* Ensure x86 stack is fortified, fixed #15335.samuel2018-12-111-0/+4
* Change Makefile rule for assembly to use .S rather than .ssamuel2018-11-241-0/+0
* Fix indentation.samuel2018-11-201-17/+17
* * expand tabs.svn2018-11-201-4/+4
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-6/+6
* Ensure start function has correct declaration.samuel2018-11-201-1/+1
* Mark COROUTINE as noreturn.samuel2018-11-201-1/+1
* Tidy up comments.samuel2018-11-202-9/+7
* * expand tabs.svn2018-11-201-17/+17
* Initial effort to support 32-bit Linux.samuel2018-11-202-0/+100