Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 10/26/1994 05:00:05
christos
Wed Oct 26 07:58:32 EDT 1994
Update of /b/source/CVS/src/sys/compat/svr4
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/compat/svr4

Modified Files:
	svr4_fcntl.c svr4_ioctl.c svr4_misc.c svr4_signal.c 
	svr4_stat.c svr4_sysent.c svr4_util.c 
Removed Files:
	makesyscalls.sh 
Log Message:


Fixed Charles suggestions: 
1. always do the stackgap_init()/CHECKALT first in syscalls that need it.
2. svr4_emul_find() uses malloc for the buf, does not use copyoutstr, but 
   copyout().

Removed makesyscalls.sh; it was really old and we don't need a separate copy.