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/06/1995 01:40:01
mycroft
Sun Aug  6 01:33:05 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv21083

Modified Files:
	machdep.c math_emulate.c process_machdep.c vm_machdep.c 
Log Message:
Move the `used fpu' flag into mdproc, so it can be referenced when a process
is swapped out.  Implement process_{read,write}_fpregs.

mycroft
Sun Aug  6 01:33:26 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/include
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv21117

Modified Files:
	pcb.h proc.h ptrace.h reg.h 
Log Message:
Move the `used fpu' flag into mdproc, so it can be referenced when a process
is swapped out.  Implement process_{read,write}_fpregs.

mycroft
Sun Aug  6 01:33:40 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv21151

Modified Files:
	npx.c 
Log Message:
Move the `used fpu' flag into mdproc, so it can be referenced when a process
is swapped out.  Implement process_{read,write}_fpregs.