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: 02/28/1995 18:10:04
cgd
Tue Feb 28 18:04:57 EST 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21469/sys

Modified Files:
	proc.h 
Log Message:
add an EMUL constant for Linux emulation

cgd
Tue Feb 28 18:05:23 EST 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21493/sys

Modified Files:
	exec.h 
Log Message:
linux compat needs stack space gap, too.

cgd
Tue Feb 28 18:06:30 EST 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21529/kern

Modified Files:
	exec_conf.c 
Log Message:
switch entry for Linux a.out

fvdl
Tue Feb 28 18:07:41 EST 1995
Update of /a/cvsroot/src/sys/compat/linux
In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21627/linux

Log Message:
Directory /a/cvsroot/src/sys/compat/linux added to the repository


cgd
Tue Feb 28 18:09:07 EST 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/var/tmp/cvs-serv21658/kern

Modified Files:
	kern_exec.c 
Log Message:
various XXX changes that linux bins need to get their args correctly.

christos
Tue Feb 28 18:09:48 EST 1995
Update of /a/cvsroot/src/bin/sh
In directory pain.lcs.mit.edu:/a/users/christos/sh

Modified Files:
	expand.c 
Log Message:
Changed so that backquote expansion eats all trailing newlines, not just
the last one.
Reported by guido@gvr.win.tue.nl (Guido van Rooij).
Repeat By:

	echo "`cat file-with-many-newlines`"