Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/23/1997 06:30:02
cgd
Tue Jul 22 23:22:01 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv569

Modified Files:
	genassym.awk 
Log Message:
clean up rcs id

cgd
Tue Jul 22 23:23:15 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv640

Modified Files:
	genassym.c 
Log Message:
clean up RCS id.  also, use __RCSID rather than __KERNEL_RCSID, since
this file isn't actually compiled into the kernel.


mikel
Tue Jul 22 23:24:21 PDT 1997
Update of /cvsroot/src/usr.sbin/trpt
In directory netbsd1:/home/mikel/tmp

Log Message:
import 4.4BSD-Lite2 version

Status:

Vendor Tag:	CSRG
Release Tags:	lite-2
		
C src/usr.sbin/trpt/trpt.c
C src/usr.sbin/trpt/trpt.8
C src/usr.sbin/trpt/Makefile

3 conflicts created by this import.
Use the following command to help the merge:

	cvs checkout -jCSRG:yesterday -jCSRG src/usr.sbin/trpt


scottr
Tue Jul 22 23:24:34 PDT 1997
Update of /cvsroot/src/sys/arch/mac68k/include
In directory netbsd1:/var/slash-tmp/cvs-serv29998

Modified Files:
	intr.h 
Log Message:
New implementation of _splraise():  use word-length operands where possible
by implementing entirely in assembly.  This saves some 6 bytes on all MPUs,
and about 8 cycles on the 030.

Now that it's optimized, define spltty() in terms of _splraise() so that
we don't inadvertantly lower the SPL.