Age | Commit message (Collapse) | Author |
|
* libpager/priv.h (struct pager): Make seqno member of type mach_port_seqno_t.
Change all users.
* libpager/seqnos.c (_pager_stubs_update_seqno): Rename to _pager_update_seqno.
Change all users.
* libpager/demuxer.c (pager_demuxer): Make use of _pager_update_seqno.
* libpager/notify-stubs.c: Remove unused attribute where no longer appropriate.
|
|
* demuxer.c (pager_demuxer): Lookup INP->msgh_local_port, rather
than the remote port, as the kernel swaps them in transit.
|
|
|
|
|
|
* demuxer.c (pager_demuxer): Fix last change so it works. Add comment.
|
|
* demuxer.c (pager_demuxer): If the message was not accepted by
one of the servers, acquire a reference to the pager and its lock,
and wait until all previous messages have been processed. This
makes sure that the next message that arrives can proceed.
Reported by Neal H Walfield <neal@cs.uml.edu>
|
|
(pager_demuxer): Declare and use _pager_seqnos_notify_server.
|
|
not seqnos_memory_object_server.
|
|
|
|
|
|
|
|
|
|
|
|
|