12 Commits (104578d0720b2b19907097c758049049f1bac24b)

Author SHA1 Message Date
anna 104578d072
sched: add thread management syscalls 3 years ago
anna 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.
3 years ago
anna 6e269e0217
sched: refactor and implement sleep 3 years ago
anna 57fb52dc1e
syscall: fix call source detection 3 years ago
anna 7ef26f26e9
syscall: add config option to check syscall source 3 years ago
anna 643d3ed251
build: migrate to CMake 3 years ago
anna f0dc3a3433
kiss capitalism goodbye for good
The CNPL will make sure that absolutely no corporation is going to get
anywhere near Ardix -- exactly as it should be.  Fuck you, corporations!
3 years ago
anna af8210da4a
piss off capitalism
Ardix is being relicensed to GPL v3 or later. I have no idea whether you
can just do this if you feel like it or if it has any consequences, but
i kinda don't really care that much about it.  Any changes made after
this commit will definitely fall under the GPL though, and considering
that only few things are really working yet anyways this is good enough
for me.
3 years ago
Felix Kopp 5555a3d56d
cleanup and fix warnings 3 years ago
Felix Kopp 63ccd87112
arch/at91sam3x8e: finalize entry routine 3 years ago
Felix Kopp 8252f14b6b
arch/at91sam3x8e: use r0 for syscall number 3 years ago
Felix Kopp 316b4c2c0c
entry: implement syscall entry 3 years ago