Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (pager_return, pager_return_some): New declarations. | Michael I. Bushnell | 1996-03-18 | 1 | -0/+17 |
| | |||||
* | (SRCS): Add pager-return.c. | Michael I. Bushnell | 1996-03-18 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-03-18 | 1 | -0/+44 |
| | |||||
* | (pager_flush): Lock request should be VM_PROT_NO_CHANGE, not VM_PROT_NONE. | Michael I. Bushnell | 1996-03-18 | 1 | -3/+3 |
| | | | | (pager_flush_some): Likewise. | ||||
* | (_pager_lock_object): Don't barf anymore. | Miles Bader | 1996-03-06 | 1 | -6/+0 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Don't barf anymore. | Miles Bader | 1996-03-06 | 1 | -11/+1 |
| | |||||
* | (SRCS): Remove barf.c. | Miles Bader | 1996-03-06 | 1 | -1/+1 |
| | |||||
* | (pager_change_attributes): | Miles Bader | 1996-03-06 | 1 | -2/+5 |
| | | | | Correctly remove AR from P's linked list of attribute change requests. | ||||
* | (_pager_lock_object): | Miles Bader | 1996-03-06 | 1 | -1/+3 |
| | | | | Correctly remove LR from P's linked list of lock requests. | ||||
* | (_pager_seqnos_memory_object_init): Be picky about always releasing SEQNO. | Miles Bader | 1996-02-21 | 1 | -7/+6 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): | Miles Bader | 1996-02-21 | 1 | -6/+8 |
| | | | | Be picky about always releasing SEQNO. | ||||
* | (_pager_seqnos_memory_object_lock_completed): | Miles Bader | 1996-02-21 | 1 | -2/+4 |
| | | | | | Get rid of bletcherous semi. Make barf more voluminous. | ||||
* | (SRCS): Add barf.c. | Miles Bader | 1996-02-21 | 1 | -1/+1 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Use barf instead of printf. | Miles Bader | 1996-02-21 | 1 | -4/+4 |
| | |||||
* | (_pager_lock_object): Use barf instead of printf. | Miles Bader | 1996-02-21 | 1 | -2/+3 |
| | |||||
* | (_pager_seqnos_memory_object_terminate): | Miles Bader | 1996-02-21 | 1 | -7/+6 |
| | | | | Always wait for and release SEQNO if OBJECT is a valid pager. | ||||
* | (_pager_seqnos_memory_object_data_request): | Miles Bader | 1996-02-21 | 1 | -9/+14 |
| | | | | Always wait for and release SEQNO if OBJECT is a valid pager. | ||||
* | (_pager_do_write_request): | Miles Bader | 1996-02-21 | 1 | -26/+20 |
| | | | | Always wait for and release SEQNO if OBJECT is a valid pager. | ||||
* | (_pager_lock_object): Print debugging message when SYNC. | Michael I. Bushnell | 1996-02-20 | 1 | -0/+5 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Fix to be better. | Michael I. Bushnell | 1996-02-20 | 1 | -2/+2 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Print a notice when an | Michael I. Bushnell | 1996-02-20 | 1 | -1/+5 |
| | | | | incoming lock completion corresponds to no outstanding lock request. | ||||
* | (_pager_lock_object): Remove `sync = 0'. | Miles Bader | 1996-02-20 | 1 | -3/+1 |
| | |||||
* | (SRCS): Add pager-memcpy.c. | Roland McGrath | 1996-01-05 | 1 | -3/+3 |
| | |||||
* | Declare pager_memcpy. | Roland McGrath | 1996-01-04 | 1 | -7/+19 |
| | |||||
* | Declare _pager_page_errors extern, not common. | Roland McGrath | 1995-10-09 | 1 | -1/+1 |
| | |||||
* | Specify shared library dependencies. | Roland McGrath | 1995-10-09 | 1 | -0/+3 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Typo. | Michael I. Bushnell | 1995-09-13 | 1 | -3/+1 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Don't push the | Michael I. Bushnell | 1995-09-13 | 1 | -6/+10 |
| | | | | | locks_pending field negative in the case where the pager was terminated before we get called. | ||||
* | (_pager_seqnos_memory_object_change_completed): | Miles Bader | 1995-09-05 | 1 | -6/+6 |
| | | | | | Don't push the attrs_pending field negative in the case where the pager was terminated before we get called. | ||||
* | (SRCS): Make this the main list of files, from which the others are derived. | Miles Bader | 1995-08-24 | 1 | -13/+9 |
| | | | | | (COBJS, REMHDRS): Removed. (OBJS): Derived mostly from $(SRCS). | ||||
* | (_pager_seqnos_memory_object_create): Drop initial reference created | Michael I. Bushnell | 1995-07-21 | 1 | -1/+2 |
| | | | | by ports_intern_external_reference when we're done with P. | ||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -4/+0 |
| | |||||
* | (COBJS): Add get-upi.o. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-27 | 1 | -0/+27 |
| | |||||
* | (pager_get_upi): New function. | Michael I. Bushnell | 1995-06-27 | 1 | -0/+4 |
| | |||||
* | (_pager_seqnos_memory_object_init): I can't believe I did that. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | Include <errno.h>. | Michael I. Bushnell | 1995-06-22 | 1 | -0/+1 |
| | |||||
* | (COBJS): Typo. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (COBJS): Add notify-stubs.c. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-22 | 1 | -0/+74 |
| | |||||
* | (create_class): | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (pager_shutdown): | Michael I. Bushnell | 1995-06-20 | 1 | -2/+0 |
| | |||||
* | (_pager_seqnos_memory_object_terminate): Oops. | Michael I. Bushnell | 1995-06-20 | 1 | -3/+3 |
| | |||||
* | (_pager_seqnos_memory_object_init): Oops. | Michael I. Bushnell | 1995-06-20 | 1 | -2/+2 |
| | |||||
* | (_pager_seqnos_memory_object_lock_completed): Oops. | Michael I. Bushnell | 1995-06-20 | 1 | -3/+3 |
| | |||||
* | (_pager_seqnos_memory_object_data_unlock): Oops. | Michael I. Bushnell | 1995-06-20 | 1 | -2/+2 |
| | |||||
* | (_pager_seqnos_memory_object_data_return): Oops. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (_pager_seqnos_memory_object_data_request): Oops. | Michael I. Bushnell | 1995-06-20 | 1 | -3/+3 |
| | |||||
* | (_pager_seqnos_memory_object_change_completed): Use new ports | Michael I. Bushnell | 1995-06-20 | 1 | -4/+4 |
| | | | | routines. | ||||
* | (demuxer.o): Depend on notify_S.h. | Michael I. Bushnell | 1995-06-20 | 1 | -0/+1 |
| |