summaryrefslogtreecommitdiff
path: root/libports
AgeCommit message (Expand)Author
1996-08-12*** empty log message ***Thomas Bushnell
1996-07-19Create a new ports port without adding it to the bucket's port-set.Miles Bader
1996-07-19Shared function used by both ports_create_port and ports_create_port_noinstall.Miles Bader
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-03(ports_get_right): Supply correct sync value in notification request.Michael I. Bushnell
1996-05-14*** empty log message ***Michael I. Bushnell
1996-05-06(SRCS): Delete `intern-external-port.c' and `allocate-port.c'.Michael I. Bushnell
1996-05-06(ports_allocate_port, ports_intern_external_port): Delete obsoleteMichael I. Bushnell
1996-04-28Add obsolescence link warning.Roland McGrath
1996-03-29(ports_end_rpc): Acquire _PORTS_LOCK before calling _ports_remove_notified_rpc.Miles Bader
1996-03-29(ports_reallocate_port): Require port to have a current portMichael I. Bushnell
1996-03-29(ports_reallocate_from_external): Require port to have a current portMichael I. Bushnell
1996-03-29(_ports_complete_deallocate): Only drop port right if it isn't alreadyMichael I. Bushnell
1996-03-29(ports_transfer_right):Michael I. Bushnell
1996-03-29(SRCS): Add transfer-right.c.Michael I. Bushnell
1996-03-29Initial revisionMichael I. Bushnell
1996-03-29(ports_claim_right): Doc fix.Michael I. Bushnell
1996-03-28(ports_manage_port_operations_one_thread): Fill in meaningfulMichael I. Bushnell
1996-03-28(ports_manage_port_operations_multithread): Fill in meaningfulMichael I. Bushnell
1996-03-28(ports_begin_rpc): Return EOPNOTSUPP, not EDIED, if receive right isMichael I. Bushnell
1996-03-28(ports_manage_port_operations_one_thread): Fill in default replyMichael I. Bushnell
1996-03-28(ports_claim_right): Hold lock until sendright frobbing is finished.Michael I. Bushnell
1996-03-20(ports_claim_right):Michael I. Bushnell
1996-03-20(ports_destroy_right): Don't do anything if port has already beenMichael I. Bushnell
1996-03-20(SRCS): Add `claim-right.c'.Michael I. Bushnell
1996-03-20Initial revisionMichael I. Bushnell
1996-03-20(ports_claim_right): New declaration.Michael I. Bushnell
1996-03-05(ports_get_right):Miles Bader
1996-03-05Initial revisionMiles Bader
1996-02-26(ports_interrupt_rpc_on_notification): Only set PN->prev_req_p if PN != 0.Miles Bader
1996-02-26(ports_interrupt_rpc_on_notification):Miles Bader
1996-01-27(ports_interrupt_rpcs): Renamed from ports_interrupt_rpc.Miles Bader
1996-01-27(ports_S_interrupt_operation):Miles Bader
1996-01-27(SRCS):Miles Bader
1996-01-27(ports_reallocate_from_external):Miles Bader
1996-01-27(ports_reallocate_port):Miles Bader
1996-01-27(ports_no_senders): Use ports_interrupt_rpcs instead of ports_interrupt_rpc.Miles Bader
1996-01-27(ports_manage_port_operations_one_thread):Miles Bader
1996-01-27(ports_manage_port_operations_multithread):Miles Bader
1996-01-27(ports_intern_external_port): Call ports_import_port.Miles Bader
1996-01-27(ports_create_port, ports_import_ports): New declarations.Miles Bader
1996-01-27(ports_inhibit_class_rpcs):Miles Bader
1996-01-27(ports_inhibit_bucket_rpcs):Miles Bader
1996-01-27(ports_inhibit_all_rpcs):Miles Bader
1996-01-27(ports_create_class): Initialize the uninhibitable_rpcs field.Miles Bader
1996-01-27(ports_inhibit_port_rpcs):Miles Bader
1996-01-27(ports_begin_rpc):Miles Bader