summaryrefslogtreecommitdiff
path: root/test/test_llsync_defer.c
AgeCommit message (Collapse)Author
2018-02-20kern/llsync: remove moduleRichard Braun
2018-02-12test: define test_setup as an __init functionRichard Braun
2017-07-25kern/llsync: rename pointer accessorsRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-06-25Remove the param moduleRichard Braun
Move the page properties into the new x86/page module, and the virtual memory layout macros into the x86/pmap module.
2017-04-29New stdio.h standard headerRichard Braun
Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header.
2017-04-29kern/printk: rename to printfRichard Braun
The printk functions are close enough to the printf ones to bear the same names.
2017-02-20test/test_llsync_defer: use a macro to throttle reportsRichard Braun
2017-02-04Clean up compilationRichard 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-24kern/thread: add the THREAD_KERNEL_PREFIX macroRichard Braun
This macro is used to build kernel thread names.
2016-12-09Force brackets around one-line conditional statementsRichard Braun
This change was done using astyle, with a few manual editing here and there.
2014-12-10test/test_llsync_defer: update call to kmem_cache_initRichard Braun
2014-11-17test: update callsRichard Braun
Adjust calls to functions that were recently changed.
2014-10-09test: remove assertionsRichard Braun
Don't rely on assert, use panic and error_check instead.
2014-06-18Set threads as detached where applicableRichard Braun
2014-06-09kern/llsync: rename llsync_read_leave to llsync_read_exitRichard Braun
2014-05-21test/test_llsync_defer: new test moduleRichard Braun