aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/worker.c
Commit message (Expand)AuthorAgeFilesLines
* Add delta wrt. function in stack dumpAlex Auvolat2016-07-131-1/+1
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-111-11/+16
* Add two entropy sources. Warning: prng is not secure in any way, I have no kn...Alex Auvolat2015-03-081-0/+3
* Update readme ; change time-related function names.Alex Auvolat2015-03-071-2/+2
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-041-3/+6
* Implement process termination and cleaning up (not completely though)Alex Auvolat2015-03-031-0/+1
* Setup critical section management for parts that must not be interrupted.Alex Auvolat2015-03-021-1/+1
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+100