Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | New errno.h standard header | Richard Braun | |
Use standard errno codes. This change also adds strerror to string.h. | |||
2018-01-08 | kern/Kconfig: new INIT_DEBUG option | Richard Braun | |
2017-10-04 | Fix some header inclusions | Richard Braun | |
2017-07-25 | kern/init: implement stacks with a singly-linked list | Richard Braun | |
2017-07-13 | kern/init: introduce initialization operations | Richard Braun | |
Init operations are a mechanism to run initilization functions based on their dependencies. They are meant to replace the imperatively declared static order currently used. |