History log of /seL4-l4v-10.1.1/seL4/include/object/cap.h
Revision Date Author Comments
# d8ae122c 04-Feb-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

Generalise finaliseCap to more than just IRQs

Changes finaliseCap to return a generic definition of cleanup information that
needs to be done, instead of just encoding an IRQ number. The post deletion information
is encoded as a `cap_t` due to the capability type already being a union of all
the possible information. Aside from providing a properly generic mechanism the motivation
is to support a similar cleanup phase for I/O ports in the future.


# 40c61e5c 18-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses (the rest)


# eccaae51 20-Feb-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

s/D61/DATA61/ in license headers for consistency


# d6eafad1 19-Oct-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

Move cap definitions from objecttype into header