seL4/src/object
Adrian Danis e61a1056cc SELFOUR-56: Remove diminish rights from IPC
Diminish rights were to prevent a user from sending a writeable
cap over a read only endpoint. It turns out this 'security' can
be worked around without difficulty (by putting caps in a cnode
and sending the cnode) making the current diminish rights
implementation functionally useless.

Removing diminish rights has the benefit of simplifying all the
IPC paths.
2016-02-23 13:58:48 +11:00
..
cnode.c SELFOUR-114: remove duplication of seL4_MessageInfo_t, adjust naming to avoid cparser mangling 2016-01-11 11:16:08 +11:00
endpoint.c SELFOUR-56: Remove diminish rights from IPC 2016-02-23 13:58:48 +11:00
interrupt.c x86: IOAPIC/MSI syscalls 2016-02-02 15:58:18 +11:00
Makefile SELFOUR-317: rename async endpoint to notification object, and other 2015-11-09 17:18:43 +11:00
notification.c Fix comment reference to Haskell error. 2015-12-16 12:29:06 +11:00
objecttype.c SELFOUR-399: object sizes and globals frame addr should come from the same source 2016-02-10 09:13:16 +11:00
tcb.c SELFOUR-114: remove duplication of seL4_MessageInfo_t, adjust naming to avoid cparser mangling 2016-01-11 11:16:08 +11:00
untyped.c SELFOUR-114: remove duplication of seL4_MessageInfo_t, adjust naming to avoid cparser mangling 2016-01-11 11:16:08 +11:00