summaryrefslogtreecommitdiff
path: root/firmware/kernel (follow)
Commit message (Expand)AuthorAge
* Fix dangerous castsAmaury Pouly2017-02-04
* In queue_wait_w_tmo, guarantee wait durationMichael Sevakis2017-02-02
* Add CPU mode asserts to kernel on blocking functions.Michael Sevakis2017-01-21
* Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis2014-08-30
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* panicf doesn't return so why not tell GCC and $AVE :Michael Sevakis2014-08-25
* Make sure load_context is the last thing in switch_thread.Michael Sevakis2014-08-20
* Oops. Broke an egg. Restore wrongly removed code in mutex.c.Michael Sevakis2014-08-16
* Fix warnings from 6ed0087Michael Sevakis2014-08-16
* Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis2014-08-16
* Fix some more straggling stuffMichael Sevakis2014-08-08
* Do some kernel cleanupMichael Sevakis2014-08-08
* Fix some stuff for no priority andMichael Sevakis2014-08-06
* Oops. Somehow lost the track of the new files last push.Michael Sevakis2014-08-05
* Add multi-reader, single-writer locks to kernel.Michael Sevakis2014-08-06
* Make errno a thread-local variable.Michael Sevakis2014-05-09
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz2014-02-02