Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/29/1995 07:50:06
cgd
Thu Jun 29 07:40:51 EDT 1995
Update of /a/cvsroot/src/lib/libc/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10278

Modified Files:
	getfsstat.2 statfs.2 
Log Message:
make these manual pages match current reality

cgd
Thu Jun 29 07:41:49 EDT 1995
Update of /a/cvsroot/src/lib/libkvm
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10336

Modified Files:
	kvm_i386.c 
Log Message:
fix a piece of sloppy coding on my part.  gdb -k still doesn't work, though.

cgd
Thu Jun 29 07:43:22 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10357

Modified Files:
	sysv_shm.c 
Log Message:
try to insure that the 'default' address for shm segments is the same
from process to process.  It apparently is on SysV systems, and some
programs depend on this.  Suggested by  John Birrell <jb@werple.mira.net.au>.