aboutsummaryrefslogtreecommitdiff
path: root/proc/mig-decls.h
Commit message (Collapse)AuthorAgeFilesLines
* Use uintptr_t for message payloads.Flavio Cruz2023-05-021-2/+2
| | | | | A follow up to 92fad38a043b75ed6b435b3efa574ede91dbe9ee in gnumach. Message-Id: <ZFCNasf9bJ9qj+CG@jupiter.tail36e24.ts.net>
* proc: add payload-aware intrans functionsJustus Winter2014-12-071-0/+17
| | | | | | | | * proc/mig-decls.h (begin_using_proc_payload): New function. (begin_using_exc_payload): Likewise. * proc/mig-mutate.h: Add mutators. * proc/proc_exc.defs (exception_t): Add payload-aware in-translator function.
* proc: move translation functions to mig-decls.hJustus Winter2014-05-161-0/+18
| | | | | | | * proc/hash.c (reqport_find): Move this function... * proc/proc.h (process_drop): ... and this... * proc/mig-decls.h: ... here and rename them. * proc/mig-mutate.h: Update accordingly.
* proc: fix the receiver lookup in S_proc_exception_raiseJustus Winter2014-01-201-0/+42
* proc/mgt.c (S_proc_exception_raise): Update accordingly. * proc/mig-decls.h: New file. * proc/proc_exc.defs: Add translation functions.