Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-07-21 | (_pager_seqnos_memory_object_create): Drop initial reference created | Michael I. Bushnell | |
by ports_intern_external_reference when we're done with P. | |||
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-06-27 | (COBJS): Add get-upi.o. | Michael I. Bushnell | |
1995-06-27 | Initial revision | Michael I. Bushnell | |
1995-06-27 | (pager_get_upi): New function. | Michael I. Bushnell | |
1995-06-22 | (_pager_seqnos_memory_object_init): I can't believe I did that. | Michael I. Bushnell | |
1995-06-22 | Include <errno.h>. | Michael I. Bushnell | |
1995-06-22 | (COBJS): Typo. | Michael I. Bushnell | |
1995-06-22 | (COBJS): Add notify-stubs.c. | Michael I. Bushnell | |
1995-06-22 | Initial revision | Michael I. Bushnell | |
1995-06-20 | (create_class): | Michael I. Bushnell | |
1995-06-20 | (pager_shutdown): | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_terminate): Oops. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_init): Oops. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_lock_completed): Oops. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_data_unlock): Oops. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_data_return): Oops. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_data_request): Oops. | Michael I. Bushnell | |
1995-06-20 | (_pager_seqnos_memory_object_change_completed): Use new ports | Michael I. Bushnell | |
routines. | |||
1995-06-20 | (demuxer.o): Depend on notify_S.h. | Michael I. Bushnell | |
1995-06-20 | (pager_shutdown): | Michael I. Bushnell | |
1995-06-20 | (pager_shutdown): Use new ports functions. | Michael I. Bushnell | |
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 | (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-05-11 | (_pager_mark_next_request_error, _pager_mark_object_error): Put the error | Miles Bader | |
code in the correct place in the pagemap rather than always at the beginning. (pager_get_error): Get the error code from the pagemap rather than just using the pagemap offset! | |||
1995-05-11 | (PM_NEXTERROR, SET_PM_NEXTERROR): Mask 2-bit error code with 0x3, not 0x2! | Miles Bader | |