summaryrefslogtreecommitdiff
path: root/libpager
AgeCommit message (Collapse)Author
1996-03-26(_pager_clean): Revert.Michael I. Bushnell
1996-03-26(_pager_clean): Deallocate anticipations structures here.Michael I. Bushnell
1996-03-26(pager_create): Initialize P->anticipations.Michael I. Bushnell
1996-03-26(struct pager): New member `anticipations'.Michael I. Bushnell
(struct anticipation): New type. (_pager_check_anticipations): New declaration.
1996-03-26(SRCS): Add anticipate.c.Michael I. Bushnell
1996-03-18(pager_return, pager_return_some): New declarations.Michael I. Bushnell
1996-03-18(SRCS): Add pager-return.c.Michael I. Bushnell
1996-03-18Initial revisionMichael I. Bushnell
1996-03-18(pager_flush): Lock request should be VM_PROT_NO_CHANGE, not VM_PROT_NONE.Michael I. Bushnell
(pager_flush_some): Likewise.
1996-03-06(_pager_lock_object): Don't barf anymore.Miles Bader
1996-03-06(_pager_seqnos_memory_object_lock_completed): Don't barf anymore.Miles Bader
1996-03-06(SRCS): Remove barf.c.Miles Bader
1996-03-06(pager_change_attributes):Miles Bader
Correctly remove AR from P's linked list of attribute change requests.
1996-03-06(_pager_lock_object):Miles Bader
Correctly remove LR from P's linked list of lock requests.
1996-02-21(_pager_seqnos_memory_object_init): Be picky about always releasing SEQNO.Miles Bader
1996-02-21(_pager_seqnos_memory_object_lock_completed):Miles Bader
Be picky about always releasing SEQNO.
1996-02-21(_pager_seqnos_memory_object_lock_completed):Miles Bader
Get rid of bletcherous semi. Make barf more voluminous.
1996-02-21(SRCS): Add barf.c.Miles Bader
1996-02-21(_pager_seqnos_memory_object_lock_completed): Use barf instead of printf.Miles Bader
1996-02-21(_pager_lock_object): Use barf instead of printf.Miles Bader
1996-02-21(_pager_seqnos_memory_object_terminate):Miles Bader
Always wait for and release SEQNO if OBJECT is a valid pager.
1996-02-21(_pager_seqnos_memory_object_data_request):Miles Bader
Always wait for and release SEQNO if OBJECT is a valid pager.
1996-02-21(_pager_do_write_request):Miles Bader
Always wait for and release SEQNO if OBJECT is a valid pager.
1996-02-20(_pager_lock_object): Print debugging message when SYNC.Michael I. Bushnell
1996-02-20(_pager_seqnos_memory_object_lock_completed): Fix to be better.Michael I. Bushnell
1996-02-20(_pager_seqnos_memory_object_lock_completed): Print a notice when anMichael I. Bushnell
incoming lock completion corresponds to no outstanding lock request.
1996-02-20(_pager_lock_object): Remove `sync = 0'.Miles Bader
1996-01-05(SRCS): Add pager-memcpy.c.Roland McGrath
1996-01-04Declare pager_memcpy.Roland McGrath
1995-10-09Declare _pager_page_errors extern, not common.Roland McGrath
1995-10-09Specify shared library dependencies.Roland McGrath
1995-09-13(_pager_seqnos_memory_object_lock_completed): Typo.Michael I. Bushnell
1995-09-13(_pager_seqnos_memory_object_lock_completed): Don't push theMichael I. Bushnell
locks_pending field negative in the case where the pager was terminated before we get called.
1995-09-05(_pager_seqnos_memory_object_change_completed):Miles Bader
Don't push the attrs_pending field negative in the case where the pager was terminated before we get called.
1995-08-24(SRCS): Make this the main list of files, from which the others are derived.Miles Bader
(COBJS, REMHDRS): Removed. (OBJS): Derived mostly from $(SRCS).
1995-07-21(_pager_seqnos_memory_object_create): Drop initial reference createdMichael I. Bushnell
by ports_intern_external_reference when we're done with P.
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-06-27(COBJS): Add get-upi.o.Michael I. Bushnell
1995-06-27Initial revisionMichael 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-22Include <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-22Initial revisionMichael 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