From owner-cvs-src@FreeBSD.ORG Wed Jan 19 18:13:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB46716A4CE; Wed, 19 Jan 2005 18:13:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F2343D45; Wed, 19 Jan 2005 18:13:41 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0JIDfbh072760; Wed, 19 Jan 2005 18:13:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0JIDfni072759; Wed, 19 Jan 2005 18:13:41 GMT (envelope-from kensmith) Message-Id: <200501191813.j0JIDfni072759@repoman.freebsd.org> From: Ken Smith Date: Wed, 19 Jan 2005 18:13:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/i386/linux linux_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 19 Jan 2005 18:13:41 -0000 kensmith 2005-01-19 18:13:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/i386/linux linux_sysvec.c Log: MFS of v1.55.2.10: MFC revision 1.105: date: 2002/09/07 04:59:49; author: peter; state: Exp; lines: +1 -0 Supposedly linux has added a 6th syscall arg register (%ebp). I am not 100% sure if this is enough, but it will not harm anything. This appears to fix some breakage with the emulation of linux's mmap2(). When that function became available recently the linux executables started using it which broke installing the emulators/linux_base-8 port. Pointer from: akiyama Approved by: re (scottl) Revision Changes Path 1.55.2.9.14.1 +1 -0 src/sys/i386/linux/linux_sysvec.c