Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (thread_timeout, server_timeout): New vars. | Michael I. Bushnell | 1995-07-18 | 1 | -5/+5 |
| | | | | | (THREAD_TIMEOUT, SERVER_TIMEOUT): Delete macros. (master_thread_function): Use vars instead of macros. | ||||
* | (diskfs_S_file_get_translator): Conform to new memory semantic of | Michael I. Bushnell | 1995-07-18 | 1 | -1/+14 |
| | | | | diskfs_get_translator. | ||||
* | (diskfs_shutdown): Call ports_resume_class_rpcs for | Michael I. Bushnell | 1995-07-12 | 1 | -0/+1 |
| | | | | diskfs_protid_class before return EBUSY. | ||||
* | (ourfs_notify.defs): SYMLINK it. | Michael I. Bushnell | 1995-07-06 | 1 | -1/+1 |
| | |||||
* | (ourfs_notify_U.h ourfs_notifyUser.c): Use ourfs_notify.defs instead | Michael I. Bushnell | 1995-07-06 | 1 | -2/+7 |
| | | | | | of directly out of the include directory. (ourfs_notify.defs): New target. | ||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -12/+0 |
| | |||||
* | tnhn | Michael I. Bushnell | 1995-06-27 | 1 | -2/+0 |
| | |||||
* | (diskfs_S_fsys_set_options): Fix parens. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_shutdown): Fix parens. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_shutdown): Ignore harmless errors from fsys_goaway. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+4 |
| | |||||
* | (diskfs_S_fsys_set_options/helper): Ignore harmless errors from | Michael I. Bushnell | 1995-06-26 | 1 | -0/+3 |
| | | | | fsys_set_options. | ||||
* | (diskfs_S_fsys_syncfs): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_getpriv): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY and | Michael I. Bushnell | 1995-06-26 | 1 | -0/+3 |
| | | | | REPLYTYPE. | ||||
* | (diskfs_S_fsys_getroot): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_goaway): Include "fsys_S.h" and "fsys_reply_U.h". New | Michael I. Bushnell | 1995-06-26 | 1 | -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. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (fsys-MIGSFLAGS): Actually, it should be thes. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (fsys_reply-MIGUFLAGS): New variable. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+1 |
| | |||||
* | (MIGSTUBS): | Michael I. Bushnell | 1995-06-26 | 1 | -0/+1 |
| | |||||
* | (periodic_sync_thread, periodic_sync_lock): Declare static. | Michael I. Bushnell | 1995-06-26 | 1 | -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. Bushnell | 1995-06-26 | 1 | -2/+1 |
| | |||||
* | (diskfs_shutdown): Fix parentheses on bitwise tests. | Michael I. Bushnell | 1995-06-26 | 1 | -2/+2 |
| | |||||
* | (diskfs_S_fsys_goaway): If diskfs_shutdown returns zero, then exit | Michael I. Bushnell | 1995-06-26 | 1 | -0/+9 |
| | | | | here. | ||||
* | (diskfs_shutdown): Don't actually exit; return zero instead. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_file_set_translator): Ignore harmless errors from | Michael I. Bushnell | 1995-06-26 | 1 | -1/+3 |
| | | | | fsys_goaway. | ||||
* | (diskfs_S_file_set_translator): ditto | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_file_set_translator): Fix parentheses on first active EXCL | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | | | | check. | ||||
* | (diskfs_shutdown) [helper]: Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_syncfs) [helper]: Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_file_syncfs): Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (_diskfs_translator_callback): Must be extern to force inclusion of | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | | | | trans-callback.c. | ||||
* | (diskfs_S_dir_lookup): Correctly parethenize O_NOTRANS flags test. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (diskfs_shutdown): Fix first arg to fshelp_fetch_control. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (diskfs_node_rdwr): Remove assignment from if test. | Michael I. Bushnell | 1995-06-20 | 1 | -2/+5 |
| | |||||
* | (diskfs_make_node): Fix function name fshelp_init_transbox -> | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | | | | fshelp_transbox_init. | ||||
* | Include <hurd/fsys.h>. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+2 |
| | | | | (diskfs_S_fsys_syncfs): Fix first arg to fshelp_fetch_control. | ||||
* | (diskfs_S_fsys_set_options): [helper] Fix first arg to | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | | | | fshelp_fetch_control. | ||||
* | Include <hurd/fsys.h> | Michael I. Bushnell | 1995-06-20 | 1 | -1/+2 |
| | | | | | (diskfs_S_file_syncfs) [helper]: First arg to fshelp_fetch_control should be &NP->transbox, not NP. | ||||
* | (diskfs_S_file_set_translator): Remove assignment from if test. | Michael I. Bushnell | 1995-06-20 | 1 | -22/+28 |
| | |||||
* | (diskfs_S_fsys_set_options): | Michael I. Bushnell | 1995-06-20 | 1 | -1/+5 |
| | |||||
* | (diskfs_shutdown): | Michael I. Bushnell | 1995-06-20 | 1 | -1/+5 |
| | |||||
* | (diskfs_S_file_syncfs): | Michael I. Bushnell | 1995-06-20 | 1 | -0/+1 |
| | |||||
* | (diskfs_S_fsys_syncfs): | Michael I. Bushnell | 1995-06-20 | 1 | -0/+1 |
| | |||||
* | (diskfs_S_fsys_set_options): Use diskfs_node_iterate instead of | Michael I. Bushnell | 1995-06-20 | 1 | -5/+17 |
| | | | | fshelp_translator_iterate. | ||||
* | (diskfs_S_file_syncfs): Typo. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_fsys_syncfs): Typo. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (diskfs_shutdown): Use diskfs_node_iterate instead of | Michael I. Bushnell | 1995-06-20 | 1 | -5/+17 |
| | | | | diskfs_translator_iterate. |