History log of /csrg-svn/sys/vm/vm_page.c (Results 1 – 19 of 19)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68164 09-Jan-1995 cgd

KNF, and 64-bit safety.

# 66425 21-Mar-1994 hibler

round kentry_data_size to a page since pmap_bootstrap_alloc will
anyway (we needlessly waste space ow)

# 65231 30-Dec-1993 mckusick

convert to use new queue structures

# 63379 11-Jun-1993 bostic

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

# 57914 10-Feb-1993 mckusick

have to account for one extra needed page

# 56382 01-Oct-1992 mckusick

convert vm_page bit fields to flags

# 53327 04-May-1992 bostic

new include format

# 52639 24-Feb-1992 mckusick

lint

# 52594 19-Feb-1992 torek

move definition of vm_page_init into vm_page.h so can be shared

# 51772 20-Nov-1991 marc

3100 changes (from ralph)

# 50936 29-Aug-1991 william

added pmap_bootstrap_alloc() to deal with machine dependent
allocation of memory before malloc() can be used.

# 50910 28-Aug-1991 mckusick

vm_stat is merged into vmmeter structure

# 50855 16-Aug-1991 mckusick

lint

# 50852 15-Aug-1991 william

temporary and permanent changes for i386, correcting bug where
the "hole" is allocated as ordinary memory, testing for if we allocate it
in the page structures themselves, touchup the "kstack-in-the

temporary and permanent changes for i386, correcting bug where
the "hole" is allocated as ordinary memory, testing for if we allocate it
in the page structures themselves, touchup the "kstack-in-the-user-space"
kludge, and obscure fix to spontaineous unwiring of kstack (if ever pagable)

show more ...

# 50555 25-Jul-1991 mckusick

numerous statistics move to vm_stat;
software page size now set by vm_set_page_size

# 49286 07-May-1991 hibler

added DEBUG version of vm_page_init to init the
pagerowned and ptpage fields

# 48493 21-Apr-1991 mckusick

update to new CMU copyright and distribution terms

# 48386 20-Apr-1991 karels

fix includes; new proc struct; rm *_NULL

# 45748 05-Dec-1990 mckusick

adopted from Mach 2.5