summaryrefslogtreecommitdiff
path: root/test/test_sref_weakref.c
AgeCommit message (Collapse)Author
2018-02-12test: define test_setup as an __init functionRichard Braun
2018-02-12test: fix calls to sref_counter_init in sref testsRichard Braun
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-03-15kern/syscnt: replace the evcnt moduleRichard Braun
The syscnt module supports more generic counters, in addition to atomic access from any context on any architecture.
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-25test/test_sref_weakref: decrease ref reporting frequencyRichard Braun
2017-01-25test/test_sref_weakref: new test moduleRichard Braun