Date: Sat, 14 Jan 1995 16:50:02 -0800 From: The Source Master <srcmastr@NetBSD.ORG> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Message-ID: <199501150050.QAA01891@sun-lamp.cs.berkeley.edu>
next in thread | raw e-mail | index | archive | help
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().
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501150050.QAA01891>