summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-07-22Don't include dependency files if no_deps is set.Michael I. Bushnell
1995-07-22entered into RCSMiles Bader
1995-07-22(diskfs_S_file_getcontrol): Fix typo.Michael I. Bushnell
1995-07-22(start_execserver): Tyo.Michael I. Bushnell
1995-07-22Formerly sock.c.~12~Miles Bader
1995-07-22Formerly socket.c.~14~Miles Bader
1995-07-22Formerly pf.c.~8~Miles Bader
1995-07-22entered into RCSMiles Bader
1995-07-22Formerly io.c.~11~Miles Bader
1995-07-22Formerly sock.c.~11~Miles Bader
1995-07-22Formerly io.c.~10~Miles Bader
1995-07-22Formerly sserver.c.~3~Miles Bader
1995-07-22entered into RCSMiles Bader
1995-07-22entered into RCSMiles Bader
1995-07-22Formerly sserver.c.~2~Miles Bader
1995-07-22Initial revisionMiles Bader
1995-07-22Initial revisionMiles Bader
1995-07-22Formerly pflocal.c.~8~Miles Bader
1995-07-22entered into RCSMiles Bader
1995-07-22Formerly socket.c.~13~Miles Bader
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(diskfs_get_filemap): Drop initial reference created by pager_create.Michael I. Bushnell
(pager_clear_user_data): Only clear UPI->node->dn->fileinfo if it still points to us.
1995-07-21(diskfs_get_filemap): Drop initial reference created by pager_create.Michael I. Bushnell
(pager_clear_user_data): Only clear UPI->np->dn->fileinfo if it still points to us.
1995-07-21(_ports_complete_deallocate): Clear PI->port_right; and do it beforeMichael I. Bushnell
releasing _ports_lock.
1995-07-21(diskfs_get_filemap): Free initial reference created by pager_create.Michael I. Bushnell
1995-07-21(_diskfs_translator_callback_fn): Use correct sense of diskfs_readonlyMichael I. Bushnell
flag.
1995-07-21(_diskfs_translator_callback_fn): Free initial reference created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_io_restrict_auth): Free initial referenc created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_io_duplicate): Free initial reference created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_fsys_getroot): Free initial reference created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_file_invoke_translator): Free initial reference created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_file_exec): Free initial reference created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_dir_mkfile): Free initial reference created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_S_dir_lookup): Free initial references created byMichael I. Bushnell
diskfs_make_protid.
1995-07-21(diskfs_start_bootstrap): Free initial reference created by diskfs_make_protid.Michael I. Bushnell
(diskfs_S_exec_startup): Likewise. (diskfs_S_fsys_init): Likewise.
1995-07-21(diskfs_S_io_reauthenticate): Free initial reference created byMichael I. Bushnell
diskfs_start_protid.
1995-07-21(trivfs_S_io_restrict_auth): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(trivfs_S_io_reauthenticate): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(trivfs_S_io_duplicate): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(trivfs_handle_port): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(trivfs_S_fsys_getroot): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(diskfs_startup_diskfs): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(diskfs_S_file_getcontrol): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(start_execserver): Free initial reference created by ports_allocate_port.Michael I. Bushnell
1995-07-21(diskfs_start_bootstrap): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-07-21(_pager_seqnos_memory_object_create): Drop initial reference createdMichael I. Bushnell
by ports_intern_external_reference when we're done with P.
1995-07-21(diskfs_S_dir_lookup): Examine the active translator on NP, not onMichael I. Bushnell
diskfs_root_node, to see if translator usage is necessary.
1995-07-21(diskfs_S_file_set_translator): Only validate PASSIVELEN if PASSIVE isMichael I. Bushnell
set.
1995-07-21(ports_manage_port_operations_multithread): For now, wireMichael I. Bushnell
GLOBAL_TIMEOUT and THREAD_TIMEOUT to zero.
1995-07-20Protect against including twice, and add includes that we depend on.Miles Bader