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/11/1995 11:10:02
fvdl
Sun Jun 11 11:06:22 EDT 1995
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3016

Modified Files:
	svr4_exec.c svr4_signal.c 
Log Message:
* Always kill all vm_cmds before giving up on loading an executable
* Don't try to use auxiliary arguments with statically linked executables.
* Remove 'cannot find interpreter' uprintf, as other exec modules may
  succeed in running the binary after all, and then we don't want this message.
* Some linkers produce rw- for the data segment, not rwx.
* Remove a few debugging printfs


fvdl
Sun Jun 11 11:07:58 EDT 1995
Update of /a/cvsroot/src/sys/compat/ibcs2
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3072

Modified Files:
	ibcs2_ipc.c 
Log Message:
Make this link when SYSVXXXX is not enabled too.