From owner-freebsd-hackers Thu Jul 30 17:25:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00824 for freebsd-hackers-outgoing; Thu, 30 Jul 1998 17:25:01 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00811 for ; Thu, 30 Jul 1998 17:24:55 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA03224; Thu, 30 Jul 1998 17:22:39 -0700 (PDT) Message-Id: <199807310022.RAA03224@implode.root.com> To: "Ron G. Minnich" cc: hackers@FreeBSD.ORG Subject: Re: freebsd mmap: does the offset have to be blocksize-aligned In-reply-to: Your message of "Thu, 30 Jul 1998 18:26:41 EDT." From: David Greenman Reply-To: dg@root.com Date: Thu, 30 Jul 1998 17:22:39 -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >any block-aligned restrictions like this in freebsd mmap? I can't think of >having seen it, but you here know better than me. I'm curious. In the MAP_FIXED case, the mapping address, after adjusting it for the requested file offset, must be page-aligned. This is the only alignment restriction. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message