Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-06-20 | (create_class): Fudge to avoid warning. | Michael I. Bushnell | |
1995-06-20 | (_pager_free_structure): Use new ports functions. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_init): Use new ports functions. | Michael I. Bushnell | |
1995-06-20 | (_pager_do_seqnos_mach_notify_no_senders): Return zero in normal case. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_lock_completed): Use new ports interface. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_data_unlock): Use new ports routines. | Michael I. Bushnell | |
1995-06-20 | (_pager_do_write_request): Use new ports routines. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_data_request): Use new ports routines. | Michael I. Bushnell | |
1995-06-20 | Include <hurd/ports.h>. | Michael I. Bushnell | |
1995-06-20 | (COBJS): Add clean.o and dropweak.o. | Michael I. Bushnell | |
1995-06-20 | (create_class): New function. | Michael I. Bushnell | |
1995-06-20 | Initial revision | Michael I. Bushnell | |
1995-06-20 | (_pager_real_dropweak): New decl. | Michael I. Bushnell | |
1995-06-20 | (pager_dropweak): New decl. | Michael I. Bushnell | |
1995-06-20 | (pager_create): New parm BUCKET. Allocate port using new ports | Michael I. Bushnell | |
interface. | |||
1995-06-20 | (_pager_clean): New decl. | Michael I. Bushnell | |
1995-06-20 | (pager_clean): Removed. | Michael I. Bushnell | |
1995-06-20 | (_pager_clean): Renamed from pager_clean. | Michael I. Bushnell | |
1995-06-20 | Initial revision | Michael I. Bushnell | |
1995-06-20 | foo | Michael I. Bushnell | |
1995-06-20 | Rename pager_no_senders to _pager_do_seqnos_mach_notify_no_senders. | Michael I. Bushnell | |
Lookup up port right ourselves. Remove function pager_clean (now in clean.c). | |||
1995-06-20 | (_pager_class): New var. | Michael I. Bushnell | |
1995-06-20 | (pager_create): Drop parm CLASS. | Michael I. Bushnell | |
1995-06-20 | Initial revision | Michael I. Bushnell | |
1995-06-20 | (COBJS): Delete reference.o. | Michael I. Bushnell | |
(OBJS): Add notifyServer.o. | |||
1995-06-20 | Include "notify_S.h". | Michael I. Bushnell | |
(pager_demuxer): Declare and use _pager_seqnos_notify_server. | |||
1995-06-20 | (pager_no_senders, pager_reference, pager_unreference, | Michael I. Bushnell | |
pager_port_type): Remove declarations. (pager_create): New parms BUCKET and CLASS. (pager_clean): Doc fix. | |||
1995-06-20 | Include <cthreads.h>. | Michael I. Bushnell | |
1995-06-20 | (ports_lookup_port): Remove assignment from if test. | Michael I. Bushnell | |
1995-06-20 | Initial revision | Michael I. Bushnell | |
1995-06-20 | (diskfs_grow): Provide initialization of POKE_OFF. | Michael I. Bushnell | |
1995-06-20 | (ffs_realloccg): Fix typo. | Michael I. Bushnell | |
1995-06-20 | (diskfs_shutdown): Fix first arg to fshelp_fetch_control. | Michael I. Bushnell | |
1995-06-20 | (diskfs_node_rdwr): Remove assignment from if test. | Michael I. Bushnell | |
1995-06-20 | (diskfs_make_node): Fix function name fshelp_init_transbox -> | Michael I. Bushnell | |
fshelp_transbox_init. | |||
1995-06-20 | Include <hurd/fsys.h>. | Michael I. Bushnell | |
(diskfs_S_fsys_syncfs): Fix first arg to fshelp_fetch_control. | |||
1995-06-20 | (diskfs_S_fsys_set_options): [helper] Fix first arg to | Michael I. Bushnell | |
fshelp_fetch_control. | |||
1995-06-20 | Include <hurd/fsys.h> | Michael I. Bushnell | |
(diskfs_S_file_syncfs) [helper]: First arg to fshelp_fetch_control should be &NP->transbox, not NP. | |||
1995-06-20 | (diskfs_S_file_set_translator): Remove assignment from if test. | Michael I. Bushnell | |
1995-06-20 | (fetch_indir_spec): Remove assignment from if test. | Michael I. Bushnell | |
1995-06-20 | (diskfs_truncate): Remove assignment from if test. | Michael I. Bushnell | |
1995-06-20 | (ffs_realloccg): Remove assignments from if tests. | Michael I. Bushnell | |
1995-06-20 | (alllibs): Omit -Wno-parentheses. | Michael I. Bushnell | |
1995-06-20 | (write_all_disknodes): Typos. | Michael I. Bushnell | |
1995-06-20 | (diskfs_node_iterate): New function. | Michael I. Bushnell | |
(write_all_disknodes): Use it. | |||
1995-06-20 | (diskfs_S_fsys_set_options): | Michael I. Bushnell | |
1995-06-20 | (diskfs_shutdown): | Michael I. Bushnell | |
1995-06-20 | (diskfs_S_file_syncfs): | Michael I. Bushnell | |
1995-06-20 | (diskfs_S_fsys_syncfs): | Michael I. Bushnell | |
1995-06-20 | (diskfs_S_fsys_set_options): Use diskfs_node_iterate instead of | Michael I. Bushnell | |
fshelp_translator_iterate. |