Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 1997 17:43:12 -0800 (PST)
From:      Stefan Esser <se>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 vm_machdep.c
Message-ID:  <199701020143.RAA07657@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
se          97/01/01 17:43:12

  Modified:    sys/i386/i386  vm_machdep.c
  Log:
  Add code to copy the LDT, if required.
  
  This code was sent to me by Bruce Evans, and seems to fix some
  possible kernel panic in case of an execution error. It did not
  cause any problems on my system, but I did never observe the
  problem this patch is supposed to fix, anyway.
  
  This patch is a NOP, unless the kernel is built with "options
  USER_LDT", and doesn't affect the GENERIC kernel for this reason.
  
  I want to have it in 2.2: it fixes a bug ...
  
  Submitted by:	bde
  
  Revision  Changes    Path
  1.72      +16 -1     src/sys/i386/i386/vm_machdep.c



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