aboutsummaryrefslogtreecommitdiff
path: root/libpager/lock-object.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-07-25 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-07-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * priv.h (PM_WRITEWAIT): New pagemap bit. * data-return.c (_pager_do_write_request): Don't proceed with a pageout if one is already in progress. Once we finish, wake up any potential PM_WRITEWAIT waiters. * priv.h (PM_INIT): Provide value again. * data-return.c (_pager_do_write_request): Track PM_INIT again. * priv.h (struct pager): Make pagemap consist of 16-bit elements instead of only 8 bits. * data-request.c (_pager_seqnos_memory_object_data_request): Make PM_ENTRY a short pointer. * data-return.c (_pager_do_write_request): Make PM_ENTRIES a short pointer. * lock-object.c (_pager_lock_object): Make PM_ENTRIES a short pointer. * mark-error.c (_pager_mark_next_request_error): Make P a short pointer. (_pager_mark_object_error): Likewise. * offer-page.c (pager_offer_page): Make PM_ENTRY a short pointer. * object-terminate.c (_pager_free_structure): Interpret pagemapsize correctly. * pagemap.c (_pager_pagemap_resize): Likewise.
* (_pager_lock_object):Miles Bader1997-02-121-6/+15
| | | | Deal with _pager_pagemap_resize failing.
* (_pager_lock_object): Eliminate spurious extra lock acquisition aroundMichael I. Bushnell1996-04-301-2/+0
| | | | pagemap frobbing.
* (_pager_lock_object):Michael I. Bushnell1996-04-181-2/+1
|
* (_pager_lock_object): If SYNC and SHOULD_FLUSH, then turn offMichael I. Bushnell1996-04-181-0/+12
| | | | PM_INCORE bits when flush is complete.
* (_pager_lock_object):Michael I. Bushnell1996-03-261-0/+1
|
* (_pager_lock_object): Don't barf anymore.Miles Bader1996-03-061-6/+0
|
* (_pager_lock_object):Miles Bader1996-03-061-1/+3
| | | | Correctly remove LR from P's linked list of lock requests.
* (_pager_lock_object): Use barf instead of printf.Miles Bader1996-02-211-2/+3
|
* (_pager_lock_object): Print debugging message when SYNC.Michael I. Bushnell1996-02-201-0/+5
|
* (_pager_lock_object): Remove `sync = 0'.Miles Bader1996-02-201-3/+1
|
* (_pager_lock_object): Hammer SYNC to zero for now; there's someMichael I. Bushnell1994-11-081-0/+2
| | | | deadlock bug in noticing when the sync finishes.
* entered into RCSMichael I. Bushnell1994-02-111-1/+1
|
* Formerly lock-object.c.~3~Michael I. Bushnell1994-01-251-3/+4
|
* Formerly lock-object.c.~2~Michael I. Bushnell1994-01-191-7/+8
|
* Initial revisionMichael I. Bushnell1994-01-131-0/+82