aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionMichael I. Bushnell1995-06-146-0/+448
|
* *** empty log message ***Michael I. Bushnell1995-06-141-40/+118
|
* (LCLHDRS): Removed trans.h.Michael I. Bushnell1995-06-141-3/+1
|
* (fshelp_fetch_root): Don't actually need ROOT_TYPE.Michael I. Bushnell1995-06-141-2/+1
|
* (fshelp_fetch_root): UIDS and GIDS should be arrays.Michael I. Bushnell1995-06-141-2/+2
|
* (fshelp_callback_t): Should be error_t.Michael I. Bushnell1995-06-141-4/+4
|
* (fshelp_fetch_root): More args.Michael I. Bushnell1995-06-131-1/+7
|
* Reorder decls a bit.Michael I. Bushnell1995-06-131-12/+13
|
* (fshelp_start_translator): New parm.Michael I. Bushnell1995-06-131-1/+2
|
* Fix arg order to fshelp_start_translator_long.Michael I. Bushnell1995-06-131-4/+4
|
* (SRCS): Removed handle-startup.c, init-trans.c, start-trans.c,Michael I. Bushnell1995-06-131-7/+5
| | | | | | | | | transboot-clean.c, kill-trans.c, trans-iter.c, trans-cntl.c, trans-drop.c. Added start-translator-long.c, start-translator.c, fetch-root.c, transbox-init.c, translated.c, set-active.c, fetch-control.c, and drop-transbox.c. (OBJS): Replaced with computation from $(SRCS).
* Dropped old translator routines and added new ones.Michael I. Bushnell1995-06-131-81/+99
| | | | | | | | | | | | Deleted `struct translink', fshelp_transboot_port_type, fshelp_init_trans_link, fshelp_set_control, fshelp_start_translator, fshelp_handle_fsys_startup, fshelp_transboot_clean, fshelp_translator_iterate, fshelp_translator_drop, fshelp_kill_translator. Added fshelp_start_translator_long, fshelp_start_translator, `struct transbox', fshelp_fetch_root, fshelp_transbox_init, fshelp_callback_t, fshelp_translated, fshelp_set_active, fshelp_fetch_control, fshelp_drop_transbox.
* (diskfs_do_seqnos_mach_notify_dead_name): Typo.Michael I. Bushnell1995-06-091-1/+1
|
* Include <hurd/fsys.h>.Michael I. Bushnell1995-06-091-1/+2
| | | | (diskfs_S_fsys_set_options/dochild): Declare ARG unused.
* (_diskfs_rdwr_internal): Cast __VM_PAGE_SIZE in comparisen.Michael I. Bushnell1995-06-091-1/+1
|
* Mark all parms to all functions unused.Michael I. Bushnell1995-06-091-15/+29
|
* (diskfs_S_io_write): Cast DATALEN to off_t in comparisons.Michael I. Bushnell1995-06-091-2/+2
|
* (diskfs_S_io_postnotify): Declare parms START and END unused.Michael I. Bushnell1995-06-091-2/+3
|
* (diskfs_S_io_select): Declare ATTRIBUTE unused.Michael I. Bushnell1995-06-091-1/+1
|
* (diskfs_S_io_read): Cast MAKREAD to off_t in comparison.Michael I. Bushnell1995-06-091-1/+1
|
* (diskfs_S_io_prenotify): Mark START unused.Michael I. Bushnell1995-06-091-1/+1
|
* (diskfs_S_io_prenotify): Cast END to off_t in comparison.Michael I. Bushnell1995-06-091-1/+1
|
* (diskfs_S_io_async): Mark parms unused.Michael I. Bushnell1995-06-091-5/+6
|
* (diskfs_S_io_get_icky_async_id): Validate CRED.Michael I. Bushnell1995-06-091-1/+4
|
* (diskfs_S_interrupt_operation): Bother to implement.Michael I. Bushnell1995-06-091-1/+11
|
* (_diskfs_control_clean): Mark parm unused.Michael I. Bushnell1995-06-091-1/+1
|
* (diskfs_init_diskfs): Pass null second argument in calls toMichael I. Bushnell1995-06-091-4/+4
| | | | ports_create_class.
* (diskfs_S_fsys_set_options): Bother validating FSYS and implementingMichael I. Bushnell1995-06-091-1/+17
| | | | DO_CHILDREN.
* (diskfs_S_fsys_getfile): Mark parms unused.Michael I. Bushnell1995-06-091-10/+10
|
* (diskfs_S_file_pathconf): Declare NAME to be unused.Michael I. Bushnell1995-06-091-2/+2
|
* (diskfs_S_file_invoke_translator): Declare parms unused.Michael I. Bushnell1995-06-091-7/+8
|
* (diskfs_S_file_getfh): Declare parameters to be unused.Michael I. Bushnell1995-06-091-4/+4
|
* (diskfs_S_file_get_translator): Declare variable `buflen' and variousMichael I. Bushnell1995-06-091-5/+5
| | | | variables `len' to be unsigned.
* (diskfs_S_file_exec): Declare both variables `i' to be unsigned int.Michael I. Bushnell1995-06-091-2/+2
|
* (diskfs_S_file_notice_changes): Mark parameters as unused.Michael I. Bushnell1995-06-091-3/+3
|
* (diskfs_S_dir_lookup): Initialize GIDS, NUIDS, and NGIDS to avoidMichael I. Bushnell1995-06-091-2/+2
| | | | warning.
* Provide unused attributes where appropriate.Michael I. Bushnell1995-06-091-33/+38
|
* (diskfs_transboot_class): Delete var.Michael I. Bushnell1995-06-091-2/+0
| | | | (diskfs_init_diskfs): Don't initialize it.
* (diskfs_transboot_class): Delete var.Michael I. Bushnell1995-06-091-1/+0
|
* (diskfs_shutdown): Rewrote to use new ports interface adequately.Michael I. Bushnell1995-06-091-4/+33
|
* (diskfs_demuxer): Renamed from ports_demuxer. Don't callMichael I. Bushnell1995-06-091-6/+4
| | | | pager_demuxer.
* (begin_using_protid_port): Use ports_lookup_port.Michael I. Bushnell1995-06-091-13/+2
| | | | | (end_using_protid_port): Use ports_port_deref. (enum porttype): Delete.
* (diskfs_S_fsys_syncfs): Use ports_lookup_port and ports_port_derefMichael I. Bushnell1995-06-091-1/+3
| | | | instead of ports_check_port_type and ports_done_with_port.
* (diskfs_startup_diskfs): Use new args for ports_allocate_port.Michael I. Bushnell1995-06-091-3/+4
|
* (diskfs_spawn_first_thread): Call our own thread function instead ofMichael I. Bushnell1995-06-091-3/+25
| | | | | the ports one directly. (master_thread_function): New function.
* (diskfs_S_dir_rename): After renaming directory, synchronize relevantMichael I. Bushnell1995-06-091-0/+15
| | | | state if DISKFS_SYNCHRONOUS.
* (OTHERSRCS): Deleted ports-noports.c, ports-clean.c, ports-soft.c,Michael I. Bushnell1995-06-091-4/+4
| | | | | ports-consts, pager-consts.c, init-loop.c, and ports-idle.c. Replaced ports-demuxer.c with demuxer.c.
* (diskfs_do_seqnos_mach_notify_no_senders): Don't help support pagersMichael I. Bushnell1995-06-091-8/+5
| | | | | here at all. Also use ports_lookup_port and ports_port_deref instead of ports_check_port_type and ports_done_with_port.
* (diskfs_protid_class, diskfs_transboot_class, diskfs_control_class,Michael I. Bushnell1995-06-091-3/+16
| | | | | | | diskfs_initboot_class, diskfs_execboot_class, diskfs_port_bucket): New vars. (diskfs_init_diskfs) Initialize all those new vars. Don't call _libports_initialize.
* (diskfs_S_file_getcontrol): Use new args for ports_allocate_port.Michael I. Bushnell1995-06-091-2/+4
|