Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-20 | (diskfs_S_fsys_set_options): Don't split arguments, just call | Miles Bader | |
diskfs_set_options with what we got. | |||
1996-06-20 | (parse_dev_startup_opt): Use argp_error. | Miles Bader | |
(diskfs_std_startup_argp): Renamed from startup_argp, exported. (diskfs_std_device_startup_argp): Renamed from dev_startup_argp, exported. (diskfs_startup_arg, diskfs_device_startup_arg): Variable removed. | |||
1996-06-20 | Initial revision | Miles Bader | |
1996-06-20 | New file (old version renamed to opts-std-runtime.c). | Miles Bader | |
1996-06-20 | (diskfs_get_options): Call diskfs_append_std_options to do most of the work. | Miles Bader | |
1996-06-20 | (diskfs_S_startup_dosync): Pass HANDLE to ports_lookup_port. Declare ERR. | Miles Bader | |
1996-06-20 | (diskfs_parse_runtime_options): Decl removed. | Miles Bader | |
(diskfs_std_startup_argp): Renamed from diskfs_startup_argp, now a structure decl, not a pointer decl. (diskfs_std_device_startup_argp): Renamed from diskfs_device_startup_argp, now a structure decl, not a pointer decl. (diskfs_set_options): Update decl (now takes argz & argz_len). (diskfs_runtime_arg, diskfs_std_runtime_argp, diskfs_append_std_options): New declarations. | |||
1996-06-13 | (diskfs_S_startup_dosync): Uncomment function. | Michael I. Bushnell | |
1996-06-13 | (diskfs_demuxer): Call diskfs_startup_notify_server. | Michael I. Bushnell | |
1996-06-13 | (MIGSTUBS): Add startu_notifyServer.o. | Michael I. Bushnell | |
1996-06-13 | (_diskfs_init_completed): NOTIFY doesn't need deallocation. | Michael I. Bushnell | |
1996-06-13 | (diskfs_S_fsys_init): Build version string correctly. | Michael I. Bushnell | |
1996-06-13 | Revert last change. | Michael I. Bushnell | |
1996-06-13 | (diskfs_edit_version): Delete variable. | Michael I. Bushnell | |
1996-05-22 | (diskfs_S_fsys_set_options): | Miles Bader | |
Don't bother terminating ARGV, argz_extract does it now. | |||
1996-05-22 | (diskfs_S_fsys_set_options): Terminate ARGV. | Miles Bader | |
1996-05-14 | (OTHERSRCS): Remove init-completed.c. | Michael I. Bushnell | |
1996-05-14 | (diskfs_drop_node): Fix typo. | Michael I. Bushnell | |
1996-05-11 | (parse_dev_startup_opt, parse_startup_opt): | Miles Bader | |
Use ARGP_ERR_UNKNOWN instead of EINVAL. | |||
1996-05-11 | (diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-05-10 | (diskfs_drop_node): Free NP->identity if it's been allocated. | Michael I. Bushnell | |
1996-05-10 | (IOSRCS): Add io-identity.c. | Michael I. Bushnell | |
1996-05-10 | Initial revision | Michael I. Bushnell | |
1996-05-10 | (diskfs_fsys_identity): New variable. | Michael I. Bushnell | |
(diskfs_init_diskfs): Initialize diskfs_fsys_identity. | |||
1996-05-10 | (diskfs_make_node): Initialize NP->identity. | Michael I. Bushnell | |
1996-05-10 | (diskfs_fsys_identity): New variable. | Michael I. Bushnell | |
(struct node): New member `identity'. | |||
1996-05-09 | (_diskfs_init_completed): again. | Michael I. Bushnell | |
1996-05-09 | (diskfs_make_protid): Delete function. | Michael I. Bushnell | |
1996-05-09 | (dsikfs_make_protid): Delete declaration. | Michael I. Bushnell | |
1996-05-09 | (libdiskfs.so): s/ioserver/iohelp/g | Michael I. Bushnell | |
1996-05-09 | (_diskfs_init_completed): Don't need to insert right any more now that | Michael I. Bushnell | |
it's a poly arg. | |||
1996-05-09 | (diskfs_S_dir_link): fixup. | Michael I. Bushnell | |
1996-05-09 | (diskfs_node_rdwr): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_make_node): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (iohelp_put_shared_data): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (iohelp_fetch_shared_data): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_write): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_stat): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_seek): s/ioserver/iohelp/g | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_release_conch): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_readable): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_read): s/ioserver/iohelp/g | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_prenotify): s/ioserver/iohelp/g. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_io_set_all_openmodes): ioserver_get_conch -> | Michael I. Bushnell | |
iohelp_get_conch. | |||
1996-05-09 | (diskfs_S_io_set_some_openmodes): ioserver_get_conch -> | Michael I. Bushnell | |
iohelp_get_conch. | |||
1996-05-09 | (diskfs_S_io_clear_some_openmodes): ioserver_get_conch -> | Michael I. Bushnell | |
iohelp_get_conch. | |||
1996-05-09 | (diskfs_S_io_get_conch): ioserver_handle_io_get_conch -> | Michael I. Bushnell | |
iohelp_handle_io_get_conch. | |||
1996-05-09 | (_diskfs_init_completed): Provide helpful name to init. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_fsys_get_options): Accept and ignore replyport parameters. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_file_sync): ioserver_get_conch -> iohelp_get_conch. | Michael I. Bushnell | |