Subject: NetBSD master CVS tree commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/16/1996 18:10:06
fvdl
Tue Jan 16 18:07:25 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23835

Modified Files:
	exec_elf.c 
Log Message:
* Don't rely on the protection bits of segments anymore to decide whether
  it's text or data; use the entry point instead (this solves some trouble
  with ELF executables with strange permissions)
* Incorporate some fixes from r_friedl@informatik.uni-kl.de sent to
  netbsd-bugs a while ago


fvdl
Tue Jan 16 18:08:09 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23875

Revision/Branch: netbsd-1-1

Modified Files:
	exec_elf.h 
Log Message:
Add constant for default number of auxiliary entries passed to loader.