Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/03/1998 03:00:04
thorpej
Fri Jan 2 18:50:35 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7917
Modified Files:
sysv_shm.c
Log Message:
Make shmexit() and shmfork() take struct vmspace *'s, not struct proc *'s,
and update internal interfaces appropriately.
thorpej
Fri Jan 2 18:51:34 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv8276
Modified Files:
shm.h
Log Message:
Change shmfork() and shmexit() prototypes (vmspace *'s, not proc *'s).
thorpej
Fri Jan 2 18:53:06 PST 1998
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv8386
Modified Files:
vm_extern.h vm_glue.c vm_map.c
Log Message:
Implement address space sharing (by keeping ref counts on the vmspace
structure). Many thanks to Chuck Cranor for debugging assistence.
thorpej
Fri Jan 2 18:59:21 PST 1998
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv8969
Modified Files:
CHANGES
Log Message:
Note my address space sharing changes.