summaryrefslogtreecommitdiff
path: root/libdiskfs
AgeCommit message (Expand)Author
1995-06-09(diskfs_S_io_prenotify): Cast END to off_t in comparison.Michael I. Bushnell
1995-06-09(diskfs_S_io_async): Mark parms unused.Michael I. Bushnell
1995-06-09(diskfs_S_io_get_icky_async_id): Validate CRED.Michael I. Bushnell
1995-06-09(diskfs_S_interrupt_operation): Bother to implement.Michael I. Bushnell
1995-06-09(_diskfs_control_clean): Mark parm unused.Michael I. Bushnell
1995-06-09(diskfs_init_diskfs): Pass null second argument in calls toMichael I. Bushnell
1995-06-09(diskfs_S_fsys_set_options): Bother validating FSYS and implementingMichael I. Bushnell
1995-06-09(diskfs_S_fsys_getfile): Mark parms unused.Michael I. Bushnell
1995-06-09(diskfs_S_file_pathconf): Declare NAME to be unused.Michael I. Bushnell
1995-06-09(diskfs_S_file_invoke_translator): Declare parms unused.Michael I. Bushnell
1995-06-09(diskfs_S_file_getfh): Declare parameters to be unused.Michael I. Bushnell
1995-06-09(diskfs_S_file_get_translator): Declare variable `buflen' and variousMichael I. Bushnell
1995-06-09(diskfs_S_file_exec): Declare both variables `i' to be unsigned int.Michael I. Bushnell
1995-06-09(diskfs_S_file_notice_changes): Mark parameters as unused.Michael I. Bushnell
1995-06-09(diskfs_S_dir_lookup): Initialize GIDS, NUIDS, and NGIDS to avoidMichael I. Bushnell
1995-06-09Provide unused attributes where appropriate.Michael I. Bushnell
1995-06-09(diskfs_transboot_class): Delete var.Michael I. Bushnell
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 callMichael I. Bushnell
1995-06-09(begin_using_protid_port): Use ports_lookup_port.Michael I. Bushnell
1995-06-09(diskfs_S_fsys_syncfs): Use ports_lookup_port and ports_port_derefMichael I. Bushnell
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 ofMichael I. Bushnell
1995-06-09(diskfs_S_dir_rename): After renaming directory, synchronize relevantMichael I. Bushnell
1995-06-09(OTHERSRCS): Deleted ports-noports.c, ports-clean.c, ports-soft.c,Michael I. Bushnell
1995-06-09(diskfs_do_seqnos_mach_notify_no_senders): Don't help support pagersMichael I. Bushnell
1995-06-09(diskfs_protid_class, diskfs_transboot_class, diskfs_control_class,Michael I. Bushnell
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_derefMichael 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_derefMichael I. Bushnell
1995-06-09(diskfs_S_fsys_getroot): Use ports_lookup_port and ports_port_derefMichael 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 ofMiles Bader
1995-05-20(OTHERSRCS): Add opts-set.c, opts-std-startup.c, and opts-runtime-def.c.Miles Bader
1995-05-20Initial revisionMiles Bader
1995-05-20(diskfs_S_fsys_set_options): Extract the argument vector and callMiles 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-18Don'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 isRoland McGrath
1995-05-12Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader
1995-05-12Rename fsys-readonly.c to fsys-options.c (as the function is now calledMiles Bader
1995-05-12(diskfs_spawn_first_thread): Start background syncing.Miles Bader