Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/07/2005 00:12:50
Module Name: src
Committed By: christos
Date: Mon Feb 7 00:12:50 UTC 2005
Modified Files:
src/sys/kern: exec_elf32.c
Log Message:
Allow 32K instead of 1K of section headers. Solaris opera binary has 15K
section headers. We only allocate memory for those headers on compat_linux
and compat_ibcs2 while we probe, and although 32K is not such a big number,
we could fix the code in those two places to read section-by-section instead
of all the sections at once as it does now, if we really felt like it.
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/kern/exec_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.