new improved version: dynamic allocation of fake pages
[unix-history] / usr / src / sys / vm / swap_pager.c
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-04-18 Chris Torekfrom pseudo-device to option
1992-11-30 Mike Hibleronly force wakeup of pageout daemon if we are short...
1992-10-07 Kirk McKusickdo not need to include <vm/queue.h> as it comes in...
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-10-02 Kirk McKusickconvert vm_page bit fields to flags
1992-09-22 Mike Hiblerreturn VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors
1992-07-13 Jan-Simon Pendrynew include location for specdev.h
1992-07-09 Chris Torekreturn more likely values, not just random junk
1992-07-03 Kirk McKusickdelete USES
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode.h/specdev.h swapped to avoid prototype warnings
1992-05-14 John Heidemannvnode interface conversion
1992-05-05 Keith Bosticadd function prototypes; new include format; define...
1992-04-21 Kirk McKusickset dirty offset (from Macklem)
1991-07-26 Kirk McKusickreplace numerous includes with vm.h
1991-05-08 Mike Hiblermove a lot of synchronizing code over to DEBUG since...
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL
1991-03-05 Kirk McKusickupdate for diskless support
1990-12-06 Kirk McKusickadopted from Mike Hibler at Utah