Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Tue Jul 7 21:35:24 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory nb00:/tmp/cvs-serv8512/alpha/alpha
Modified Files:
machdep.c
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:35:24 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv8512/alpha/include
Modified Files:
vmparam.h
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:35:24 PDT 1998
Update of /cvsroot/src/sys/arch/atari/atari
In directory nb00:/tmp/cvs-serv8512/atari/atari
Modified Files:
pmap.c
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:35:25 PDT 1998
Update of /cvsroot/src/sys/arch/atari/include
In directory nb00:/tmp/cvs-serv8512/atari/include
Modified Files:
vmparam.h
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:35:25 PDT 1998
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory nb00:/tmp/cvs-serv8512/hp300/hp300
Modified Files:
machdep.c
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:35:25 PDT 1998
Update of /cvsroot/src/sys/arch/hp300/include
In directory nb00:/tmp/cvs-serv8512/hp300/include
Modified Files:
vmparam.h
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:36:39 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv8602
Modified Files:
machdep.c
Log Message:
Attempt to pull buffer cache pages out of the "first16" free list, in
an effort to avoid bouncing file system buffers (it's not clear how much
of a win this is, and it'll be pointless w/ a unified buffer cache, but
what the heck).
thorpej
Tue Jul 7 21:37:43 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv8622
Modified Files:
pmap.new.c
Log Message:
Put the first 16M of RAM onto the "first16" free list, and everthing
else onto the default free list.
thorpej
Tue Jul 7 21:38:33 PDT 1998
Update of /cvsroot/src/sys/arch/i386/include
In directory nb00:/tmp/cvs-serv8665
Modified Files:
vmparam.h
Log Message:
Define 2 free lists: a default, and a "first16", which is where the first
16M of RAM goes (in an effort to protect ISA DMA-safe memory).
thorpej
Tue Jul 7 21:39:34 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/include
In directory nb00:/tmp/cvs-serv8702/mac68k/include
Modified Files:
vmparam.h
Log Message:
Define one page free list, and put all pages on it.
thorpej
Tue Jul 7 21:39:35 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory nb00:/tmp/cvs-serv8702/mac68k/mac68k
Modified Files:
machdep.c
Log Message:
Define one page free list, and put all pages on it.
Home |
Main Index |
Thread Index |
Old Index