Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-07-21 | (ports_get_right): If the right is null (because we are closing down), | Michael I. Bushnell | |
then just return null. (This helps in a race in ufs/ex2fs). | |||
1995-07-21 | (_ports_complete_deallocate): Clear PI->port_right; and do it before | Michael I. Bushnell | |
releasing _ports_lock. | |||
1995-07-21 | (ports_manage_port_operations_multithread): For now, wire | Michael I. Bushnell | |
GLOBAL_TIMEOUT and THREAD_TIMEOUT to zero. | |||
1995-07-18 | (ports_manage_port_operations_multithread): typo | Michael I. Bushnell | |
1995-07-18 | (ports_manage_port_operations_multithread) [thread_function]: Return | Michael I. Bushnell | |
int. Don't cthread_exit child threads; just let them return normally. | |||
1995-07-12 | (ports_resume_class_rpcs): Clear blocked flag using correct name. | Michael I. Bushnell | |
1995-07-12 | (ports_manage_port_operations_multithread) [internal_demuxer]: | Michael I. Bushnell | |
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. | |||
1995-07-08 | (ports_create_class): Initialize the PORTS and COUNT fields. | Miles Bader | |
1995-07-08 | (ports_allocate_port): Properly add PI to CLASS's port list when the | Miles Bader | |
list is empty. | |||
1995-07-08 | (ports_begin_rpc): Properly add INFO to PI's current_rpcs list when the | Miles Bader | |
list is empty. | |||
1995-07-08 | (ports_intern_external_port): Properly add PI to CLASS's port list when the | Miles Bader | |
list is empty. | |||
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-06-27 | Fix attribute specs. | Michael I. Bushnell | |
1995-06-27 | (SRCS): Add it *back*. | Michael I. Bushnell | |
1995-06-27 | (cond_broadcast): Here's a real fix. | Michael I. Bushnell | |
1995-06-27 | (SRCS): nope. | Michael I. Bushnell | |
1995-06-27 | (SRCS): Added stubs.c. | Michael I. Bushnell | |
1995-06-27 | Initial revision | Michael I. Bushnell | |
1995-06-27 | Fix spelling error. | Michael I. Bushnell | |
1995-06-26 | (ports_manage_port_operations_multithread): Declare NREQTHREADS asd | Michael I. Bushnell | |
TOTALTHREADS volatile. | |||
1995-06-26 | (ports_manage_port_operations_multithread): Declare ERR inside | Michael I. Bushnell | |
THREAD_FUNCTION so it doesn't get shared by multiple threads. | |||
1995-06-26 | (ports_manage_port_operations_multithread): When master goes back to | Michael I. Bushnell | |
wait for messages, it should unlock LOCK. | |||
1995-06-26 | (ports_manage_port_operations_multithread/thread_function): Don't hold | Michael I. Bushnell | |
lock while setting TIMEOUT. | |||
1995-06-22 | (ports_reallocate_from_external): Parenthesize flags test correctly. | Michael I. Bushnell | |
1995-06-22 | (ports_get_right): Parenthesize flag test correctly. | Michael I. Bushnell | |
1995-06-22 | (ports_enable_bucket): muddle. | Michael I. Bushnell | |
1995-06-22 | (ports_enable_bucket): Turn flag *on* when waiting. | Michael I. Bushnell | |
1995-06-22 | (ports_lookup_port): UNlock port lock at exit of function. | Michael I. Bushnell | |
1995-06-22 | Include <hurd/ihash.h>. | Michael I. Bushnell | |
1995-06-22 | Include <cthreads.h>. | Michael I. Bushnell | |
(ports_bucket_iterate): Fix decl of NXT. | |||
1995-06-21 | Typo. | Michael I. Bushnell | |
1995-06-21 | Typo again. | Michael I. Bushnell | |
1995-06-21 | (ports_bucket_iterate): Typo | Michael I. Bushnell | |
. | |||
1995-06-21 | typo | Michael I. Bushnell | |
1995-06-21 | Initial revision | Michael I. Bushnell | |
1995-06-21 | (port_bucket_iterate): New decl. | Michael I. Bushnell | |
1995-06-20 | Initial revision | Michael I. Bushnell | |
1995-06-20 | Include <cthreads.h>. | Michael I. Bushnell | |
1995-06-20 | (ports_lookup_port): Remove assignment from if test. | Michael I. Bushnell | |
1995-06-20 | Initial revision | Michael I. Bushnell | |