History log of /seL4-camkes-master/kernel/manual/parts/notifications.tex
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# c08b8543 13-Jan-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

manual: remove incorrect paragraph


# a99a1040 09-Nov-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

SELFOUR-279: rename Wait -> Recv, add wrappers for seL4_Poll and seL4_Wait for notification objects.

This commit deprecates seL4_ReplyWait, removes seL4_NBwait completely,
and changes the return type of seL4_Wait to void (seL4_Wait should be
used for notification objects, and seL4_Recv should be used where
seL4_Wait was used previously for endpoints).


# 54603123 19-Oct-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

SELFOUR-317: rename async endpoint to notification object, and other
fallout.


# adf83bc7 12-Oct-2015 Gerwin Klein <gerwin.klein@nicta.com.au>

manual: seL4_Notify -> seL4_Signal; clarifications

- clarified description of `sender` param in Wait/ReplyWait
- updated name of seL4_Notify in API reference
- message word is removed in seL4_Signal
- clarified unbadged/0-badged behaviour in seL4_Signal
- prevent hyphenation inside seL4_Signal


# 386337a9 17-Aug-2015 Gernot Heiser <gernot@nicta.com.au>

manual: notification/signalling terminology

Terminology clarification:
- synchronous endpoints -> endpoints
- asynchronous endpoints -> notifications (and notification objects)
- notify -> signal

Also minor language edits.


# fbab849b 20-Aug-2015 Gernot Heiser <gernot@nicta.com.au>

Revert "Terminology fix: s/AEP/Notification/ etc; Draft for review"

Committed to wrong branch

This reverts commit 1c2535c491044ada9bad3c8343d58bae839855cf.


# 1c2535c4 20-Aug-2015 Gernot Heiser <gernot@nicta.com.au>

Terminology fix: s/AEP/Notification/ etc; Draft for review

Consistently replaced "asynchronous endpoints" in various guises by notifications,
notify by signal, and removed any refernces to notifications being asynchronous,
as well as removing "synchronous" emphasis of IPC where it existed solely to
contrast with notifications.

This is for review, and thus has comments highlighting major changes and unresolved details.