Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-05-09 | (diskfs_S_file_sync): Accept and ignore new parm OMITMETADATA. | Michael I. Bushnell | |
1996-05-09 | (diskfs_S_dir_rename): Understand new parm EXCL and do the right thing | Michael I. Bushnell | |
with it. | |||
1996-05-09 | (diskfs_S_dir_link): Accept new parm EXCL and do the right thing with | Michael I. Bushnell | |
it. | |||
1996-05-09 | (diskfs_S_io_reauthenticate): Don't pass CRED port in | Roland McGrath | |
auth_server_authenticate. | |||
1996-05-09 | (diskfs_S_io_select): Removed TAG arg. | Roland McGrath | |
1996-05-09 | (diskfs_get_file_device): | Miles Bader | |
Deallocate most things we got back from file_get_storage_info even if we didn't get an error. Fix type of DATA & _DATA. BLOCKSIZE -> BLOCK_SIZE. Copy name from DATA, not DEV_NAME_BUF. | |||
1996-05-09 | ioserver.h -> iohelp.h. | Michael I. Bushnell | |
1996-05-07 | (diskfs_get_file_device): Rewrite to use new interface. | Miles Bader | |
1996-04-30 | Include <string.h> and <hurd/startup.h>. | Michael I. Bushnell | |
(diskfs_startup_diskfs): If not bootstrap filesystem, call _diskfs_init_completed here. (diskfs_S_startup_dosync): New function (commented out). (_diskfs_init_completed): New function. | |||
1996-04-30 | (diskfs_shutdown_notification_class): New variable. | Michael I. Bushnell | |
(diskfs_init_diskfs): Initialize diskfs_shutdown_notification_class. | |||
1996-04-30 | (diskfs_shutdown_notification_class): New variable. | Michael I. Bushnell | |
1996-04-30 | (diskfs_S_fsys_init): diskfs_init_completed -> _diskfs_init_completed. | Michael I. Bushnell | |
1996-04-30 | (_diskfs_init_completed): New declaration. | Michael I. Bushnell | |
1996-04-30 | (diskfs_init_completed): Delete function. | Michael I. Bushnell | |
1996-04-29 | (struct lookup_cache): Add HDR, remove NEXT & PREV. | Miles Bader | |
(lookup_cache): Change type to struct cacheq. (mru_cache, lru_cache): Variables removed. (make_mru, make_lru, init_lookup_cache): Functions removed. (find_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Use cacheq functions. | |||
1996-04-28 | Add obsolescence link warning. | Roland McGrath | |
1996-04-23 | (diskfs_S_ifsock_getsockaddr): | Michael I. Bushnell | |
1996-04-23 | (diskfs_S_ifsock_getsockaddr): fixup | Michael I. Bushnell | |
1996-04-23 | (ports_dead_name): whoops. | Michael I. Bushnell | |
1996-04-23 | (diskfs_drop_node): Don't do anything special for socket naming | Michael I. Bushnell | |
points. In fact, if this node still is one, there is a bug, because such naming points hold references now. | |||
1996-04-23 | (OTHERSRCS): Add dead-name.c. | Michael I. Bushnell | |
1996-04-23 | (ports_dead_name): | Michael I. Bushnell | |
1996-04-23 | Initial revision | Michael I. Bushnell | |
1996-04-23 | (diskfs_S_ifsock_getsockaddr): Request notification for new SOCKADDR; | Michael I. Bushnell | |
count that notification as a reference. | |||
1996-04-16 | (diskfs_lookup): Never mind. | Michael I. Bushnell | |
1996-04-16 | (diskfs_dirrewrite): Never mind. | Michael I. Bushnell | |