Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/29/1997 21:20:02
gwr
Thu May 29 14:17:01 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv24859
Modified Files:
psl.h
Log Message:
Add inline definitions for _getsr() and _splraise(), and
define splimp() using splraise so early calls to the VM
code (and pmap) do not accidently enable interrupts.
gwr
Thu May 29 14:17:39 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv24905
Modified Files:
machdep.h
Log Message:
Define getsr() as _getsr() for backward compatibility.
gwr
Thu May 29 14:18:43 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv25147
Modified Files:
vmparam.h
Log Message:
Increase the default datasize limit to 16MB (enough to build libc).