Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use c_string for dev_name_t in the device subsystem. | Flavio Cruz | 2023-04-29 | 1 | -0/+8 |
| | | | | | | | | | | | | Added device_open_new and device_open_new_request and reused the old MiG ID for xxx_device_set_status which has not been in used in the past decade. Note that device_open_new is gated on defining DEVICE_ENABLE_DEVICE_OPEN_NEW because otherwise some hurd servers wouldn't compile anymore unless patched. This macro allows us to control the rollout. Message-Id: <ZEi1LV+9ShuXqtcr@jupiter.tail36e24.ts.net> | ||||
* | include: make `mach_port_t' payload-aware | Justus Winter | 2014-11-28 | 1 | -1/+7 |
| | | | | | | | | | | | | Honor a new macro `MACH_PAYLOAD_TO_PORT' to inject a translation function mapping payloads to port names in the definition of `mach_port_t'. * include/mach/std_types.defs (mach_port_t): Honor `MACH_PAYLOAD_TO_PORT'. * include/device/device.defs (reply_port_t): Likewise. * include/device/device_reply.defs (reply_port_t): Likewise. * include/device/device_request.defs (reply_port_t): Likewise. | ||||
* | Initial source | Thomas Bushnell | 1997-02-25 | 1 | -0/+81 |