Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (ioserver_fetch_shared_data): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-15 | 1 | -3/+14 | |
| | ||||||
* | (diskfs_S_io_sigio): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -2/+2 | |
| | ||||||
* | (diskfs_S_io_write): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -2/+7 | |
| | ||||||
* | (diskfs_S_io_stat): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -2/+5 | |
| | ||||||
* | Prevent diskfs_synchronous from having its usual effect here. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+2 | |
| | ||||||
* | (diskfs_S_io_prenotify): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+3 | |
| | ||||||
* | (diskfs_S_file_syncfs): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -2/+5 | |
| | ||||||
* | (diskfs_S_file_sync): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+4 | |
| | ||||||
* | (diskfs_S_dir_unlink): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+5 | |
| | ||||||
* | (diskfs_S_dir_rmdir): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+5 | |
| | ||||||
* | (diskfs_S_dir_rename): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+12 | |
| | ||||||
* | (diskfs_S_dir_link): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-09 | 1 | -1/+6 | |
| | ||||||
* | (CHANGE_NODE_FIELD): If DISKFS_SYNCHRONOUS, then sync node after | Michael I. Bushnell | 1995-03-08 | 1 | -1/+3 | |
| | | | | possibly changing it. | |||||
* | (diskfs_synchronous): New variable. | Michael I. Bushnell | 1995-03-08 | 1 | -0/+3 | |
| | ||||||
* | (struct userid): New type. | Michael I. Bushnell | 1995-03-07 | 1 | -28/+99 | |
| | | | | | | | | | | (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. | |||||
* | (diskfs_S_file_chmod): Perform the permission check for each ID in the | Michael I. Bushnell | 1995-03-07 | 1 | -9/+18 | |
| | | | | chain. | |||||
* | (diskfs_S_file_chown): Perform the permission check for each ID in the | Michael I. Bushnell | 1995-03-07 | 1 | -7/+16 | |
| | | | | chain. | |||||
* | (diskfs_S_file_getcontrol): Perform the permission check for each id | Michael I. Bushnell | 1995-03-07 | 1 | -5/+8 | |
| | | | | in the chain. | |||||
* | (_diskfs_rdwr_internal): Use assert_perror instead of assert where | Michael I. Bushnell | 1995-03-07 | 1 | -2/+2 | |
| | | | | appropriate. | |||||
* | (diskfs_S_io_reauthenticate): Use assert_perror instead of assert | Michael I. Bushnell | 1995-03-07 | 1 | -2/+2 | |
| | | | | where appropriate. | |||||
* | (diskfs_S_fsys_init): Use assert_perror instead of assert where | Michael I. Bushnell | 1995-03-07 | 1 | -6/+6 | |
| | | | | | appropriate. (diskfs_start_bootstrap): Likewise. | |||||
* | (diskfs_parse_bootargs): Use assert_perror instead of assert where | Michael I. Bushnell | 1995-03-07 | 1 | -2/+2 | |
| | | | | appropriate. | |||||
* | (diskfs_S_io_select): Remove cruft left from before last change. | Roland McGrath | 1995-01-19 | 1 | -2/+0 | |
| | ||||||
* | (ourfs_notify_U.h ourfs_notifyUser.c): Make this instead of ourmsg_U.h. | Roland McGrath | 1995-01-19 | 1 | -8/+6 | |
| | | | | All references changed. | |||||
* | Undo renaming. | Roland McGrath | 1995-01-19 | 1 | -2/+2 | |
| | | | | Includ ourfs_notify_U.h instead of ourmsg_U.h. | |||||
* | Updated to new io_select protocol. | Roland McGrath | 1995-01-19 | 1 | -10/+7 | |
| | ||||||
* | (diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead of | Roland McGrath | 1995-01-19 | 1 | -3/+3 | |
| | | | | nowait_dir_changed. | |||||
* | (diskfs_S_io_readable): Fix typo in last change. | Roland McGrath | 1994-12-11 | 1 | -1/+1 | |
| | ||||||
* | (start_execserver): Fix braino in last change. | Roland McGrath | 1994-12-11 | 1 | -1/+1 | |
| | ||||||
* | (start_execserver): When aligning bss size for vm_allocate, don't include | Roland McGrath | 1994-12-11 | 1 | -2/+8 | |
| | | | | bss start alignment fixup offset. | |||||
* | (diskfs_S_io_read): Don't check for MAXREAD<0. | Roland McGrath | 1994-12-09 | 1 | -7/+1 | |
| | ||||||
* | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | 1994-12-09 | 1 | -2/+2 | |
| | ||||||
* | Use mach_msg_type_number_t in place of int. | Roland McGrath | 1994-12-09 | 1 | -1/+1 | |
| | ||||||
* | Use mach_msg_type_number_t in place of unsigned int and int. | Roland McGrath | 1994-12-09 | 1 | -2/+2 | |
| | ||||||
* | (ports_demuxer): Call diskfs_seqnos_notify_server, not | Roland McGrath | 1994-11-23 | 1 | -2/+2 | |
| | | | | seqnos_notify_server. | |||||
* | (diskfs_S_io_read): If OFF is past the end of the file, don't set | Michael I. Bushnell | 1994-11-11 | 1 | -2/+6 | |
| | | | | MAXREAD to a negative number; that will crash rdwr_internal. | |||||
* | (diskfs_S_file_exec): And provide enough arguments. | Michael I. Bushnell | 1994-11-09 | 1 | -1/+1 | |
| | ||||||
* | (diskfs_S_file_exec): Give correct function name for file_name_lookup. | Michael I. Bushnell | 1994-11-09 | 1 | -1/+1 | |
| | ||||||
* | Include <hurd/paths.h> | Michael I. Bushnell | 1994-11-09 | 1 | -0/+1 | |
| | ||||||
* | (diskfs_S_file_exec): If diskfs_exec isn't already set, try to open it | Michael I. Bushnell | 1994-11-09 | 1 | -0/+5 | |
| | | | | | here. (Later, we should also deal if exec_exec returns that the previous server died.) | |||||
* | Include <stdio.h> for asprintf decl. | Roland McGrath | 1994-11-08 | 1 | -0/+1 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-11-02 | 1 | -1/+0 | |
| | ||||||
* | entered into RCS | Roland McGrath | 1994-10-29 | 1 | -21/+51 | |
| | ||||||
* | entered into RCS | Roland McGrath | 1994-10-29 | 1 | -5/+18 | |
| | ||||||
* | Formerly boot-parse.c.~11~ | Roland McGrath | 1994-10-28 | 1 | -0/+1 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-10-25 | 1 | -0/+2 | |
| | ||||||
* | Formerly boot-start.c.~34~ | Michael I. Bushnell | 1994-10-25 | 1 | -5/+5 | |
| | ||||||
* | Formerly boot-parse.c.~10~ | Roland McGrath | 1994-10-08 | 1 | -1/+1 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1994-10-07 | 3 | -6/+6 | |
| | ||||||
* | entered into RCS | Roland McGrath | 1994-10-07 | 1 | -2/+3 | |
| |