From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 00:28:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F68716A4CE for ; Mon, 9 Feb 2004 00:28:07 -0800 (PST) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7108143D39 for ; Mon, 9 Feb 2004 00:28:06 -0800 (PST) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.9) with ESMTP id i198S10g029488 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 9 Feb 2004 09:28:01 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i198S130029487 for current@freebsd.org; Mon, 9 Feb 2004 09:28:01 +0100 (CET) Date: Mon, 9 Feb 2004 09:28:01 +0100 From: Divacky Roman To: current@freebsd.org Message-ID: <20040209082801.GA29476@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: MAP_INHERIT mmap() flag X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 08:28:07 -0000 Hi, /usr/src/tools/regression/p1003_1b/p1003_1b doesn't compile. its because MAP_INHERIT mmap flag was removed . Is there any use of this flag? If not it should be removed from the man page. If there is some we might consider implementing it... Linux doesnt seem to know this flag and NetBSD it ignores also - we have minherit() system call which seems to do the same thing. btw: what was broken about 4.x implementation of vm inheriting? Roman Divacky