Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | kern/panic: remove initialization operation | Richard Braun | |
Maintaining correct dependencies for the panic function is too complicated. It may be used very early, but would depend on the console, which is normally available quite late during initialization. Instead, the behavior of panic is now "best effort", i.e. if called at a time where it works, good, otherwise, the behavior is undefined, but should result in a freeze or a reset most of the time. | |||
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-07-13 | Switch to initialization operations | Richard Braun | |
2017-06-25 | Use the C11 alignas and noreturn macros | Richard Braun | |
2017-06-15 | kern/macros: remove the __format_printf macro | Richard Braun | |
This macro isn't used enough for this alias to have any real value. | |||
2012-11-03 | Merge lib into kern | Richard Braun | |
There are no precise enough criteria to justify the separation of these two directories. | |||
2012-09-30 | Initial commit | Richard Braun | |