From owner-cvs-sys Wed Jan 1 17:43:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA07665 for cvs-sys-outgoing; Wed, 1 Jan 1997 17:43:14 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA07657; Wed, 1 Jan 1997 17:43:12 -0800 (PST) Date: Wed, 1 Jan 1997 17:43:12 -0800 (PST) From: Stefan Esser Message-Id: <199701020143.RAA07657@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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