Age | Commit message (Expand) | Author |
1995-06-09 | (diskfs_S_fsys_startup): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell |
1995-06-09 | (diskfs_start_bootstrap): Use new args for ports_allocate_port. | Michael I. Bushnell |
1995-06-09 | (diskfs_S_fsys_goaway): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell |
1995-06-09 | (diskfs_S_fsys_getroot): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell |
1995-06-09 | (diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class, | Michael I. Bushnell |
1995-06-06 | (diskfs_shutdown_soft_ports): Deleted decl. | Michael I. Bushnell |
1995-05-22 | (diskfs_set_options): Don't fall through to the error case from the 's' one! | Miles Bader |
1995-05-20 | (diskfs_S_file_getcontrol): Unlock _diskfs_control_lock lock instead of | Miles Bader |
1995-05-20 | (OTHERSRCS): Add opts-set.c, opts-std-startup.c, and opts-runtime-def.c. | Miles Bader |
1995-05-20 | Initial revision | Miles Bader |
1995-05-20 | (diskfs_S_fsys_set_options): Extract the argument vector and call | Miles Bader |
1995-05-20 | (diskfs_standard_startup_options): Declare new variable. | Miles Bader |
1995-05-18 | (diskfs_startup_diskfs): Start periodic background syncing, if enabled. | Miles Bader |
1995-05-18 | Don't start auto-syncing in diskfs_spawn_first_thread, which is way too early! | Miles Bader |
1995-05-13 | (diskfs_execserver_task): New variable. | Roland McGrath |
1995-05-13 | (start_execserver): Don't create and load a task; the exec server file is | Roland McGrath |
1995-05-12 | Add fsys_set_options, replacing fsys_mod_readonly. | Miles Bader |
1995-05-12 | Rename fsys-readonly.c to fsys-options.c (as the function is now called | Miles Bader |
1995-05-12 | (diskfs_spawn_first_thread): Start background syncing. | Miles Bader |
1995-05-12 | Initial revision | Miles Bader |
1995-05-12 | (OTHERSRCS): Add sync-interval.c and sync-default.c. | Miles Bader |
1995-05-12 | Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval. | Miles Bader |
1995-05-12 | (diskfs_S_io_read): If the offset is past the end of the file, then | Michael I. Bushnell |
1995-04-28 | (diskfs_drop_node): Deal cleanly with errors in diskfs_truncate. | Michael I. Bushnell |
1995-04-28 | (diskfs_nrele, diskfs_nput): We need to hold a real reference around | Michael I. Bushnell |
1995-04-23 | (diskfs_create_node): Return EROFS if diskfs_readonly. | Miles Bader |
1995-04-05 | (diskfs_S_dir_rmdir): Do fsys_goaway for translated nodes being | Michael I. Bushnell |
1995-04-05 | Fix nets. | Michael I. Bushnell |
1995-04-05 | (diskfs_S_dir_unlink): Do fsys_goaway for translated nodes being | Michael I. Bushnell |
1995-04-04 | The previous change mistakenly changed an instance of MACH_MSG_TYPE_MAKE_SEND | Miles Bader |
1995-04-04 | (diskfs_S_file_exec): Using MOVE_SEND in call to exec_exec loses, | Michael I. Bushnell |
1995-03-31 | (diskfs_S_file_set_translator): Only destroy existing active | Michael I. Bushnell |
1995-03-17 | (diskfs_S_io_stat): Typo. | Michael I. Bushnell |
1995-03-17 | (diskfs_rename_dir): If we are synchronous, update the one node our | Michael I. Bushnell |
1995-03-17 | (diskfs_S_dir_mkdir): Typo. | Michael I. Bushnell |
1995-03-17 | (diskfs_S_dir_lookup): Typo. | Michael I. Bushnell |
1995-03-17 | Back out previous change. | Michael I. Bushnell |
1995-03-17 | Back out changes to protid and associated permission checking | Michael I. Bushnell |
1995-03-17 | (diskfs_S_dir_mkfile): Typo. | Michael I. Bushnell |
1995-03-17 | (diskfs_S_dir_link): Fix typo. | Michael I. Bushnell |
1995-03-17 | (_diskfs_idcheckdirmod): Remove underscore. | Michael I. Bushnell |
1995-03-17 | (_diskfs_idcheckdirmod): `diskfs_hasuid' -> _diskfs_idhasuid. | Michael I. Bushnell |
1995-03-17 | (_diskfs_idcheckdirmod): `cred' -> `id'. | Michael I. Bushnell |
1995-03-17 | (diskfs_node_rdwr): Implement diskfs_synchronous. | Michael I. Bushnell |
1995-03-17 | (diskfs_drop_node): Implement diskfs_synchronous. | Michael I. Bushnell |
1995-03-17 | (diskfs_init_dir): Don't do diskfs_synchronous here. | Michael I. Bushnell |
1995-03-17 | (diskfs_clear_directory): Don't to diskfs_synchronous here. | Michael I. Bushnell |
1995-03-17 | (diskfs_S_fsys_syncfs): Implement diskfs_synchronous. | Michael I. Bushnell |
1995-03-17 | (diskfs_S_io_read): Implement diskfs_synchronous. | Michael I. Bushnell |
1995-03-17 | (diskfs_S_dir_rmdir): Repair implementation of diskfs_syncronous. | Michael I. Bushnell |