summaryrefslogtreecommitdiff
path: root/libdiskfs
AgeCommit message (Collapse)Author
1995-10-07(MIGSFLAGS): Variable deleted.Miles Bader
(fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): New variables. (fsys-MIGSFLAGS): Also import fsmutations.h. (OTHERSRCS): Remove boot-parse.c; add filedev.c & machdev.c.
1995-10-07(OPT_BOOTFLAGS, OPT_EXEC_SERVER_TASK, OPT_HOST_PRIV_PORT,Miles Bader
OPT_DEVICE_MASTER_PORT): New defines. (std_long_opts, parse_std_startup_opt): Add the --device-master-port, --host-priv-port, --exec-server-task, and --bootflags options.
1995-10-07(diskfs_init_diskfs): Always use get_privileged_ports. Now return error_t.Miles Bader
1995-10-07(diskfs_S_fsys_getpriv): Use get_privileged_ports to get the privileged ports.Miles Bader
(diskfs_start_bootstrap): Use diskfs_boot_flags instead of diskfs_bootflagarg. (diskfs_start_bootstrap, start_execserver): Look for flags directly in diskfs_boot_flags, instead of using the old diskfs_bootflags. (diskfs_S_exec_startup): Use get_console to get the console device. (get_console): New function.
1995-10-07(diskfs_S_dir_link): Swap first two arguments.Miles Bader
1995-10-07(diskfs_host_priv, diskfs_master_device): Variables deleted.Miles Bader
(diskfs_parse_bootargs): Function deleted. (diskfs_init_diskfs): Now returns error_t. (diskfs_get_file_device, diskfs_get_mach_device): New funcs. (diskfs_boot_flags): New variable. (diskfs_bootflags, diskfs_bootflagarg): Variables deleted.
1995-10-05(periodic_sync_lock): Variable removed.Roland McGrath
(diskfs_set_sync_interval): Use ports_inhibit_port_rpcs on `pi' instead of the spin lock. (periodic_sync): Don't use the lock. Put ports_begin_rpc before check of periodic_sync_thread.
1995-09-18(FSSRCS): Deleted file-pathconf.c.Miles Bader
(IOSRCS): Added io-pathconf.c.
1995-09-18(diskfs_S_io_pathconf): Renamed from file_pathconf.c:diskfs_S_file_pathconf.Miles Bader
1995-09-17(diskfs_S_exec_startup): Don't pass an argument string.Roland McGrath
Set *FLAGS to EXEC_STACK_ARGS.
1995-09-17Renamed from file-trunate.c.Roland McGrath
(diskfs_S_file_set_size): Renamed from diskfs_s_file_truncate. If SIZE exceeds the file size, extend the file.
1995-09-17(FSSRCS): Rename file-truncate.c to file-set-size.c.Roland McGrath
1995-09-16(DIST_FILES): Added ourfs_notify.defs.Roland McGrath
(ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed.
1995-09-16Initial revisionRoland McGrath
1995-09-13(diskfs_lookup): Doc fix.Michael I. Bushnell
1995-09-13(diskfs_clear_directory): Set the fourth arg in REMOVE lookup calls inMichael I. Bushnell
accord with change in rules for the lookup call.
1995-09-06(SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS).Miles Bader
(NOTIFYSRCS, INTSRCS, notify-MIGSFLAGS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o.
1995-09-06(diskfs_demuxer): Use ports_notify_server and ports_interrupt_server insteadMiles Bader
of our own versions.
1995-08-29(diskfs_S_io_select): Don't check open modes or return EBADF.Michael I. Bushnell
1995-08-25(FSYSSRCS): Add fsys-forward.c.Miles Bader
1995-08-25Initial revisionMiles Bader
1995-08-25(diskfs_S_file_truncate): Bother to check the return value ofMichael I. Bushnell
diskfs_truncate.
1995-08-24(REMHDRS): Removed.Miles Bader
Rules dealing with ../lib removed.
1995-07-31(diskfs_S_ifsock_getsockaddr): Try to restart the PF_LOCAL server if it dies.Miles Bader
1995-07-29(diskfs_drop_node): Don't actually drop the node if it is a socket namingMiles Bader
point, unless it also has no links.
1995-07-22(diskfs_S_file_getcontrol): Fix typo.Michael I. Bushnell
1995-07-22(start_execserver): Tyo.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(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(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-18(thread_timeout, server_timeout): New vars.Michael I. Bushnell
(THREAD_TIMEOUT, SERVER_TIMEOUT): Delete macros. (master_thread_function): Use vars instead of macros.
1995-07-18(diskfs_S_file_get_translator): Conform to new memory semantic ofMichael I. Bushnell
diskfs_get_translator.
1995-07-12(diskfs_shutdown): Call ports_resume_class_rpcs forMichael I. Bushnell
diskfs_protid_class before return EBUSY.
1995-07-06(ourfs_notify.defs): SYMLINK it.Michael I. Bushnell
1995-07-06(ourfs_notify_U.h ourfs_notifyUser.c): Use ourfs_notify.defs insteadMichael I. Bushnell
of directly out of the include directory. (ourfs_notify.defs): New target.
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell