From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 16 17:28:59 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E4B106564A for ; Wed, 16 Apr 2008 17:28:59 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id E59DD8FC19 for ; Wed, 16 Apr 2008 17:28:58 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1BCE967C874; Wed, 16 Apr 2008 19:28:36 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QV-t-4+YQjDH; Wed, 16 Apr 2008 19:28:26 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E94A267C7F8; Wed, 16 Apr 2008 19:28:25 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m3GHSP7O081727; Wed, 16 Apr 2008 19:28:25 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 16 Apr 2008 19:28:25 +0200 From: Roman Divacky To: Jung-uk Kim Message-ID: <20080416172825.GA81674@freebsd.org> References: <200804161256.56633.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804161256.56633.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org Subject: Re: [PATCH] Add stubs for Linux 2.6.17 syscalls X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 17:28:59 -0000 On Wed, Apr 16, 2008 at 12:56:50PM -0400, Jung-uk Kim wrote: > The attached patch adds stubs for Linux 2.6.17 syscalls. Even though > some syscalls were not in official 2.6.16 kernel (e.g., > [gs]et_robust_list() showed up in 2.6.17-rc1), GNU libc started using > them for NPTL and FC4 updated 2.6 kernel to 2.6.17 later. > > If you have any concern or objection, please speak up now. please do commit... no objection from me thnx! roman