Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA09027; Fri, 29 Sep 95 22:25:21 EDT
Received: from SUN-LAMP.PC.CS.CMU.EDU by MIT.EDU with SMTP
	id AA20111; Fri, 29 Sep 95 22:24:54 EDT
Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by sun-lamp.pc.cs.cmu.edu (8.6.11/8.6.10) with ESMTP id WAA00625; Fri, 29 Sep 1995 22:25:00 -0400
Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id SAA10092; Fri, 29 Sep 1995 18:00:05 -0400
Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id SAA10086; Fri, 29 Sep 1995 18:00:02 -0400
Date: Fri, 29 Sep 1995 18:00:02 -0400
From: The Source of All Evil <source@NetBSD.ORG>
Message-Id: <199509292200.SAA10086@pain.lcs.mit.edu>
To: source-changes@pain.lcs.mit.edu
Subject: sun-lamp CVS commits
Sender: owner-source-changes@NetBSD.ORG
Precedence: list
X-Loop: source-changes@NetBSD.ORG


jonathan
Fri Sep 29 17:53:31 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9786

Modified Files:
	mem.c 
Log Message:
Fix  btoc()/ctob() typo in reading physical memory that stopped ps
from reading process argument lists.
Allow kernel-virtual memory reads to read the message buffer, since
dmesg needs it.


jonathan
Fri Sep 29 17:55:22 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9847

Modified Files:
	scc.c 
Log Message:
Add speed entries for 7200 and multiples.
Add as-yet-unused speed entries for a 1x SCC clock, up to 200 Kbits.

Remove old top-bit-means-delay code, since nothing seems to need it,
and it apparently partially broke lk-201 initialization anyway.


cgd
Fri Sep 29 17:57:05 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9951

Modified Files:
	ps.h 
Log Message:
add INT32 and UINT32 variable type specifiers.  some of the variables
that are printed are of fixed size.


cgd
Fri Sep 29 17:58:13 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9983

Modified Files:
	print.c 
Log Message:
add code to convert from INT32 and UINT32 to native types.


cgd
Fri Sep 29 17:59:00 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10027

Modified Files:
	keyword.c 
Log Message:
correct the sizes specified for various variables.


jonathan
Fri Sep 29 17:59:47 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/mips/gen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10024

Modified Files:
	modf.S 
Log Message:
Copy the input argument to $f0 so we handle negative inputs properly
in the tail.

Doesn't yet handle +/- inf as cleanly as other implementations.

