Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exec: add payload-aware intrans functions | Justus Winter | 2014-12-07 | 1 | -0/+3 |
| | | | | | * exec/execmutations.h: Add mutators. * exec/mig-decls.h (begin_using_bootinfo_payload): New function. | ||||
* | exec: fix receiver lookup | Justus Winter | 2014-04-05 | 1 | -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 functions | Justus Winter | 2014-02-25 | 1 | -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 McGrath | 2002-01-02 | 1 | -0/+2 |
| | | | | * execmutations.h (SERVERCOPY): New macro. | ||||
* | Initial revision | Roland McGrath | 1995-10-11 | 1 | -0/+6 |