Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use uintptr_t for message payloads. | Flavio Cruz | 2023-05-02 | 1 | -2/+2 |
| | | | | | A follow up to 92fad38a043b75ed6b435b3efa574ede91dbe9ee in gnumach. Message-Id: <ZFCNasf9bJ9qj+CG@jupiter.tail36e24.ts.net> | ||||
* | pfinet: add payload-aware intrans functions | Justus Winter | 2014-12-07 | 1 | -0/+12 |
| | | | | | | * pfinet/mig-mutate.h: Add mutators. * pfinet/mig-decls.h (begin_using_socket_payload): New function. (begin_using_sockaddr_payload): Likewise. | ||||
* | pfinet: improve the mig mutator functions | Justus Winter | 2014-02-25 | 1 | -0/+55 |
Previously, the mig mutator functions were in misc.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. * pfinet/mutations.h: Rename to mig-mutate.h, adopt imports. * pfinet/Makefile: Adopt accordingly. * pfinet/mig-decls.h: New file. * pfinet/misc.c: Move mutator functions to mig-decls.h. * pfinet/pfinet.h: Move type declarations to mig-decls.h, remove mutator declarations. * pfinet/iioctl-ops.c: Include mig-decls.h. |