From owner-freebsd-current Thu Feb 22 21:34:50 2001 Delivered-To: freebsd-current@freebsd.org Received: from C456086-A.bllvu1.wa.home.com (c456086-a.bllvu1.wa.home.com [65.0.111.16]) by hub.freebsd.org (Postfix) with ESMTP id 7E82B37B491 for ; Thu, 22 Feb 2001 21:34:47 -0800 (PST) (envelope-from kargl@C456086-A.bllvu1.wa.home.com) Received: (from kargl@localhost) by C456086-A.bllvu1.wa.home.com (8.11.1/8.11.2) id f1MLYF545604 for freebsd-current@freebsd.org; Thu, 22 Feb 2001 21:34:15 GMT (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200102222134.f1MLYF545604@C456086-A.bllvu1.wa.home.com> Subject: USER_LDT gone? To: freebsd-current@freebsd.org Date: Thu, 22 Feb 2001 21:34:12 +0000 (GMT) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With the great libc debacle of 2001, I have not tried to update my system for about 2 weeks. In that time I may have missed the commit message that said that USER_LDT, which was needed for at least wine, was removed. root[221] cd /usr/src/ root[222] setenv KERNCONF `hostname -s` root[223] make buildkernel -------------------------------------------------------------- >>> Kernel build for C456086-A started on Thu Feb 22 21:28:18 GMT 2001 -------------------------------------------------------------- ===> C456086-A mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/C456086-A C456086-A C456086-A: unknown option "USER_LDT" *** Error code 1 root[224 find /sys/ -type f | xargs grep USER_LDT /sys/i386/conf/C456086-A:options USER_LDT #allow user-level control of i386 ldt /sys/i386/i386/swtch.s.orig:#ifdef USER_LDT /sys/i386/linux/linux_machdep.c: printf("linux: modify_ldt needs kernel option USER_LDT\n"); /sys/i386/svr4/svr4_machdep.c:#if 0 /* USER_LDT */ /sys/i386/svr4/svr4_machdep.c:#if 0 /* USER_LDT */ /sys/i386/svr4/svr4_machdep.c:#warning "USER_LDT doesn't work - are you sure you want this?" /sys/modules/svr4/TO-DO: * VM86 and USER_LDT are currently disabled (low-priority) So, is USER_LDT no longer needed, and will wine work? -- steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message