Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ports_end_rpc): Call hurd_check_cancel. | Michael I. Bushnell | 1995-09-08 | 1 | -0/+4 |
| | |||||
* | (OBJS): Add interruptServer.o. | Miles Bader | 1995-09-06 | 1 | -2/+3 |
| | | | | (SRCS): Add interrupt-operation.c. | ||||
* | (ports_interrupt_server, ports_S_interrupt_operation): New declarations. | Miles Bader | 1995-09-06 | 1 | -2/+6 |
| | |||||
* | Initial revision | Miles Bader | 1995-09-06 | 1 | -0/+34 |
| | |||||
* | (ports_notify_server, ports_do_mach_notify_*): New decls. | Miles Bader | 1995-09-06 | 1 | -1/+13 |
| | |||||
* | (MIGCOMSFLAGS): New variable. | Miles Bader | 1995-09-06 | 1 | -2/+7 |
| | | | | | | (OBJS): Added notifyServer.o. (SRCS): Added notify-dead-name.c, notify-no-senders.c, notify-port-destroyed.c, notify-msg-accepted.c, notify-port-deleted.c, and notify-send-once.c. | ||||
* | Initial revision | Miles Bader | 1995-09-06 | 6 | -0/+167 |
| | |||||
* | (inhibit_port_rpcs): Renamed to `ports_inhibit_port_rpcs'. | Miles Bader | 1995-08-30 | 1 | -1/+1 |
| | |||||
* | (ports_manage_port_operations_multithread): Hammer WIRE_CTHREADS on | Michael I. Bushnell | 1995-08-29 | 1 | -0/+4 |
| | | | | for now. | ||||
* | (ports_inhibit_bucket_rpcs): thread_cancel -> hurd_thread_cancel. | Miles Bader | 1995-08-24 | 1 | -1/+2 |
| | | | | Include <hurd.h>. | ||||
* | (ports_inhibit_class_rpcs): thread_cancel -> hurd_thread_cancel. | Miles Bader | 1995-08-24 | 1 | -1/+2 |
| | | | | Include <hurd.h>. | ||||
* | (inhibit_all_rpcs): thread_cancel -> hurd_thread_cancel. | Miles Bader | 1995-08-24 | 1 | -1/+2 |
| | | | | Include <hurd.h>. | ||||
* | (inhibit_port_rpcs): thread_cancel -> hurd_thread_cancel. Include <hurd.h>. | Miles Bader | 1995-08-24 | 1 | -1/+2 |
| | |||||
* | (ports_interrupt_rpc): thread_cancel -> hurd_thread_cancel. Include <hurd.h>. | Miles Bader | 1995-08-24 | 1 | -2/+0 |
| | |||||
* | (ports_interrupt_rpc): Really never mind. | Michael I. Bushnell | 1995-08-24 | 1 | -1/+0 |
| | |||||
* | (ports_interrupt_rpc): Never mind. | Michael I. Bushnell | 1995-08-24 | 1 | -2/+1 |
| | |||||
* | (ports_interrupt_rpc): Don't attempt to cancel ourselves. | Michael I. Bushnell | 1995-08-24 | 1 | -1/+3 |
| | |||||
* | (ports_interrupt_rpc): (ports_interrupt_rpc): | Michael I. Bushnell | 1995-08-24 | 1 | -1/+2 |
| | |||||
* | (OBJS): Use :.c=.o notation. | Miles Bader | 1995-08-24 | 1 | -5/+3 |
| | | | | | (REMHDRS): Removed. Order changed a bit. | ||||
* | (ports_get_right): If the right is null (because we are closing down), | Michael I. Bushnell | 1995-07-21 | 1 | -1/+7 |
| | | | | then just return null. (This helps in a race in ufs/ex2fs). | ||||
* | (_ports_complete_deallocate): Clear PI->port_right; and do it before | Michael I. Bushnell | 1995-07-21 | 1 | -2/+3 |
| | | | | releasing _ports_lock. | ||||
* | (ports_manage_port_operations_multithread): For now, wire | Michael I. Bushnell | 1995-07-21 | 1 | -0/+2 |
| | | | | GLOBAL_TIMEOUT and THREAD_TIMEOUT to zero. | ||||
* | (ports_manage_port_operations_multithread): typo | Michael I. Bushnell | 1995-07-18 | 1 | -0/+1 |
| | |||||
* | (ports_manage_port_operations_multithread) [thread_function]: Return | Michael I. Bushnell | 1995-07-18 | 1 | -4/+2 |
| | | | | int. Don't cthread_exit child threads; just let them return normally. | ||||
* | (ports_resume_class_rpcs): Clear blocked flag using correct name. | Michael I. Bushnell | 1995-07-12 | 1 | -1/+1 |
| | |||||
* | (ports_manage_port_operations_multithread) [internal_demuxer]: | Michael I. Bushnell | 1995-07-12 | 1 | -8/+11 |
| | | | | | | Increment NREQTHREADS and TOTALTHREADS *before* forking newthread. [thread_function]: Don't increment NREQTHREADS and TOTALTHREADS here. Initialize NREQTHREADS and TOTALTHREADS in main body of function. | ||||
* | (ports_create_class): Initialize the PORTS and COUNT fields. | Miles Bader | 1995-07-08 | 1 | -0/+3 |
| | |||||
* | (ports_allocate_port): Properly add PI to CLASS's port list when the | Miles Bader | 1995-07-08 | 1 | -1/+2 |
| | | | | list is empty. | ||||
* | (ports_begin_rpc): Properly add INFO to PI's current_rpcs list when the | Miles Bader | 1995-07-08 | 1 | -1/+2 |
| | | | | list is empty. | ||||
* | (ports_intern_external_port): Properly add PI to CLASS's port list when the | Miles Bader | 1995-07-08 | 1 | -1/+2 |
| | | | | list is empty. | ||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -4/+0 |
| | |||||
* | Fix attribute specs. | Michael I. Bushnell | 1995-06-27 | 1 | -2/+4 |
| | |||||
* | (SRCS): Add it *back*. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | |||||
* | (cond_broadcast): Here's a real fix. | Michael I. Bushnell | 1995-06-27 | 1 | -0/+2 |
| | |||||
* | (SRCS): nope. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | |||||
* | (SRCS): Added stubs.c. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-27 | 1 | -0/+34 |
| | |||||
* | Fix spelling error. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | |||||
* | (ports_manage_port_operations_multithread): Declare NREQTHREADS asd | Michael I. Bushnell | 1995-06-26 | 1 | -2/+2 |
| | | | | TOTALTHREADS volatile. | ||||
* | (ports_manage_port_operations_multithread): Declare ERR inside | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | | | | THREAD_FUNCTION so it doesn't get shared by multiple threads. | ||||
* | (ports_manage_port_operations_multithread): When master goes back to | Michael I. Bushnell | 1995-06-26 | 1 | -1/+4 |
| | | | | wait for messages, it should unlock LOCK. | ||||
* | (ports_manage_port_operations_multithread/thread_function): Don't hold | Michael I. Bushnell | 1995-06-26 | 1 | -1/+2 |
| | | | | lock while setting TIMEOUT. | ||||
* | (ports_reallocate_from_external): Parenthesize flags test correctly. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_get_right): Parenthesize flag test correctly. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_enable_bucket): muddle. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_enable_bucket): Turn flag *on* when waiting. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (ports_lookup_port): UNlock port lock at exit of function. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | Include <hurd/ihash.h>. | Michael I. Bushnell | 1995-06-22 | 1 | -0/+1 |
| | |||||
* | Include <cthreads.h>. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+2 |
| | | | | (ports_bucket_iterate): Fix decl of NXT. | ||||
* | Typo. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+2 |
| |