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: 04/07/1995 18:40:04
fvdl
Fri Apr  7 18:31:21 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8346

Added Files:
	linux_machdep.h 
Log Message:
Arch dependant defs for Linux. Just signal stackframe definition for now.


fvdl
Fri Apr  7 18:33:28 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8372

Modified Files:
	kern_exec.c 
Log Message:
Use sigcode fields in package structure. This seems to be the cleanest
way to deal with seperate trampoline code for emulation of other OSs,
it avoids having to clutter up kern_exec.c any further.


fvdl
Fri Apr  7 18:34:13 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8391

Modified Files:
	exec.h 
Log Message:
Add ep_sigcode and ep_esigcode fields to exec package structure.