Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/14/1995 01:10:01
cgd
Mon Aug 14 01:00:08 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9749

Modified Files:
	keyword.c print.c ps.h 
Log Message:
as suggested in PR 1347, by Kenneth Stailey, make "RE" and "SL" fields
show up as two digits, max, displaying "99" if > 99.  allow any field with
an unsigned value to be specified as printing that way (though right now
it's only used for RE and SL, which are both unsigned longs).  This fix
is substantially different than that suggested in the PR.


cgd
Mon Aug 14 01:05:56 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9821

Modified Files:
	conf.h 
Log Message:
prototypes for d_mmap and dev_type_mmap, as suggested by Jonathan Stone in
PR 1259.  prototype for dev_type_dump if not not __BDEVSW_DUMP_OLD_TYPE.