From owner-cvs-src@FreeBSD.ORG Sat Oct 4 16:19:44 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB5CD1065691; Sat, 4 Oct 2008 16:19:44 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 57B378FC1C; Sat, 4 Oct 2008 16:19:44 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 2674B20373D; Sat, 4 Oct 2008 19:52:47 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1260272858; Sat, 04 Oct 2008 19:52:46 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.2) with ESMTP id m94FqkXf039310; Sat, 4 Oct 2008 19:52:46 +0400 (MSD) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.2/Submit) id m94FqfCJ039309; Sat, 4 Oct 2008 19:52:41 +0400 (MSD) (envelope-from root) Date: Sat, 4 Oct 2008 19:52:41 +0400 From: Chagin Dmitry To: Roman Divacky Message-ID: <20081004155241.GA39288@dchagin.dialup.corbina.ru> References: <200810041408.m94E8QSb028282@repoman.freebsd.org> <20081004153900.GA97609@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081004153900.GA97609@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Konstantin Belousov , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 16:19:44 -0000 On Sat, Oct 04, 2008 at 05:39:00PM +0200, Roman Divacky wrote: > On Sat, Oct 04, 2008 at 02:08:16PM +0000, Konstantin Belousov wrote: > > kib 2008-10-04 14:08:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/compat/linprocfs linprocfs.c > > sys/fs/procfs procfs_map.c > > Log: > > SVN rev 183600 on 2008-10-04 14:08:16Z by kib > > > > Change the linprocfs /maps and procfs /map handlers to use > > sbuf instead of doing uiomove. This allows for reads from non-zero > > offsets to work. > > > > Patch is forward-ported des@' one, and was adopted to current code > > by dchagin@ and me. > > > > Reviewed by: des (linprocfs part) > > PR: kern/101453 > > MFC after: 1 week > > > > Revision Changes Path > > 1.125 +5 -29 src/sys/compat/linprocfs/linprocfs.c > > 1.42 +7 -29 src/sys/fs/procfs/procfs_map.c > > it should be noted that this patch lets flash9 work reliably on FreeBSD. > only for compat.linux.osrelease=2.4.2 2.6.16 still requires affinity() patch. I'm sure thnx Kostik! -- Have fun! chd