Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



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().



Home | Main Index | Thread Index | Old Index