summaryrefslogtreecommitdiff
path: root/libdiskfs
AgeCommit message (Collapse)Author
1995-03-17(diskfs_S_dir_mkfile): Typo.Michael I. Bushnell
1995-03-17(diskfs_S_dir_link): Fix typo.Michael I. Bushnell
1995-03-17(_diskfs_idcheckdirmod): Remove underscore.Michael I. Bushnell
1995-03-17(_diskfs_idcheckdirmod): `diskfs_hasuid' -> _diskfs_idhasuid.Michael I. Bushnell
(CHANGE_NODE_FIELD): Remove trailing space on backslashed line.
1995-03-17(_diskfs_idcheckdirmod): `cred' -> `id'.Michael I. Bushnell
(diskfs_idhasgid): Likewise.
1995-03-17(diskfs_node_rdwr): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_drop_node): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_init_dir): Don't do diskfs_synchronous here.Michael I. Bushnell
1995-03-17(diskfs_clear_directory): Don't to diskfs_synchronous here.Michael I. Bushnell
1995-03-17(diskfs_S_fsys_syncfs): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_io_read): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_rmdir): Repair implementation of diskfs_syncronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_lookup): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_mkfile): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-17(diskfs_S_dir_mkdir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(diskfs_rename_dir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(diskfs_init_dir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(diskfs_clear_directory): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-15(ioserver_fetch_shared_data): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_io_sigio): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_io_write): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_io_stat): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09Prevent diskfs_synchronous from having its usual effect here.Michael I. Bushnell
1995-03-09(diskfs_S_io_prenotify): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_file_syncfs): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_file_sync): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_dir_unlink): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_dir_rmdir): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_dir_rename): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-09(diskfs_S_dir_link): Implement diskfs_synchronous.Michael I. Bushnell
1995-03-08(CHANGE_NODE_FIELD): If DISKFS_SYNCHRONOUS, then sync node afterMichael I. Bushnell
possibly changing it.
1995-03-08(diskfs_synchronous): New variable.Michael I. Bushnell
1995-03-07(struct userid): New type.Michael I. Bushnell
(struct protid): Replace UIDS, GIDS, NUIDS, and NGIDS with ID. (diskfs_isuid): Replace with new function diskfs_idhasuid. (diskfs_groupmember): Replace with new function diskfs_idhasgid. (_diskfs_idisowner, _diskfs_idaccess, _diskfs_idcheckdirmod): New functions. (diskfs_isowner): Check each ID in the chain with _diskfs_idisowner. (diskfs_access): Check each ID in the chain with _diskfs_idaccess. (diskfs_checkdirmod): Check each ID in the chain with _diskfs_idcheckdirmod.
1995-03-07(diskfs_S_file_chmod): Perform the permission check for each ID in theMichael I. Bushnell
chain.
1995-03-07(diskfs_S_file_chown): Perform the permission check for each ID in theMichael I. Bushnell
chain.
1995-03-07(diskfs_S_file_getcontrol): Perform the permission check for each idMichael I. Bushnell
in the chain.
1995-03-07(_diskfs_rdwr_internal): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate.
1995-03-07(diskfs_S_io_reauthenticate): Use assert_perror instead of assertMichael I. Bushnell
where appropriate.
1995-03-07(diskfs_S_fsys_init): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate. (diskfs_start_bootstrap): Likewise.
1995-03-07(diskfs_parse_bootargs): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate.
1995-01-19(diskfs_S_io_select): Remove cruft left from before last change.Roland McGrath
1995-01-19(ourfs_notify_U.h ourfs_notifyUser.c): Make this instead of ourmsg_U.h.Roland McGrath
All references changed.
1995-01-19Undo renaming.Roland McGrath
Includ ourfs_notify_U.h instead of ourmsg_U.h.
1995-01-19Updated to new io_select protocol.Roland McGrath
1995-01-19(diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead ofRoland McGrath
nowait_dir_changed.
1994-12-11(diskfs_S_io_readable): Fix typo in last change.Roland McGrath
1994-12-11(start_execserver): Fix braino in last change.Roland McGrath
1994-12-11(start_execserver): When aligning bss size for vm_allocate, don't includeRoland McGrath
bss start alignment fixup offset.
1994-12-09(diskfs_S_io_read): Don't check for MAXREAD<0.Roland McGrath
1994-12-09Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath