Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-06-09 | Provide unused attributes where appropriate. | Michael I. Bushnell | |
1995-06-09 | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | |
(diskfs_init_diskfs): Don't initialize it. | |||
1995-06-09 | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | |
1995-06-09 | (diskfs_shutdown): Rewrote to use new ports interface adequately. | Michael I. Bushnell | |
1995-06-09 | (diskfs_demuxer): Renamed from ports_demuxer. Don't call | Michael I. Bushnell | |
pager_demuxer. | |||
1995-06-09 | (begin_using_protid_port): Use ports_lookup_port. | Michael I. Bushnell | |
(end_using_protid_port): Use ports_port_deref. (enum porttype): Delete. | |||
1995-06-09 | (diskfs_S_fsys_syncfs): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_startup_diskfs): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_spawn_first_thread): Call our own thread function instead of | Michael I. Bushnell | |
the ports one directly. (master_thread_function): New function. | |||
1995-06-09 | (diskfs_S_dir_rename): After renaming directory, synchronize relevant | Michael I. Bushnell | |
state if DISKFS_SYNCHRONOUS. | |||
1995-06-09 | (OTHERSRCS): Deleted ports-noports.c, ports-clean.c, ports-soft.c, | Michael I. Bushnell | |
ports-consts, pager-consts.c, init-loop.c, and ports-idle.c. Replaced ports-demuxer.c with demuxer.c. | |||
1995-06-09 | (diskfs_do_seqnos_mach_notify_no_senders): Don't help support pagers | Michael I. Bushnell | |
here at all. Also use ports_lookup_port and ports_port_deref instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_protid_class, diskfs_transboot_class, diskfs_control_class, | Michael I. Bushnell | |
diskfs_initboot_class, diskfs_execboot_class, diskfs_port_bucket): New vars. (diskfs_init_diskfs) Initialize all those new vars. Don't call _libports_initialize. | |||
1995-06-09 | (diskfs_S_file_getcontrol): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_set_sync_interval): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_start_protid): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_fsys_startup): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_start_bootstrap): Use new args for ports_allocate_port. | Michael I. Bushnell | |
(start_execserver): Likewise. (diskfs_S_exec_startup): Use ports_lookup_port and ports_port_deref instead of ports_check_port_type and ports_done_with_port. (diskfs_execboot_fsys_startup): Likewise. (diskfs_S_fsys_init): Likewise. (diskfs_S_fsys_getpriv): Likewise. | |||
1995-06-09 | (diskfs_S_fsys_goaway): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_S_fsys_getroot): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class, | Michael I. Bushnell | |
diskfs_control_class, diskfs_execboot_class, diskfs_initboot_class, diskfs_port_bucket): New variables. (diskfs_pager_users): New function declaration. | |||
1995-06-06 | (diskfs_shutdown_soft_ports): Deleted decl. | Michael I. Bushnell | |
(ports_demuxer): Deleted decl. (diskfs_demuxer): New decl. | |||
1995-05-22 | (diskfs_set_options): Don't fall through to the error case from the 's' one! | Miles Bader | |
Use ARG instead of the global OPTARG. | |||
1995-05-20 | (diskfs_S_file_getcontrol): Unlock _diskfs_control_lock lock instead of | Miles Bader | |
locking it again! | |||
1995-05-20 | (OTHERSRCS): Add opts-set.c, opts-std-startup.c, and opts-runtime-def.c. | Miles Bader | |
(OBJS): Add argz.o & options.o. (REMHDRS): Add argz.h & options.h. | |||
1995-05-20 | Initial revision | Miles Bader | |
1995-05-20 | (diskfs_S_fsys_set_options): Extract the argument vector and call | Miles Bader | |
diskfs_set_options. | |||
1995-05-20 | (diskfs_standard_startup_options): Declare new variable. | Miles Bader | |
(diskfs_set_options): Declare new function. (diskfs_parse_runtime_options): Ditto. Include <options.h> (currently in ../lib). | |||
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 | |
[And thank god for fsck -b ...] | |||
1995-05-13 | (diskfs_execserver_task): New variable. | Roland McGrath | |
(diskfs_parse_bootargs): Take a third integer arg before the device name, our name for the task port of the exec server, which is loaded and ready to run but suspended. | |||
1995-05-13 | (start_execserver): Don't create and load a task; the exec server file is | Roland McGrath | |
no longer linked into the filesystem. Just set the bootstrap port of diskfs_execserver_task and resume it. | |||
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 | |
fsys_set_options). | |||
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 | |
return EOF. | |||
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 | |
the call to diskfs_try_dropping_softrefs, because that's a user-supplied routine that might itself rely on the reference counting system. | |||
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 | |
unlinked. | |||
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 | |
unlinked. | |||
1995-04-04 | The previous change mistakenly changed an instance of MACH_MSG_TYPE_MAKE_SEND | Miles Bader | |
to MACH_MSG_TYPE_COPY_SEND. | |||
1995-04-04 | (diskfs_S_file_exec): Using MOVE_SEND in call to exec_exec loses, | Michael I. Bushnell | |
because it consumes a reference, which will be consumed again by mach_msg_server if we return an error. So use COPY_SEND instead, and deallocate the rights ourselves only when we are to return success. | |||
1995-03-31 | (diskfs_S_file_set_translator): Only destroy existing active | Michael I. Bushnell | |
translator if ACTIVE_FLAGS will change it. If the existing active translator is provided then don't do anything. | |||
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 | |
caller doesn't have access to. |