Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/13/1996 13:30:06
cgd
Thu Jun 13 13:21:30 EDT 1996
Update of /a/cvsroot/src/sys/vm
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9350
Revision/Branch: netbsd-1-2
Modified Files:
vm_kern.c
Log Message:
pull up from trunk:
>allow kmem_malloc to return NULL if canwait is set and there's no map space
>left, rather than panic()ing. This allows callers to set their own policy
>for how to handle the shortage. Add a few comments.
cgd
Thu Jun 13 13:25:47 EDT 1996
Update of /a/cvsroot/src/sys/vm
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9436
Revision/Branch: netbsd-1-2
Modified Files:
vm_glue.c
Log Message:
pull up from trunk (trunk commit by pk):
>Make v_swpin & v_swpout tick.