ardix/lib
fef 7e6dbad05f
sched: complete rework of context switching
The old strategy was to only do context switching
from within the PendSV handler.  This worked fine
until now because all syscalls were handled either
atomically or just returned -EAGAIN if the
resource was locked or busy.  However, with the
introduction of I/O wait, we need to be able to
sleep directly from within the kernel by moving
the context switching completely into the kernel.
2021-08-08 20:48:55 +02:00
..
CMakeLists.txt stdio: refactor printk to printf and friends 2021-08-01 18:53:22 +02:00
ctype.c kiss capitalism goodbye for good 2021-05-10 16:19:38 +02:00
errno.c kiss capitalism goodbye for good 2021-05-10 16:19:38 +02:00
list.c sched: complete rework of context switching 2021-08-08 20:48:55 +02:00
malloc.c malloc: track memory usage and clarify docs 2021-08-03 17:35:58 +02:00
printf.c printf: simplify address expressions 2021-08-03 21:15:28 +02:00
string.c kiss capitalism goodbye for good 2021-05-10 16:19:38 +02:00
unistd.c syscall: refactor names 2021-08-05 16:15:35 +02:00