Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/12/1996 21:10:02
cgd
Tue Nov 12 13:00:35 PST 1996
Update of /cvsroot/src/sys/arch/alpha/tc
In directory netbsd1:/var/slash-tmp/cvs-serv11280

Modified Files:
	esp.c espvar.h 
Log Message:
-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual cleanups.


cgd
Tue Nov 12 13:06:24 PST 1996
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv11690

Modified Files:
	esp.c espvar.h 
Log Message:
sync with alpha version

pk
Tue Nov 12 13:08:51 PST 1996
Update of /cvsroot/src/sys/arch/sparc/include
In directory netbsd1:/var/slash-tmp/cvs-serv11144

Modified Files:
	vmparam.h 
Log Message:
Allow larger text (64MB) and data (256MB) segments.
On sun4/sun4c with a virtual address hole (starting at 512MB), this seems
like a reasonable compromise: about 196MB left for shared libs and sysv-style
shared memory segments.
On the sun4m the limits can easily be made larger: consider turning
MAXTSIZ and MAXDSIZ into tunable variables..