History log of /seL4-refos-master/projects/seL4_libs/libsel4utils/src/stack.c
Revision Date Author Comments
# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 67c869cf 29-Mar-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

all: s/LOG_*/ZF_LOG*


# a9efc9aa 22-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4utils: Disambiguate run_on_stack API.

** BREAKING CHANGE **

This change avoids overloading the return value of `sel4utils_run_on_stack`. It
should now be unambiguous whether the target function returned -1 or the stack
allocation failed. Note that this change affects the libsel4utils public API
and applications using this interface will need to be updated.

Closes GINCA #16


# 20bec797 22-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4utils: fix missing #include.