Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/14/1995 16:50:02
mycroft
Sat Jan 14 16:42:03 PST 1995
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/i386

Modified Files:
	process_machdep.c 
Log Message:
Move the existing frame pointer calculation into a separate helper function.
Eventually this should cause the child to be swapped in if necessary.
Do the eflags security check in cheaper way.

mycroft
Sat Jan 14 16:44:22 PST 1995
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/i386

Modified Files:
	machdep.c 
Log Message:
Do the eflags security check in a cheaper way.  Just check that the privilege
level of the return cs is correct; don't check the other selectors.  (Will
fault later if they are invalid.)

mycroft
Sat Jan 14 16:46:39 PST 1995
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/i386

Modified Files:
	db_interface.c 
Log Message:
Cosmetic changes, and use db_printf() rather than printf().