Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-09 | Get rid of link warning. | Michael I. Bushnell | |
1996-05-09 | (pager_create): ports_allocate_port -> ports_create_port; if we get an | Michael I. Bushnell | |
error return a null structure. | |||
1996-05-02 | (pager_offer_page): Make sure we hold lock across operation. Also set | Michael I. Bushnell | |
incore bit when operation is complete. | |||
1996-04-30 | (_pager_lock_object): Eliminate spurious extra lock acquisition around | Michael I. Bushnell | |
pagemap frobbing. | |||
1996-04-28 | (pager_create): Add link warning. | Roland McGrath | |
1996-04-18 | (_pager_lock_object): | Michael I. Bushnell | |
1996-04-18 | foo | Michael I. Bushnell | |
1996-04-18 | (pager_offer_page): doc fix | Michael I. Bushnell | |
1996-04-18 | (pager_offer_page): Only flush page if not in core now. | Michael I. Bushnell | |
1996-04-18 | (_pager_do_write_request): If kernel didn't keep a copy, turn of | Michael I. Bushnell | |
INCORE bit. | |||
1996-04-18 | (_pager_lock_object): If SYNC and SHOULD_FLUSH, then turn off | Michael I. Bushnell | |
PM_INCORE bits when flush is complete. | |||
1996-04-18 | (_pager_seqnos_memory_object_data_request): Set PM_INCORE. | Michael I. Bushnell | |
1996-04-18 | (PM_INIT): Comment out. | Michael I. Bushnell | |
(PM_INCORE): New bit. | |||
1996-04-18 | (_pager_do_write_request): Don't track INIT bit for now. | Michael I. Bushnell | |
1996-04-18 | (pager_offer_page): Flush page first if it's precious. | Michael I. Bushnell | |
1996-04-18 | (SRCS): Add offer-page.c. | Michael I. Bushnell | |
1996-04-18 | Initial revision | Michael I. Bushnell | |
1996-04-18 | (pager_offer_page): add writelock arg. | Michael I. Bushnell | |
1996-04-18 | (pager_offer_page): New function. | Michael I. Bushnell | |
1996-04-11 | (pager_memcpy): fixup | Michael I. Bushnell | |
1996-04-11 | Initial revision | Michael I. Bushnell | |
1996-03-26 | Include <stdio.h>. | Michael I. Bushnell | |
1996-03-26 | (_pager_do_write_request): Delete unused label `out'. | Michael I. Bushnell | |
1996-03-26 | (SRCS): Revert. | Michael I. Bushnell | |
1996-03-26 | Revert. | Michael I. Bushnell | |
1996-03-26 | (pager_create): Revert. | Michael I. Bushnell | |
1996-03-26 | (_pager_free_structure): Revert. | Michael I. Bushnell | |
1996-03-26 | (_pager_seqnos_memory_object_data_request): Revert. | Michael I. Bushnell | |
1996-03-26 | (_pager_do_write_request): Revert. | Michael I. Bushnell | |
1996-03-26 | (_pager_lock_object): | Michael I. Bushnell | |
1996-03-26 | (pager_sync_some): | Michael I. Bushnell | |
1996-03-26 | (pager_sync): Ask for RETURN_ALL and not just RETURN_DIRTY, | Michael I. Bushnell | |
because we treat precious pages here as dirty. | |||
1996-03-26 | (pager_return_some): Ask for RETURN_ALL and not just RETURN_DIRTY, | Michael I. Bushnell | |
because we treat precious pages here as dirty. | |||
1996-03-26 | (_pager_do_write_request): Delete any corresponding anticipation | Michael I. Bushnell | |
before starting pageout. | |||
1996-03-26 | *** empty log message *** | Michael I. Bushnell | |
1996-03-26 | (_pager_seqnos_memory_object_data_request): Add code to check to see | Michael I. Bushnell | |
if there is an existing anticipation that corresponds, and use that in preference to actual pagein. If this page is dirty, then mark the page precious to make sure it gets paged out eventually. | |||
1996-03-26 | (_pager_free_structure): more. | Michael I. Bushnell | |
1996-03-26 | (_pager_free_structure): Clean P->anticipations here. | Michael I. Bushnell | |
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-18 | Initial revision | Michael 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 | |