History log of /seL4-camkes-master/projects/camkes-tool/libsel4camkes/include/camkes/tls.h
Revision Date Author Comments
# 6be2abcd 17-Nov-2019 Axel Heider <axelheider@gmx.de>

config: include configuration header file

Include the generated configuration header file to avoid a warning about
the undefined TLS model.


# f6d1ba48 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.


# 19c9d5df 16-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# b4130951 06-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

Use new TLS and sel4runtime support

- minimal crt0.S: construct environment in start.c and via the runtime
- update tls init to be compatible with runtime and move initialisation
to after the runtime is initialised
- wait runtime to be initialised in fault handlers


# 8b2ec3e6 20-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# fefcf025 02-May-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Add scheduling context cap to simple


# 5f025fda 13-Feb-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

CAMKES-560: Add support for new-rt APIs to next

Replace instances of seL4_Recv, seL4_SignalRecv, seL4_Send, with
RT-compliant versions that operate on reply object caps.


# 8dff1c71 06-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

s/unsigned int/unsigned; Why use 12 characters when 8 will do?

This commit cherry-picks 6f50d5e0ebf0d97665edc77a23c5f280d9dd8e6d from
ssh://github.inside.nicta.com.au/mfernandez/project.


# bacfebce 27-Oct-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Refactored parser init commit.


# 575b7a1d 29-Oct-2014 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libsel4camkes: Make a static assert a runtime assert.

This assertion comes out as an extern declaration in input to the verification
process which causes issues during parsing. This commit changes this assertion
to a runtime check that is not seen by verification.


# cc64bb50 21-Jul-2014 TrustworthySystems <gatekeeper@sel4.systems>

Release snapshot