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: 05/01/1995 18:40:08
cgd
Mon May  1 18:36:48 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/users/cgd/src/sys/kern

Modified Files:
	kern_exec.c 
Log Message:
remember first error code (if any) that's different than ENOEXEC.
Not perfect, but there's no perfect solution to the "multiple interesting
error codes" problem.


cgd
Mon May  1 18:39:15 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/users/cgd/src/sys/kern

Modified Files:
	kern_malloc.c 
Log Message:
make this work sanely on a 64-bit machine.  Sacrifices a small bit of
error checking in the DIAGNOSTIC case.  These changes might be backed out,
if it's decided that MINBUCKET should be 5 (rather than 4) on the alpha.
However, doing that has its own set of nasty consequences.