Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update server handlers to return kern_return_error to fix ↵ | Flavio Cruz | 2023-12-17 | 1 | -1/+1 |
| | | | | | | | -Werror=enum-int-mismatch warnings MiG expects those to return kern_return_t. Message-ID: <ZXqbbXpVqQAwd2qv@jupiter.tail36e24.ts.net> | ||||
* | libports: Return EOPNOTSUPP when appropriate | Sergey Bugaev | 2022-08-10 | 1 | -1/+1 |
| | | | | | | We do not impement most of the mach_notify_* () routines. Explicitly return an error code so that our caller knows to properly deallocate all resources the messages may carry. | ||||
* | libports: fix notify_port_t receiver lookups | Justus Winter | 2014-04-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | * libports/Makefile (MIGSFLAGS): Include mig-mutate.h. * libports/mig-decls.h: New file. * libports/mig-mutate.h: Likewise. * libports/notify-dead-name.c: Fix receiver lookups. * libports/notify-no-senders.c: Likewise. * libports/notify-msg-accepted.c: Adjust function declaration. * libports/notify-port-deleted.c: Likewise. * libports/notify-port-destroyed.c: Likewise. * libports/notify-send-once.c: Likewise. * libports/ports.h: Likewise. * proc/Makefile (MIGSFLAGS): Include mig-mutate.h, move PROCESS mutators... * proc/mig-mutate.h: ... into a new file, add NOTIFY mutators. * proc/notify.c: Fix receiver lookups, adjust function declarations. * term/devio.c (ports_do_mach_notify_send_once): Adjust accordingly. | ||||
* | Include "notify_S.h". | Michael I. Bushnell | 1995-11-21 | 1 | -0/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-09-06 | 1 | -0/+27 |