From owner-freebsd-questions Thu Feb 1 09:08:19 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10510 for questions-outgoing; Thu, 1 Feb 1996 09:08:19 -0800 (PST) Received: from mandor.dev.com (mandor.dev.com [198.145.93.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA10498 Thu, 1 Feb 1996 09:08:13 -0800 (PST) Received: from mandor.dev.com (localhost [127.0.0.1]) by mandor.dev.com (8.7.3/8.7.3) with ESMTP id JAA24365; Thu, 1 Feb 1996 09:02:15 -0800 (PST) Message-Id: <199602011702.JAA24365@mandor.dev.com> To: Michael Smith cc: dglo@SSEC.WISC.EDU (Dave Glowacki), chuck@fang.cs.sunyit.edu, hackers@freebsd.org, questions@freebsd.org Subject: Re: Willows Date: Thu, 01 Feb 1996 09:02:15 PST From: Brian Smith Sender: owner-questions@freebsd.org Precedence: bulk >Dave Glowacki stands accused of saying: >> It's there now. >> >> I registered, got instructions on FTP access, logged into ftp.willows.com >> and grabbed twin-src-1.5.0.tgz (dated Feb 1. 3:10) > >This looks (from first impressions) really well laid out. The porting >guide makes it sound so easy 8) > >User-LDT access is already available; we have dlopen & friends, anyone >care to comment about what happens when a process generates an interrupt? The User-LDT even in current is broken in a couple of ways. It was imported from NetBSD a while back, so I just ftp'ed NetBSD kernel src last night to determine what needs to be changed. Your first problem will be that it doesn't allocate enough space for the full 8192 possible LDT entries. I'll email a partial patch to those who need more than 512 LDT entries right now, but, there are still some problems with my current patch, such as leaking memory at process exit. Brian