Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cyclic: get rid of cyclic_init() | Rasmus Villemoes | 2022-11-02 | 1 | -25/+7 |
* | cyclic: switch to using hlist instead of list | Rasmus Villemoes | 2022-11-02 | 1 | -8/+10 |
* | cyclic: drop redundant cyclic_ready flag | Rasmus Villemoes | 2022-11-02 | 1 | -4/+2 |
* | cyclic: use a flag in gd->flags for recursion protection | Rasmus Villemoes | 2022-11-02 | 1 | -3/+3 |
* | cyclic: Don't disable cylic function upon exceeding CPU time | Stefan Roese | 2022-10-24 | 1 | -4/+8 |
* | cyclic: Introduce schedule() function | Stefan Roese | 2022-09-18 | 1 | -0/+16 |
* | cyclic: Add basic support for cyclic function execution infrastruture | Stefan Roese | 2022-09-13 | 1 | -0/+123 |