From owner-source-changes@NetBSD.ORG Sat Jan 14 16:56:45 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA16155; Sat, 14 Jan 1995 16:56:43 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id SAA15679 for source-changes-outgoing; Sat, 14 Jan 1995 18:41:34 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id SAA15675 for ; Sat, 14 Jan 1995 18:41:27 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id QAA01891 for source-changes; Sat, 14 Jan 1995 16:50:02 -0800 Date: Sat, 14 Jan 1995 16:50:02 -0800 From: The Source Master Message-Id: <199501150050.QAA01891@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG 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().