From owner-cvs-all@FreeBSD.ORG Wed Sep 20 17:24:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C50416A4A7; Wed, 20 Sep 2006 17:24:27 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C3943D5D; Wed, 20 Sep 2006 17:24:20 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8KHOKZv065923; Wed, 20 Sep 2006 17:24:20 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8KHOKXB065922; Wed, 20 Sep 2006 17:24:20 GMT (envelope-from netchild) Message-Id: <200609201724.k8KHOKXB065922@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 20 Sep 2006 17:24:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/linux linux_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:24:27 -0000 netchild 2006-09-20 17:24:20 UTC FreeBSD src repository Modified files: sys/i386/linux linux_machdep.c Log: Bring the i386 linux mmap code more into line with how linux (2.4.x) behaves. This fixes a lot of test which failed before. For amd64 there are still some problems, but without any testers which apply patches and run some predefines tests we can't do more ATM. Submitted by: Marcin Cieslak (minor fixups by myself) Tested with: LTP Revision Changes Path 1.56 +42 -2 src/sys/i386/linux/linux_machdep.c