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: 03/14/1995 10:20:04
scottb
Tue Mar 14 10:12:55 EST 1995
Update of /a/cvsroot/src/sys/compat/ibcs2
In directory pain.lcs.mit.edu:/a/users/scottb/src/sys/compat/ibcs2

Modified Files:
	TODO ibcs2_exec.c ibcs2_exec.h ibcs2_ioctl.c ibcs2_misc.c 
	ibcs2_signal.h ibcs2_syscall.h ibcs2_syscalls.c ibcs2_sysent.c 
	ibcs2_types.h syscalls.master 
Added Files:
	ibcs2_errno.c ibcs2_errno.h ibcs2_fcntl.c ibcs2_ipc.c 
	ibcs2_signal.c ibcs2_socksys.c ibcs2_socksys.h ibcs2_stat.c 
	ibcs2_stropts.h ibcs2_syscallargs.h ibcs2_timeb.h ibcs2_util.c 
	ibcs2_util.h ibcs2_utime.h syscalls.conf 
Removed Files:
	makesyscalls.sh 
Log Message:
updated existing files to use new system call interface.
added new code to support socket interface.
borrowed code from linux/svr4 to use /emul pathnames.
split ibcs2_misc.c into more managable files.