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: 07/19/1998 10:50:01
tv
Sun Jul 19 10:41:58 PDT 1998
Update of /cvsroot/pkgsrc/devel/cvs-current/patches
In directory nb00:/tmp/cvs-serv571

Added Files:
	patch-adddir 
Log Message:
Patch for directory creation with CVS 1.9 servers from Cyclic.  Supposedly
will be fixed in CVS 1.9.2 sources.


drochner
Sun Jul 19 10:47:08 PDT 1998
Update of /cvsroot/src/usr.bin/systat
In directory nb00:/tmp/cvs-serv587/systat

Modified Files:
	extern.h iostat.c main.c vmstat.c 
Log Message:
Fix handling of privileges - the gid was given up before dkinit()
was called.
Pass the gid to use for KVM access explicitely to dkinit(), the caller
decides whether to call setgid(getgid()) or not.


drochner
Sun Jul 19 10:47:08 PDT 1998
Update of /cvsroot/src/usr.bin/vmstat
In directory nb00:/tmp/cvs-serv587/vmstat

Modified Files:
	dkstats.c vmstat.c 
Log Message:
Fix handling of privileges - the gid was given up before dkinit()
was called.
Pass the gid to use for KVM access explicitely to dkinit(), the caller
decides whether to call setgid(getgid()) or not.


drochner
Sun Jul 19 10:48:15 PDT 1998
Update of /cvsroot/src/usr.sbin/iostat
In directory nb00:/tmp/cvs-serv646

Modified Files:
	iostat.c 
Log Message:
adapt to changed dkinit() in ../../usr.bin/vmstat/dkstats.c


drochner
Sun Jul 19 10:49:20 PDT 1998
Update of /cvsroot/src/libexec/rpc.rstatd
In directory nb00:/tmp/cvs-serv680

Modified Files:
	rstat_proc.c 
Log Message:
adapt to changed dkinit() in ../../usr.bin/vmstat/dkstats.c