From owner-cvs-all Thu Jan 28 03:45:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02969 for cvs-all-outgoing; Thu, 28 Jan 1999 03:45:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02964; Thu, 28 Jan 1999 03:45:51 -0800 (PST) (envelope-from newton@FreeBSD.org) From: Mark Newton Received: (from newton@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA17009; Thu, 28 Jan 1999 03:45:51 -0800 (PST) (envelope-from newton@FreeBSD.org) Date: Thu, 28 Jan 1999 03:45:51 -0800 (PST) Message-Id: <199901281145.DAA17009@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include segments.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/01/28 03:45:51 PST Modified files: sys/i386/i386 machdep.c sys/i386/include segments.h Log: Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way that Sun implemented iBCS2 compatibility on Solaris >= 2.6: The emulator runs in user-mode, patching the LDT so that client programs making syscalls through the old iBCS2 call gate get handled by the emulator process. Unemulated syscalls therefore need their own call-gate that bypasses the emulator. Sun chose LDT entry 4 to implement this, which is what we've been using as LUDATA_SEL, so we need to change LUDATA_SEL if we want to run Solaris executables. Discussed with: Mike Smith Revision Changes Path 1.323 +11 -1 src/sys/i386/i386/machdep.c 1.18 +3 -2 src/sys/i386/include/segments.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message