summaryrefslogtreecommitdiff
path: root/firmware/kernel
AgeCommit message (Expand)Author
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-25panicf doesn't return so why not tell GCC and $AVE :Michael Sevakis
2014-08-20Make sure load_context is the last thing in switch_thread.Michael Sevakis
2014-08-16Oops. Broke an egg. Restore wrongly removed code in mutex.c.Michael Sevakis
2014-08-16Fix warnings from 6ed0087Michael Sevakis
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis
2014-08-08Fix some more straggling stuffMichael Sevakis
2014-08-08Do some kernel cleanupMichael Sevakis
2014-08-06Fix some stuff for no priority andMichael Sevakis
2014-08-05Oops. Somehow lost the track of the new files last push.Michael Sevakis
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis
2014-05-09Make errno a thread-local variable.Michael Sevakis
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz