Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-06-13 | Dropped old translator routines and added new ones. | Michael I. Bushnell | |
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. | |||
1995-06-09 | (diskfs_do_seqnos_mach_notify_dead_name): Typo. | Michael I. Bushnell | |
1995-06-09 | Include <hurd/fsys.h>. | Michael I. Bushnell | |
(diskfs_S_fsys_set_options/dochild): Declare ARG unused. | |||
1995-06-09 | (_diskfs_rdwr_internal): Cast __VM_PAGE_SIZE in comparisen. | Michael I. Bushnell | |
1995-06-09 | Mark all parms to all functions unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_write): Cast DATALEN to off_t in comparisons. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_postnotify): Declare parms START and END unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_select): Declare ATTRIBUTE unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_read): Cast MAKREAD to off_t in comparison. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_prenotify): Mark START unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_prenotify): Cast END to off_t in comparison. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_async): Mark parms unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_io_get_icky_async_id): Validate CRED. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_interrupt_operation): Bother to implement. | Michael I. Bushnell | |
1995-06-09 | (_diskfs_control_clean): Mark parm unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_init_diskfs): Pass null second argument in calls to | Michael I. Bushnell | |
ports_create_class. | |||
1995-06-09 | (diskfs_S_fsys_set_options): Bother validating FSYS and implementing | Michael I. Bushnell | |
DO_CHILDREN. | |||
1995-06-09 | (diskfs_S_fsys_getfile): Mark parms unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_file_pathconf): Declare NAME to be unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_file_invoke_translator): Declare parms unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_file_getfh): Declare parameters to be unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_file_get_translator): Declare variable `buflen' and various | Michael I. Bushnell | |
variables `len' to be unsigned. | |||
1995-06-09 | (diskfs_S_file_exec): Declare both variables `i' to be unsigned int. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_file_notice_changes): Mark parameters as unused. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_dir_lookup): Initialize GIDS, NUIDS, and NGIDS to avoid | Michael I. Bushnell | |
warning. | |||
1995-06-09 | Provide unused attributes where appropriate. | Michael I. Bushnell | |
1995-06-09 | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | |
(diskfs_init_diskfs): Don't initialize it. | |||
1995-06-09 | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | |
1995-06-09 | (diskfs_shutdown): Rewrote to use new ports interface adequately. | Michael I. Bushnell | |
1995-06-09 | (diskfs_demuxer): Renamed from ports_demuxer. Don't call | Michael I. Bushnell | |
pager_demuxer. | |||
1995-06-09 | (begin_using_protid_port): Use ports_lookup_port. | Michael I. Bushnell | |
(end_using_protid_port): Use ports_port_deref. (enum porttype): Delete. | |||
1995-06-09 | (diskfs_S_fsys_syncfs): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_startup_diskfs): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_spawn_first_thread): Call our own thread function instead of | Michael I. Bushnell | |
the ports one directly. (master_thread_function): New function. | |||
1995-06-09 | (diskfs_S_dir_rename): After renaming directory, synchronize relevant | Michael I. Bushnell | |
state if DISKFS_SYNCHRONOUS. | |||
1995-06-09 | (OTHERSRCS): Deleted ports-noports.c, ports-clean.c, ports-soft.c, | Michael I. Bushnell | |
ports-consts, pager-consts.c, init-loop.c, and ports-idle.c. Replaced ports-demuxer.c with demuxer.c. | |||
1995-06-09 | (diskfs_do_seqnos_mach_notify_no_senders): Don't help support pagers | Michael I. Bushnell | |
here at all. Also use ports_lookup_port and ports_port_deref instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_protid_class, diskfs_transboot_class, diskfs_control_class, | Michael I. Bushnell | |
diskfs_initboot_class, diskfs_execboot_class, diskfs_port_bucket): New vars. (diskfs_init_diskfs) Initialize all those new vars. Don't call _libports_initialize. | |||
1995-06-09 | (diskfs_S_file_getcontrol): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_set_sync_interval): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_start_protid): Use new args for ports_allocate_port. | Michael I. Bushnell | |
1995-06-09 | (diskfs_S_fsys_startup): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_start_bootstrap): Use new args for ports_allocate_port. | Michael I. Bushnell | |
(start_execserver): Likewise. (diskfs_S_exec_startup): Use ports_lookup_port and ports_port_deref instead of ports_check_port_type and ports_done_with_port. (diskfs_execboot_fsys_startup): Likewise. (diskfs_S_fsys_init): Likewise. (diskfs_S_fsys_getpriv): Likewise. | |||
1995-06-09 | (diskfs_S_fsys_goaway): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_S_fsys_getroot): Use ports_lookup_port and ports_port_deref | Michael I. Bushnell | |
instead of ports_check_port_type and ports_done_with_port. | |||
1995-06-09 | (diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class, | Michael I. Bushnell | |
diskfs_control_class, diskfs_execboot_class, diskfs_initboot_class, diskfs_port_bucket): New variables. (diskfs_pager_users): New function declaration. | |||
1995-06-08 | Rewritten to unconditionally return both BFD and ELF machine types. | Roland McGrath | |
1995-06-08 | (struct execdata.info.elf): Add members `anywhere' and `loadbase'. | Roland McGrath | |
(load_section): Use them; if `anywhere' set, load the section anywhere. Record load address in `loadbase'. (check_elf): Initialize `anywhere' and `loadbase'. (postload): Merged into load. (load): Perform postload functionality here, after calling finish_mapping. (finish): Take new flag arg; deallocate file port only if set. (do_exec): Pass flag to finish appropriately. Don't call finish_mapping and postload after load. KLUDGE: Load the interpreter before the program instead of after. | |||
1995-06-06 | (diskfs_shutdown_soft_ports): Deleted decl. | Michael I. Bushnell | |
(ports_demuxer): Deleted decl. (diskfs_demuxer): New decl. | |||
1995-06-06 | (OBJS): Removed ihash.o and primes.o. | Michael I. Bushnell | |
(CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (REMHDRS): Added ../libihash/ihash.h. (HURDLIBS): Added libihash. |