summaryrefslogtreecommitdiff
path: root/libdiskfs/disk-pager.c
AgeCommit message (Collapse)Author
1997-08-20Wed Aug 20 14:03:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* disk-pager.c (service_paging_requests): New args for ports_manage_port_operations_multithread. * init-first.c (master_thread_function): Likewise.
1997-02-05(preemptor):Miles Bader
Renamed from `preempter'; type & init changed as well. (diskfs_start_disk_pager): `preempter' -> `preemptor'.
1996-09-23(service_paging_requests):Miles Bader
Get PAGER_BUCKET from argument. (diskfs_disk_pager): Renamed from disk_pager. (pager_bucket): Declaration removed. (disk_image): Variable removed. (diskfs_start_disk_pager): Renamed from setup_disk_pager. Add PAGER_BUCKET, IMAGE, and SIZE arguments. Pass in PAGER_BUCKET to thread routine, and don't create it.
1996-06-27(disk_pager_setup): Check diskfs_readonly variable instead of callingMichael I. Bushnell
diskfs_check_readonly.
1996-06-24(disk_pager_setup): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell
1996-06-24(disk_pager_setup):Michael I. Bushnell
1996-01-05Initial revisionRoland McGrath