From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 24 08:10:15 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5F2916A541 for ; Sun, 24 Jun 2007 08:10:15 +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 8F27A13C45A for ; Sun, 24 Jun 2007 08:10:15 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7A5898BE864; Sun, 24 Jun 2007 10:10:09 +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 BQsNGcNdxX0H; Sun, 24 Jun 2007 10:10:08 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2DF298BE724; Sun, 24 Jun 2007 10:10:08 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l5O8A5kU070930; Sun, 24 Jun 2007 10:10:05 +0200 (CEST) (envelope-from rdivacky) Date: Sun, 24 Jun 2007 10:10:05 +0200 From: Roman Divacky To: Alexander Leidinger Message-ID: <20070624081005.GA70874@freebsd.org> References: <20070623180527.46d8b270@deskjail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070623180527.46d8b270@deskjail> User-Agent: Mutt/1.4.2.3i Cc: emulation@freebsd.org Subject: Re: Testers for linuxulator MFC needed 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: Sun, 24 Jun 2007 08:10:15 -0000 > Note: if nobody tests (I need all of the above mentioned tests), there > will be no MFC. > > And this is what is contained in the patch: > ---snip--- > MFC: > - kern_descrip.c rev 1.296, syscallsubr.h rev 1.41 by jhb: > Add a kern_close() so that the ABIs can close a file descriptor w/o > having to populate a close_args struct and change some of the places > that do. > - sync linuxulator (bugfixes + minor syscalls): > * mmap fixes > * fix memleaks > * add mprotect/iopl/lstat/ftruncate/statfs64/timer_*/mq_* > * more errno value mapping > * don't limit number of syscalls to 255 > * allow to exec libs > * ioctl TIOCGPTN > * handle more socket options > * de-COMPAT_43-ify do you plan to remove COMPAT_43 from GENERIC? also.. I think we extended rlimit as well thnx for the work!