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: 10/09/1995 02:40:04
mycroft
Mon Oct 9 02:34:38 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15355/i386
Modified Files:
machdep.c sys_machdep.c vm_machdep.c
Log Message:
Eliminate soft segment descriptors; instead use a functional interface for
creating segment descriptors. Add the duplicate system call gate used by
BSD/OS 2.0 executables. Prototype setsegment() and setgate(), and fix a bogon
caught by this.
mycroft
Mon Oct 9 02:34:45 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15355/include
Modified Files:
segments.h
Log Message:
Eliminate soft segment descriptors; instead use a functional interface for
creating segment descriptors. Add the duplicate system call gate used by
BSD/OS 2.0 executables. Prototype setsegment() and setgate(), and fix a bogon
caught by this.
mycroft
Mon Oct 9 02:34:55 EDT 1995
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15355/isa
Modified Files:
isa_machdep.c
Log Message:
Eliminate soft segment descriptors; instead use a functional interface for
creating segment descriptors. Add the duplicate system call gate used by
BSD/OS 2.0 executables. Prototype setsegment() and setgate(), and fix a bogon
caught by this.