Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-06-27 | (trivfs_S_io_reauthenticate): Use new ports interface. | Michael I. Bushnell | |
1995-06-27 | (trivfs_S_io_duplicate): Use new ports interface. | Michael I. Bushnell | |
1995-06-27 | (trivfs_handle_port): Take new parms; use new ports interface; | Michael I. Bushnell | |
initialize CNTL->protid_bucket. | |||
1995-06-27 | (trivfs_handle_port): New parms CONTROL_BUCKET and PROTID_BUCKET. | Michael I. Bushnell | |
1995-06-27 | (trivfs_S_fsys_getroot): Use new form of ports_allocate_port call. | Michael I. Bushnell | |
1995-06-27 | (struct trivfs_control): New member `protid_bucket'. | Michael I. Bushnell | |
1995-06-27 | (trivfs_control): Renamed member `protid_types' to be `protid_class' | Michael I. Bushnell | |
and changed type to be `stroct port_class *'. | |||
1995-06-27 | (trivfs_protid_portclasses): Renamed from | Michael I. Bushnell | |
trivfs_protid_porttypes. Change type to `struct port_class *'. (trivfs_protid_nportclasses): Renamed from trivfs_protid_nporttypes. (trivfs_cntl_portclasses): Renamed from trivfs_cntl_porttypes. Change type to `struct port_class *'. (trivfs_cntl_nportclasses): Renamed from trivfs_cntl_nporttypes. (trivfs_startup): Pass port classes instead of integer types. (trivfs_handle_port): Likewise. (trivfs_goaway): Likewise. | |||
1995-06-27 | Fix spelling error. | Michael I. Bushnell | |
1995-06-27 | (diskfs_pager_users/enable_cache): Fix typo. | Michael I. Bushnell | |
Include <unistd.h>. | |||
1995-06-27 | tnhn | Michael I. Bushnell | |
1995-06-27 | (diskfs_pager_users): New function. | Michael I. Bushnell | |
1995-06-27 | (COBJS): Add get-upi.o. | Michael I. Bushnell | |
1995-06-27 | Initial revision | Michael I. Bushnell | |
1995-06-27 | (pager_get_upi): New function. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_fsys_set_options): Fix parens. | Michael I. Bushnell | |
1995-06-26 | (diskfs_shutdown): Fix parens. | Michael I. Bushnell | |
1995-06-26 | (diskfs_shutdown): Ignore harmless errors from fsys_goaway. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_fsys_set_options/helper): Ignore harmless errors from | Michael I. Bushnell | |
fsys_set_options. | |||
1995-06-26 | (diskfs_S_fsys_syncfs): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_fsys_getpriv): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY and | Michael I. Bushnell | |
REPLYTYPE. | |||
1995-06-26 | (diskfs_S_fsys_getroot): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_fsys_goaway): Include "fsys_S.h" and "fsys_reply_U.h". New | Michael I. Bushnell | |
parms REPLY and REPLY_TYPE. Send fsys_goaway reply message before exit. | |||
1995-06-26 | (diskfs_S_fsys_startup): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | |
1995-06-26 | (fsys-MIGSFLAGS): Actually, it should be thes. | Michael I. Bushnell | |
1995-06-26 | (fsys_reply-MIGUFLAGS): New variable. | Michael I. Bushnell | |
1995-06-26 | (MIGSTUBS): | Michael I. Bushnell | |
1995-06-26 | (fsys_goaway_reply): New routine, in its proper place. | 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-26 | (periodic_sync_thread, periodic_sync_lock): Declare static. | Michael I. Bushnell | |
(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. | |||
1995-06-26 | (master_thread_function): Exit when shutdown returns zero. | Michael I. Bushnell | |
1995-06-26 | (diskfs_shutdown): Fix parentheses on bitwise tests. | Michael I. Bushnell | |
1995-06-26 | (CPPFLAGS): Put -I../lib back in. | Miles Bader | |
Put back the vpath for %.c to ../lib. | |||
1995-06-26 | (diskfs_S_fsys_goaway): If diskfs_shutdown returns zero, then exit | Michael I. Bushnell | |
here. | |||
1995-06-26 | (diskfs_shutdown): Don't actually exit; return zero instead. | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_file_set_translator): Ignore harmless errors from | Michael I. Bushnell | |
fsys_goaway. | |||
1995-06-26 | (diskfs_S_file_set_translator): ditto | Michael I. Bushnell | |
1995-06-26 | (diskfs_S_file_set_translator): Fix parentheses on first active EXCL | Michael I. Bushnell | |
check. | |||
1995-06-26 | (fshelp_fetch_root): Wakeup other blocked calls *before* returning | Michael I. Bushnell | |
errors provided by fshelp_start_translator_long or CALLBACK. | |||
1995-06-24 | (force_delayed_copies, enable_delayed_copies): Change pager [un]ref calls to | Miles Bader | |
use the new ports ref calls directly instead. | |||
1995-06-24 | (struct user_pager_info): Remove the next & prevp fields. | Miles Bader | |
1995-06-24 | (diskfs_direnter): Move assignment out of test. | Miles Bader | |
(diskfs_get_directs): Fix print-format types. | |||
1995-06-24 | (diskfs_free_node): Fix print-format types. | Miles Bader | |
1995-06-24 | (diskfs_lost_hardrefs): Change pager [un]ref calls to use the new ports ref | Miles Bader | |
calls directly instead. (diskfs_node_iterate): New function. (write_all_disknodes): Re-implemented using diskfs_node_iterate. | |||
1995-06-24 | (main): Have the initial thread die when it's done, leaving other thread to | Miles Bader | |
do the work. (thread_cancel): Dummy function. |