Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-20 | kern/llsync: remove module | Richard Braun | |
2018-02-12 | test: define test_setup as an __init function | Richard Braun | |
2017-07-25 | kern/llsync: rename pointer accessors | Richard Braun | |
2017-07-01 | Minor style fixes | Richard Braun | |
2017-06-25 | Remove the param module | Richard Braun | |
Move the page properties into the new x86/page module, and the virtual memory layout macros into the x86/pmap module. | |||
2017-04-29 | New stdio.h standard header | Richard Braun | |
Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header. | |||
2017-04-29 | kern/printk: rename to printf | Richard Braun | |
The printk functions are close enough to the printf ones to bear the same names. | |||
2017-02-20 | test/test_llsync_defer: use a macro to throttle reports | Richard Braun | |
2017-02-04 | Clean up compilation | Richard Braun | |
Instead of mixing standard headers and internal redefinitions of standard types, completely rely on the compiler for what is guaranteed for a free standing environment. This results in the removal of kern/stddef.h and kern/stdint.h. The kern/types.h header is reintroduced for the different (and saner) purpose of defining types not specified in standard C, namely ssize_t for now. | |||
2017-01-24 | kern/thread: add the THREAD_KERNEL_PREFIX macro | Richard Braun | |
This macro is used to build kernel thread names. | |||
2016-12-09 | Force brackets around one-line conditional statements | Richard Braun | |
This change was done using astyle, with a few manual editing here and there. | |||
2014-12-10 | test/test_llsync_defer: update call to kmem_cache_init | Richard Braun | |
2014-11-17 | test: update calls | Richard Braun | |
Adjust calls to functions that were recently changed. | |||
2014-10-09 | test: remove assertions | Richard Braun | |
Don't rely on assert, use panic and error_check instead. | |||
2014-06-18 | Set threads as detached where applicable | Richard Braun | |
2014-06-09 | kern/llsync: rename llsync_read_leave to llsync_read_exit | Richard Braun | |
2014-05-21 | test/test_llsync_defer: new test module | Richard Braun | |