Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 after | Michael 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 the | Michael I. Bushnell | |
chain. | |||
1995-03-07 | (diskfs_S_file_chown): Perform the permission check for each ID in the | Michael I. Bushnell | |
chain. | |||
1995-03-07 | (diskfs_S_file_getcontrol): Perform the permission check for each id | Michael I. Bushnell | |
in the chain. | |||
1995-03-07 | (_diskfs_rdwr_internal): Use assert_perror instead of assert where | Michael I. Bushnell | |
appropriate. | |||
1995-03-07 | (diskfs_S_io_reauthenticate): Use assert_perror instead of assert | Michael I. Bushnell | |
where appropriate. | |||
1995-03-07 | (diskfs_S_fsys_init): Use assert_perror instead of assert where | Michael I. Bushnell | |
appropriate. (diskfs_start_bootstrap): Likewise. | |||
1995-03-07 | (diskfs_parse_bootargs): Use assert_perror instead of assert where | Michael 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-19 | Undo renaming. | Roland McGrath | |
Includ ourfs_notify_U.h instead of ourmsg_U.h. | |||
1995-01-19 | Updated to new io_select protocol. | Roland McGrath | |
1995-01-19 | (diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead of | Roland 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 include | Roland McGrath | |
bss start alignment fixup offset. | |||
1994-12-09 | (diskfs_S_io_read): Don't check for MAXREAD<0. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of int. | Roland McGrath | |
1994-12-09 | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | |
1994-11-23 | (ports_demuxer): Call diskfs_seqnos_notify_server, not | Roland McGrath | |
seqnos_notify_server. | |||
1994-11-11 | (diskfs_S_io_read): If OFF is past the end of the file, don't set | Michael I. Bushnell | |
MAXREAD to a negative number; that will crash rdwr_internal. | |||
1994-11-09 | (diskfs_S_file_exec): And provide enough arguments. | Michael I. Bushnell | |
1994-11-09 | (diskfs_S_file_exec): Give correct function name for file_name_lookup. | Michael I. Bushnell | |
1994-11-09 | Include <hurd/paths.h> | Michael I. Bushnell | |
1994-11-09 | (diskfs_S_file_exec): If diskfs_exec isn't already set, try to open it | Michael I. Bushnell | |
here. (Later, we should also deal if exec_exec returns that the previous server died.) | |||
1994-11-08 | Include <stdio.h> for asprintf decl. | Roland McGrath | |
1994-11-02 | entered into RCS | Michael I. Bushnell | |
1994-10-29 | entered into RCS | Roland McGrath | |
1994-10-29 | entered into RCS | Roland McGrath | |
1994-10-28 | Formerly boot-parse.c.~11~ | Roland McGrath | |
1994-10-25 | entered into RCS | Michael I. Bushnell | |
1994-10-25 | Formerly boot-start.c.~34~ | Michael I. Bushnell | |
1994-10-08 | Formerly boot-parse.c.~10~ | Roland McGrath | |
1994-10-07 | entered into RCS | Michael I. Bushnell | |
1994-10-07 | entered into RCS | Roland McGrath | |
1994-10-07 | Formerly boot-parse.c.~9~ | Roland McGrath | |
1994-10-07 | Formerly boot-start.c.~33~ | Roland McGrath | |
1994-10-07 | Formerly priv.h.~13~ | Michael I. Bushnell | |
1994-10-07 | Formerly boot-start.c.~32~ | Roland McGrath | |
1994-10-06 | Formerly boot-parse.c.~8~ | Roland McGrath | |
1994-10-06 | Formerly boot-start.c.~31~ | Michael I. Bushnell | |
1994-10-05 | entered into RCS | Michael I. Bushnell | |
1994-09-29 | Formerly boot-parse.c.~7~ | Roland McGrath | |