Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libports: Only accept dead-name notifications on notify_port | Sergey Bugaev | 2022-08-10 | 1 | -2/+2 |
| | | | | | Since this port is never given out to anyone but the kernel, our clients can't spoof a dead-name notification this way. | ||||
* | libports: fix notify_port_t receiver lookups | Justus Winter | 2014-04-06 | 1 | -3/+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. | ||||
* | Sat Mar 6 17:05:45 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-03-06 | 1 | -1/+5 |
| | | | | | * notify-dead-name.c (ports_do_mach_notify_dead_name): Deallocate newly created reference to DEAD_NAME. | ||||
* | (ports_do_mach_notify_dead_name): Call ports_dead_name(). | Miles Bader | 1995-12-27 | 1 | -1/+6 |
| | |||||
* | Include "notify_S.h". | Michael I. Bushnell | 1995-11-21 | 1 | -0/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-09-06 | 1 | -0/+27 |