From owner-cvs-all@FreeBSD.ORG Mon Jul 10 21:42:57 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E6C16A4DF; Mon, 10 Jul 2006 21:42:57 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177A643D6A; Mon, 10 Jul 2006 21:42:55 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6ALgsQs068765; Mon, 10 Jul 2006 17:42:54 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: src-committers@freebsd.org Date: Mon, 10 Jul 2006 17:42:03 -0400 User-Agent: KMail/1.9.1 References: <200607102138.k6ALcHua085219@repoman.freebsd.org> In-Reply-To: <200607102138.k6ALcHua085219@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607101742.04172.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 10 Jul 2006 17:42:54 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1591/Mon Jul 10 15:41:02 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c src/sys/compat/svr4 svr4_stream.c svr4_util.h src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:42:57 -0000 On Monday 10 July 2006 17:38, John Baldwin wrote: > jhb 2006-07-10 21:38:17 UTC > > FreeBSD src repository > > Log: > - Retire the stackgap from SVR4 compat as it is no longer used. This also finishes off the last of the stackgap in the kernel overall. There is one remaining reference in some uncompiled #if 0 code to try to simulate svr4 [gs]et_mcontext() by using the stackgap to call sysarch() to change the LDT. If anyone decides to actually implement that they'll have to define a suitable KPI to do it instead (if one doesn't already exist). -- John Baldwin