Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1996 15:00:03
cgd
Mon Jun  3 14:50:29 EDT 1996
Update of /a/cvsroot/src/usr.sbin/pstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23657

Modified Files:
	pstat.c 
Log Message:
warnx() already outputs newline; warnings for undefined symbols don't
need an extra one.


cgd
Mon Jun  3 14:51:40 EDT 1996
Update of /a/cvsroot/src/usr.sbin/pstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23743

Revision/Branch: netbsd-1-2

Modified Files:
	pstat.c 
Log Message:
pull up from trunk:
>warnx() already outputs newline; warnings for undefined symbols don't
>need an extra one.


cgd
Mon Jun  3 14:54:32 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23810/alpha

Revision/Branch: netbsd-1-2

Modified Files:
	promcons.c 
Log Message:
pull up from trunk:
>add tty_attach() calls where appropriate


cgd
Mon Jun  3 14:54:34 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23810/tc

Revision/Branch: netbsd-1-2

Modified Files:
	scc.c 
Log Message:
pull up from trunk:
>add tty_attach() calls where appropriate


cgd
Mon Jun  3 14:54:36 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/wscons
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23810/wscons

Revision/Branch: netbsd-1-2

Modified Files:
	wscons.c 
Log Message:
pull up from trunk:
>add tty_attach() calls where appropriate


is
Mon Jun  3 14:55:21 EDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23767

Revision/Branch: netbsd-1-2

Modified Files:
	grfioctl.h grf_cl.c grf_et.c grf_cv.c grf_ul.c grf_rt.c 
	grf_rh.c 
Log Message:
#define GRFIOCBLANK_LIVE and GRFIOCBLANK_DARK in grfioctl.h to make absolutely
clear which switches the video signal on and which off.
Make all grf_??.c (which supported it) use the same polarity of the test.
While being here, use a > test instead of implicit != to make it extensible
to darker than dark values for power managment systems.