Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_S_dir_unlink): Don't do massively complicated fsys_goaway. | Michael I. Bushnell | 1995-06-20 | 1 | -34/+17 |
| | | | | | Instead, call it at the end (but only if this was the last link) and ignore errors. | ||||
* | (diskfs_drop_node): Fix typo. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_fsys_startup): Strip out support for translators; fshelp now | Michael I. Bushnell | 1995-06-20 | 1 | -12/+1 |
| | | | | does that itself. | ||||
* | (_diskfs_translator_callback_fn): Fix typos so it compiles. | Michael I. Bushnell | 1995-06-19 | 1 | -6/+7 |
| | |||||
* | Include <hurd/fsys.h> | Michael I. Bushnell | 1995-06-19 | 1 | -2/+4 |
| | | | | (diskfs_S_file_set_translator): Fix typo. | ||||
* | (diskfs_S_file_set_translator): Use new translator interface | Michael I. Bushnell | 1995-06-19 | 1 | -18/+14 |
| | | | | throughout. | ||||
* | (diskfs_S_fsys_getroot): Fix typo. | Michael I. Bushnell | 1995-06-19 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_dir_lookup): Fix typos. | Michael I. Bushnell | 1995-06-19 | 1 | -1/+2 |
| | |||||
* | (diskfs_S_dir_lookup): Use new translator startup interface. | Michael I. Bushnell | 1995-06-19 | 1 | -129/+38 |
| | |||||
* | (diskfs_S_file_get_translator_cntl): Use fshelp_fetch_control instead | Michael I. Bushnell | 1995-06-16 | 1 | -10/+6 |
| | | | | of old interface. | ||||
* | (diskfs_drop_node): Call fshelp_drop_transbox instead of | Michael I. Bushnell | 1995-06-14 | 1 | -1/+2 |
| | | | | fshelp_kill_translator; do it *after* the truncate. | ||||
* | (diskfs_make_node): Initialize TRANSBOX member using new | Michael I. Bushnell | 1995-06-14 | 1 | -2/+2 |
| | | | | function. Drop initialization of TRANSLATOR member. | ||||
* | (diskfs_S_fsys_getroot): Use new translator startup interface. | Michael I. Bushnell | 1995-06-14 | 1 | -42/+14 |
| | |||||
* | foo | Michael I. Bushnell | 1995-06-14 | 1 | -3/+7 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-14 | 1 | -0/+54 |
| | |||||
* | (diskfs_get_translator): Specify new calling interface. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+2 |
| | |||||
* | Really do last change. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+1 |
| | |||||
* | (_diskfs_translator_callback): Declare with typedef. | Michael I. Bushnell | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | (_diskfs_translator_callback): New function. | Michael I. Bushnell | 1995-06-14 | 1 | -0/+4 |
| | |||||
* | (OTHERSRCS): Added trans-callback.c. | Michael I. Bushnell | 1995-06-14 | 1 | -10/+7 |
| | |||||
* | (OTHERSRCS): Removed trans-start.c, trans-destroy.c, and trans-sync.c. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+2 |
| | |||||
* | (diskfs_start_translator, diskfs_destroy_translator, | Michael I. Bushnell | 1995-06-14 | 1 | -18/+1 |
| | | | | | diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member. | ||||
* | (diskfs_do_seqnos_mach_notify_dead_name): Typo. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | Include <hurd/fsys.h>. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+2 |
| | | | | (diskfs_S_fsys_set_options/dochild): Declare ARG unused. | ||||
* | (_diskfs_rdwr_internal): Cast __VM_PAGE_SIZE in comparisen. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | Mark all parms to all functions unused. | Michael I. Bushnell | 1995-06-09 | 1 | -15/+29 |
| | |||||
* | (diskfs_S_io_write): Cast DATALEN to off_t in comparisons. | Michael I. Bushnell | 1995-06-09 | 1 | -2/+2 |
| | |||||
* | (diskfs_S_io_postnotify): Declare parms START and END unused. | Michael I. Bushnell | 1995-06-09 | 1 | -2/+3 |
| | |||||
* | (diskfs_S_io_select): Declare ATTRIBUTE unused. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_io_read): Cast MAKREAD to off_t in comparison. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_io_prenotify): Mark START unused. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_io_prenotify): Cast END to off_t in comparison. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_io_async): Mark parms unused. | Michael I. Bushnell | 1995-06-09 | 1 | -5/+6 |
| | |||||
* | (diskfs_S_io_get_icky_async_id): Validate CRED. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+4 |
| | |||||
* | (diskfs_S_interrupt_operation): Bother to implement. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+11 |
| | |||||
* | (_diskfs_control_clean): Mark parm unused. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+1 |
| | |||||
* | (diskfs_init_diskfs): Pass null second argument in calls to | Michael I. Bushnell | 1995-06-09 | 1 | -4/+4 |
| | | | | ports_create_class. | ||||
* | (diskfs_S_fsys_set_options): Bother validating FSYS and implementing | Michael I. Bushnell | 1995-06-09 | 1 | -1/+17 |
| | | | | DO_CHILDREN. | ||||
* | (diskfs_S_fsys_getfile): Mark parms unused. | Michael I. Bushnell | 1995-06-09 | 1 | -10/+10 |
| | |||||
* | (diskfs_S_file_pathconf): Declare NAME to be unused. | Michael I. Bushnell | 1995-06-09 | 1 | -2/+2 |
| | |||||
* | (diskfs_S_file_invoke_translator): Declare parms unused. | Michael I. Bushnell | 1995-06-09 | 1 | -7/+8 |
| | |||||
* | (diskfs_S_file_getfh): Declare parameters to be unused. | Michael I. Bushnell | 1995-06-09 | 1 | -4/+4 |
| | |||||
* | (diskfs_S_file_get_translator): Declare variable `buflen' and various | Michael I. Bushnell | 1995-06-09 | 1 | -5/+5 |
| | | | | variables `len' to be unsigned. | ||||
* | (diskfs_S_file_exec): Declare both variables `i' to be unsigned int. | Michael I. Bushnell | 1995-06-09 | 1 | -2/+2 |
| | |||||
* | (diskfs_S_file_notice_changes): Mark parameters as unused. | Michael I. Bushnell | 1995-06-09 | 1 | -3/+3 |
| | |||||
* | (diskfs_S_dir_lookup): Initialize GIDS, NUIDS, and NGIDS to avoid | Michael I. Bushnell | 1995-06-09 | 1 | -2/+2 |
| | | | | warning. | ||||
* | Provide unused attributes where appropriate. | Michael I. Bushnell | 1995-06-09 | 1 | -33/+38 |
| | |||||
* | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | 1995-06-09 | 1 | -2/+0 |
| | | | | (diskfs_init_diskfs): Don't initialize it. | ||||
* | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+0 |
| | |||||
* | (diskfs_shutdown): Rewrote to use new ports interface adequately. | Michael I. Bushnell | 1995-06-09 | 1 | -4/+33 |
| |