History log of /seL4-camkes-master/projects/seL4_libs/libsel4utils/include/sel4utils/mcs_api.h
Revision Date Author Comments
# 59acc870 13-Oct-2019 Curtis Millar <curtis.millar@data61.csiro.au>

mcs: add api method for SC consumed

This adds an API method for calling the seL4_SchedContext_Consumed
operation regardless of whether the CONFIG_KERNEL_MCS is set.


# 38a475de 21-Aug-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

mcs: Rename CONFIG_KERNEL_RT to CONFIG_KERNEL_MCS

This is to be consistent with the name defined in the kernel.


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 53582ab4 12-Jun-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: style changed file


# 64f6ab7e 06-Mar-2018 Sebastian Holzapfel <seb.holzapfel@data61.csiro.au>

sel4utils: avoid binding null sched contexts (mcs)

Some threads in sel4bench are passive (i.e the fault handling thread)
and would previously invoke a null cap when api_tcb_configure was used
with the RT kernel.


# d6e8a67e 21-Jun-2018 Fabrizio Bertocci <fabrizio@rti.com>

Added UNUSED attribute to the last two arguments of api_tcb_set_sched_params (they are used only for KERNEL_RT and give warnings of unused variable otherwise)


# 239f6dc6 28-Feb-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

Provide ep to seL4_TCB_SetSchedParams for RT


# 03383600 28-Feb-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

Simulate seL4_TCB_Configure behaviour on master for RT


# 61c16cff 28-Feb-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

Remove timeout_ep from set space

The RT API has changed and timeout_ep is now set with its own function


# 0cc01ec9 25-Feb-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-1016: Add api_tcb_set_sched_params helper


# 66490e85 25-Feb-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-1016: update for TCB API change


# 08f9b7c2 04-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Changes for removal of seL4_CapData_t type in libsel4

This updates seL4_libs to not use what are now deprecated functions and types by using
the new API wrappers


# 63967dc7 08-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

sel4utils: Expand API wrapping helpers

Changes 'api.h' to be more general in the kinds of API helpers it can contain, and moves the
existing MCS specific helpers to their own file.