aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (COBJS): Add get-upi.o.Michael I. Bushnell1995-06-271-1/+1
|
* Initial revisionMichael I. Bushnell1995-06-271-0/+27
|
* (pager_get_upi): New function.Michael I. Bushnell1995-06-271-0/+4
|
* (diskfs_S_fsys_set_options): Fix parens.Michael I. Bushnell1995-06-261-1/+1
|
* (diskfs_shutdown): Fix parens.Michael I. Bushnell1995-06-261-1/+1
|
* (diskfs_shutdown): Ignore harmless errors from fsys_goaway.Michael I. Bushnell1995-06-261-0/+4
|
* (diskfs_S_fsys_set_options/helper): Ignore harmless errors fromMichael I. Bushnell1995-06-261-0/+3
| | | | fsys_set_options.
* (diskfs_S_fsys_syncfs): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* (diskfs_S_fsys_getpriv): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* (diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY andMichael I. Bushnell1995-06-261-0/+3
| | | | REPLYTYPE.
* (diskfs_S_fsys_getroot): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* (diskfs_S_fsys_goaway): Include "fsys_S.h" and "fsys_reply_U.h". NewMichael I. Bushnell1995-06-261-2/+5
| | | | | parms REPLY and REPLY_TYPE. Send fsys_goaway reply message before exit.
* (diskfs_S_fsys_startup): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* (fsys-MIGSFLAGS): Actually, it should be thes.Michael I. Bushnell1995-06-261-1/+1
|
* (fsys_reply-MIGUFLAGS): New variable.Michael I. Bushnell1995-06-261-0/+1
|
* (MIGSTUBS):Michael I. Bushnell1995-06-261-0/+1
|
* (fsys_goaway_reply): New routine, in its proper place.Michael I. Bushnell1995-06-261-2/+5
|
* (ports_manage_port_operations_multithread): Declare NREQTHREADS asdMichael I. Bushnell1995-06-261-2/+2
| | | | TOTALTHREADS volatile.
* (ports_manage_port_operations_multithread): Declare ERR insideMichael I. Bushnell1995-06-261-1/+1
| | | | THREAD_FUNCTION so it doesn't get shared by multiple threads.
* (ports_manage_port_operations_multithread): When master goes back toMichael I. Bushnell1995-06-261-1/+4
| | | | wait for messages, it should unlock LOCK.
* (ports_manage_port_operations_multithread/thread_function): Don't holdMichael I. Bushnell1995-06-261-1/+2
| | | | lock while setting TIMEOUT.
* (periodic_sync_thread, periodic_sync_lock): Declare static.Michael I. Bushnell1995-06-261-16/+13
| | | | | | | | (control): Delete var. (pi): New var. (diskfs_set_sync_interval): Set PI instead of CONTROL. (periodic_sync): Do sync by hand; use ports routines around it properly.
* (master_thread_function): Exit when shutdown returns zero.Michael I. Bushnell1995-06-261-2/+1
|
* (diskfs_shutdown): Fix parentheses on bitwise tests.Michael I. Bushnell1995-06-261-2/+2
|
* (CPPFLAGS): Put -I../lib back in.Miles Bader1995-06-261-0/+2
| | | | Put back the vpath for %.c to ../lib.
* (diskfs_S_fsys_goaway): If diskfs_shutdown returns zero, then exitMichael I. Bushnell1995-06-261-0/+9
| | | | here.
* (diskfs_shutdown): Don't actually exit; return zero instead.Michael I. Bushnell1995-06-261-1/+1
|
* (diskfs_S_file_set_translator): Ignore harmless errors fromMichael I. Bushnell1995-06-261-1/+3
| | | | fsys_goaway.
* (diskfs_S_file_set_translator): dittoMichael I. Bushnell1995-06-261-1/+1
|
* (diskfs_S_file_set_translator): Fix parentheses on first active EXCLMichael I. Bushnell1995-06-261-1/+1
| | | | check.
* (fshelp_fetch_root): Wakeup other blocked calls *before* returningMichael I. Bushnell1995-06-261-6/+8
| | | | errors provided by fshelp_start_translator_long or CALLBACK.
* (force_delayed_copies, enable_delayed_copies): Change pager [un]ref calls toMiles Bader1995-06-241-4/+4
| | | | use the new ports ref calls directly instead.
* (struct user_pager_info): Remove the next & prevp fields.Miles Bader1995-06-241-1/+0
|
* (diskfs_direnter): Move assignment out of test.Miles Bader1995-06-241-7/+10
| | | | (diskfs_get_directs): Fix print-format types.
* (diskfs_free_node): Fix print-format types.Miles Bader1995-06-241-1/+1
|
* (diskfs_lost_hardrefs): Change pager [un]ref calls to use the new ports refMiles Bader1995-06-241-16/+37
| | | | | | calls directly instead. (diskfs_node_iterate): New function. (write_all_disknodes): Re-implemented using diskfs_node_iterate.
* (main): Have the initial thread die when it's done, leaving other thread toMiles Bader1995-06-241-2/+7
| | | | | do the work. (thread_cancel): Dummy function.
* (thread_function): New function.Miles Bader1995-06-241-64/+52
| | | | | | | | | | | | | | | | | (create_disk_pager): Make a new thread to service paging requests. (pager_bucket): New variable. (pager_list_lock, file_pager_list): Variables deleted. (create_disk_pager): Create pager_bucket. (create_disk_pager, diskfs_get_filemap): Pass pager_bucket to pager_create. (pager_traverse): Function deleted. (diskfs_get_filemap, pager_clear_user_data): Don't add/remove UPI to/from the pager list, as there isn't any. (diskfs_shutdown_pager, diskfs_sync_everything): Use ports_bucket_iterate on pager_bucket to go through all the pagers, instead of pager_traverse. (diskfs_file_update, pager_traverse, allow_pager_softrefs, drop_pager_softrefs): Change pager [un]ref calls to use the new ports ref calls directly instead. (pager_dropweak): New function (does nothing).
* (HURDLIBS): Add libihash.Miles Bader1995-06-241-1/+2
|
* (diskfs_shutdown) [helper]: Unlock NP around fsys call.Michael I. Bushnell1995-06-231-0/+2
|
* (diskfs_S_fsys_syncfs) [helper]: Unlock NP around fsys call.Michael I. Bushnell1995-06-231-0/+2
|
* (diskfs_S_fsys_set_options): Unlock NP around fsys call.Michael I. Bushnell1995-06-231-0/+2
|
* (diskfs_S_file_syncfs): Unlock NP around fsys call.Michael I. Bushnell1995-06-231-0/+2
|
* (fshelp_fetch_root): Parenthesize assert test correctly.Michael I. Bushnell1995-06-231-1/+1
|
* (service_fsys_startup): Parenthesize construction of flags argMichael I. Bushnell1995-06-231-1/+1
| | | | correctly.
* (fshelp_fetch_root) [reauth]: If PORT is null, then just return it.Michael I. Bushnell1995-06-221-0/+3
|
* (fshelp_fetch_root): Pass type and length parameters in the rightMichael I. Bushnell1995-06-221-6/+5
| | | | order in calls to auth_makeauth and fshelp_start_translator_long.
* (ports_reallocate_from_external): Parenthesize flags test correctly.Michael I. Bushnell1995-06-221-1/+1
|
* (ports_get_right): Parenthesize flag test correctly.Michael I. Bushnell1995-06-221-1/+1
|