Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 03:45:51 -0800 (PST)
From:      Mark Newton <newton@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
Message-ID:  <199901281145.DAA17009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901281145.DAA17009>