aboutsummaryrefslogtreecommitdiff
path: root/exec/execmutations.h
Commit message (Collapse)AuthorAgeFilesLines
* exec: add payload-aware intrans functionsJustus Winter2014-12-071-0/+3
| | | | | * exec/execmutations.h: Add mutators. * exec/mig-decls.h (begin_using_bootinfo_payload): New function.
* exec: fix receiver lookupJustus Winter2014-04-051-0/+8
| | | | | | | | * exec/Makefile (exec_startup-MIGSFLAGS): New variable. * exec/execmutations.h: Add mutators for exec_startup_t. * exec/mig-decls.h: New file. * exec/priv.h (bootinfo_t): New type declaration to appease mig. * exec/exec.c (S_exec_startup_get_info): Fix receiver lookup.
* libtrivfs: improve the mig mutator functionsJustus Winter2014-02-251-1/+3
| | | | | | | | | | | | | | | | Previously, the mig mutator functions were in migsupport.c, preventing them from being inlined into the mig-generated server functions. Put them in mig-decls.h instead. Rename mutations.h to mig-mutate.h. This is the naming convention used for pflocal. * libtrivfs/fsmutations.h: Rename to mig-mutate.h, adopt imports. * libtrivfs/Makefile: Adopt accordingly. * libtrivfs/migsupport.c: Rename to mig-decls.h. * libtrivfs/trivfs.h: Move dynamic classes/buckets declarations to mig-decls.h, remove superfluous imports. * exec/execmutations.h: Fix import. * pfinet/mig-mutate.h: Likewise. * trans/Makefile: Likewise.
* 2002-01-01 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-0/+2
| | | | * execmutations.h (SERVERCOPY): New macro.
* Initial revisionRoland McGrath1995-10-111-0/+6