aboutsummaryrefslogtreecommitdiff
path: root/libports
Commit message (Expand)AuthorAgeFilesLines
* (ports_interrupt_rpcs): Renamed from ports_interrupt_rpc.Miles Bader1996-01-271-2/+2
* (ports_S_interrupt_operation):Miles Bader1996-01-271-4/+4
* (SRCS):Miles Bader1996-01-271-3/+3
* (ports_reallocate_from_external):Miles Bader1996-01-271-2/+2
* (ports_reallocate_port):Miles Bader1996-01-271-2/+2
* (ports_no_senders): Use ports_interrupt_rpcs instead of ports_interrupt_rpc.Miles Bader1996-01-271-2/+2
* (ports_manage_port_operations_one_thread):Miles Bader1996-01-271-5/+3
* (ports_manage_port_operations_multithread):Miles Bader1996-01-271-8/+15
* (ports_intern_external_port): Call ports_import_port.Miles Bader1996-01-271-71/+6
* (ports_create_port, ports_import_ports): New declarations.Miles Bader1996-01-271-29/+60
* (ports_inhibit_class_rpcs):Miles Bader1996-01-271-19/+31
* (ports_inhibit_bucket_rpcs):Miles Bader1996-01-271-20/+34
* (ports_inhibit_all_rpcs):Miles Bader1996-01-271-22/+37
* (ports_create_class): Initialize the uninhibitable_rpcs field.Miles Bader1996-01-271-0/+1
* (ports_inhibit_port_rpcs):Miles Bader1996-01-271-16/+31
* (ports_begin_rpc):Miles Bader1996-01-271-37/+60
* (ports_allocate_port): Call ports_create_port.Miles Bader1996-01-271-56/+6
* (ports_no_senders):Miles Bader1996-01-191-4/+6
* (ports_interrupt_rpc_on_notification): If PORT is dead or bogus, interruptMiles Bader1996-01-051-0/+11
* (ports_interrupt_rpc_on_notification): If NEW_REQ is not needed, put it onRoland McGrath1995-12-281-1/+4
* Gratuitous dithering.Miles Bader1995-12-281-1/+1
* (ports_interrupt_self_on_dead_port): New macro.Miles Bader1995-12-281-0/+4
* (ports_interrupt_notified_rpcs):Miles Bader1995-12-281-16/+19
* (SRCS): Add interrupt-on-notify.c, interrupt-notified-rpcs.c, and dead-name.c.Miles Bader1995-12-271-1/+2
* (struct rpc_info): Add notifies field.Miles Bader1995-12-271-0/+56
* (ports_do_mach_notify_dead_name): Call ports_dead_name().Miles Bader1995-12-271-1/+6
* (ports_no_senders): Interrupt any rpcs requesting such.Miles Bader1995-12-271-0/+3
* (ports_end_rpc): Get rid of any rpc notifications.Miles Bader1995-12-271-0/+3
* (ports_begin_rpc): Initialize the notifies field.Miles Bader1995-12-271-0/+1
* Initial revisionMiles Bader1995-12-273-0/+311
* If calling thread is serving an RPC, don't block waiting for that RPC toRoland McGrath1995-11-221-7/+10
* Don't wire timeouts to zero.Roland McGrath1995-11-221-11/+9
* (ports_S_interrupt_operation): Declare kern_return_t.Michael I. Bushnell1995-11-211-1/+1
* (ports_do_mach_notify_dead_name): declare kern_return_t.Michael I. Bushnell1995-11-211-8/+8
* (ports_S_interrupt_operation): Declare extern.Michael I. Bushnell1995-11-211-7/+9
* Include "notify_S.h".Michael I. Bushnell1995-11-216-0/+6
* Include "interrupt_S.h".Michael I. Bushnell1995-11-211-0/+1
* (ports_S_interrupt_operation): Include seqno arg.Michael I. Bushnell1995-11-211-1/+1
* (ports_manage_port_operations_multithread): Actually, just useMichael I. Bushnell1995-11-211-20/+3
* (ports_manage_port_operations_multithread): Lock _ports_lock aroundMichael I. Bushnell1995-11-211-1/+6
* (ports_S_interrupt_operation): Set PI->cancel_threshhold if theMichael I. Bushnell1995-11-211-1/+6
* (ports_manage_port_operations_multithread/internal_demuxer): If theMichael I. Bushnell1995-11-211-1/+17
* (ports_manage_port_operations_one_thread): Doc fix.Michael I. Bushnell1995-11-211-0/+3
* (ports_reallocate_from_external): Clear PI->cancel_threshhold.Michael I. Bushnell1995-11-211-0/+1
* (ports_reallocate_port): Clear PI->cancel_threshhold.Michael I. Bushnell1995-11-211-0/+1
* (ports_intern_external_port): Initialize PI->cancel_threshhold.Michael I. Bushnell1995-11-211-0/+1
* (ports_allocate_port): Initialize PI->cancel_threshhold.Michael I. Bushnell1995-11-211-0/+1
* (struct port_info): New member `cancel_threshhold'.Michael I. Bushnell1995-11-211-0/+1
* If calling thread is serving an RPC, don't block waiting for that RPC toRoland McGrath1995-11-183-16/+25
* (ports_inhibit_all_rpcs): Renamed from inhibit_all_rpcs.Roland McGrath1995-11-181-6/+6