From owner-cvs-all Thu Sep 2 14:52:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 807DD14E0D; Thu, 2 Sep 1999 14:52:16 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA77526; Thu, 2 Sep 1999 14:50:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909022150.OAA77526@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Sep 1999 14:50:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/02 14:50:44 PDT Modified files: sys/i386/linux linux_dummy.c linux_misc.c Log: Implementation of the modify_ldt syscall. Use the sysarch() interface to do the actual work. When USER_LDT is not defined for a kernel, sysarch returns EOPNOTSUPP. Display a message in that case and return ENOSYS to userland. Reviewed by: luoqi Revision Changes Path 1.14 +1 -2 src/sys/i386/linux/linux_dummy.c 1.71 +85 -1 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message