From owner-p4-projects@FreeBSD.ORG Sat Feb 24 18:05:12 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 526D316A410; Sat, 24 Feb 2007 18:05:12 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2436F16A405; Sat, 24 Feb 2007 18:05:12 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.freebsd.org (Postfix) with ESMTP id A0B5913C4CE; Sat, 24 Feb 2007 18:05:11 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id l1OI5Apq094307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Feb 2007 19:05:10 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id l1OI5AHU094306; Sat, 24 Feb 2007 19:05:10 +0100 (CET) Date: Sat, 24 Feb 2007 19:05:10 +0100 From: Divacky Roman To: Alexander Leidinger Message-ID: <20070224180510.GA94176@stud.fit.vutbr.cz> References: <200702241618.l1OGISVs059862@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702241618.l1OGISVs059862@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: Perforce Change Reviews Subject: Re: PERFORCE change 114975 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 18:05:12 -0000 On Sat, Feb 24, 2007 at 04:18:28PM +0000, Alexander Leidinger wrote: > http://perforce.freebsd.org/chv.cgi?CH=114975 > > Change 114975 by netchild@netchild_magellan on 2007/02/24 16:18:14 > > - Split out the linux aio stuff into its own module. > - Let the linker find the symbols itself instead of guessing the > location. > > Submitted by: Li, Xiao > > My modifications based upon his submission: > - Some files.* + NOTES glue to be able to compile this stuff into > the kernel (the files.* stuff is underdocumented, reviews welcome). > - amd64 part > - aio compilation fixes for non-linux kernel parts > > TODO: > - run test this stuff (i386 + amd64) > - review the complete linuxaio code this looks good. what remains to do before this can be commited to cvs?