summaryrefslogtreecommitdiff
path: root/libcr
AgeCommit message (Expand)Author
10 dayslibcr: Fix cr_cid_info if coroutine_add is runningLuke T. Shumaker
10 dayslibcr: Track coroutine namesLuke T. Shumaker
10 dayslibcr: Group SP-tracking into a setjmp wrapperLuke T. Shumaker
10 daysUse C23 (C++11) attribute syntax instead of __attribute__Luke T. Shumaker
10 dayslibcr: coroutine.c: Move things aroundLuke T. Shumaker
13 daysAdd libmisc/log.h to remove stdio.hLuke T. Shumaker
14 dayslibcr: Add cr_is_in_intrhandler() and _cr_plat_are_interrupts_enabled()Luke T. Shumaker
14 dayslibcr: FixupsLuke T. Shumaker
14 dayslibcr: Begone with PRE_RUNNABLELuke T. Shumaker
14 dayslibcr: Fix races?Luke T. Shumaker
14 dayslibcr: Assert that cr_getcid() is only called inside a coroutineLuke T. Shumaker
14 dayslibcr: Use SIG_SETMASK instead of SIG_(UN)BLOCKLuke T. Shumaker
14 dayslibcr: Start to add coroutine namesLuke T. Shumaker
2024-11-12fix typo in a commentLuke T. Shumaker
2024-11-12Avoid using fprintfLuke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Lint that include-guards match the filenameLuke T. Shumaker
2024-10-26Lint for tabs-as-alignmentLuke T. Shumaker
2024-10-24use #if __unix__Luke T. Shumaker
2024-10-16copyright statementsLuke T. Shumaker
2024-10-07tidy configLuke T. Shumaker
2024-10-06s/assert(false)/__builtin_unreachable()/Luke T. Shumaker
2024-10-05fixes, valgrindLuke T. Shumaker
2024-10-05fixesLuke T. Shumaker
2024-10-05libcr: Use a ringbuf ready-queueLuke T. Shumaker
2024-10-05libcr: comments/tidyLuke T. Shumaker
2024-10-04wipLuke T. Shumaker
2024-10-04fixup array_lenLuke T. Shumaker
2024-10-02trim trailing wsLuke T. Shumaker
2024-10-01libcr: expose cr_{disable,enable}_interruptsLuke T. Shumaker
2024-09-30make coroutine.c signal-safe, add cr_cid_info()Luke T. Shumaker
2024-09-30wipLuke T. Shumaker
2024-09-29tidy, s/sighandler/intrhandler/Luke T. Shumaker
2024-09-29fixesLuke T. Shumaker
2024-09-29wip fixesLuke T. Shumaker
2024-09-29libcr: Faster context switches, wait for interruptLuke T. Shumaker
2024-09-29libcr: Fix stack alignmentLuke T. Shumaker
2024-09-27wip fixesLuke T. Shumaker
2024-09-27fixesLuke T. Shumaker
2024-09-27use GNU Make for `generate`Luke T. Shumaker
2024-09-27wipLuke T. Shumaker
2024-09-26wip reorgLuke T. Shumaker