Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make fiber_pool more conservative on platforms with limited address space. | Samuel Williams | 2019-07-18 | 1 | -0/+1 |
* | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams | 2019-06-26 | 1 | -23/+16 |
* | Remove unused symbols | Nobuyoshi Nakada | 2019-05-16 | 1 | -6/+5 |
* | Make COROUTINE_REGISTERS compile-time only not to be a global symbol | Nobuyoshi Nakada | 2019-05-16 | 1 | -1/+1 |
* | Ensure x86 stack is fortified, fixed #15335. | samuel | 2018-12-11 | 1 | -0/+4 |
* | Change Makefile rule for assembly to use .S rather than .s | samuel | 2018-11-24 | 1 | -0/+0 |
* | Fix indentation. | samuel | 2018-11-20 | 1 | -17/+17 |
* | * expand tabs. | svn | 2018-11-20 | 1 | -4/+4 |
* | Prefer "static inline" to avoid duplicate symbols. | samuel | 2018-11-20 | 1 | -6/+6 |
* | Ensure start function has correct declaration. | samuel | 2018-11-20 | 1 | -1/+1 |
* | Mark COROUTINE as noreturn. | samuel | 2018-11-20 | 1 | -1/+1 |
* | Tidy up comments. | samuel | 2018-11-20 | 2 | -9/+7 |
* | * expand tabs. | svn | 2018-11-20 | 1 | -17/+17 |
* | Initial effort to support 32-bit Linux. | samuel | 2018-11-20 | 2 | -0/+100 |