History log of /csrg-svn/sys/vm/swap_pager.c (Results 1 – 25 of 27)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 66424 21-Mar-1994 hibler

lint

# 65723 13-Jan-1994 hibler

get rid of lingering swap_pager_finish reference

# 65721 13-Jan-1994 bostic

lint

# 65682 12-Jan-1994 hibler

massive changes to use multi-page interface, cleanup.

# 65231 30-Dec-1993 mckusick

convert to use new queue structures

# 64860 14-Nov-1993 hibler

in io, check right off if page exists in object
makes shadow-chain traversal faster

# 64827 10-Nov-1993 torek

finish up new device pager: all pagers get offsets

# 64546 21-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 63379 11-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 59120 17-Apr-1993 torek

from pseudo-device to option

# 56917 29-Nov-1992 hibler

only force wakeup of pageout daemon if we are short on memory

# 56436 07-Oct-1992 mckusick

do not need to include <vm/queue.h> as it comes in from <vm/vm.h>

# 56393 02-Oct-1992 mckusick

av_forw/av_back are gone; now use b_actf/b_actb for linking active buffers

# 56382 01-Oct-1992 mckusick

convert vm_page bit fields to flags

# 56320 21-Sep-1992 hibler

return VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors

# 55051 12-Jul-1992 pendry

new include location for specdev.h

# 54817 08-Jul-1992 torek

return more likely values, not just random junk

# 54626 03-Jul-1992 mckusick

delete USES

# 53514 14-May-1992 heideman

vnode interface conversion

# 53496 14-May-1992 heideman

vnode.h/specdev.h swapped to avoid prototype warnings

# 53341 04-May-1992 bostic

add function prototypes; new include format; define pagerops here; lint

# 53213 20-Apr-1992 mckusick

set dirty offset (from Macklem)

# 50550 25-Jul-1991 mckusick

replace numerous includes with vm.h

# 49289 07-May-1991 hibler

move a lot of synchronizing code over to DEBUG since we now
keep the page frame busy while it is being processed by the pager

# 48386 20-Apr-1991 karels

fix includes; new proc struct; rm *_NULL

12