From owner-cvs-src@FreeBSD.ORG Thu Feb 24 18:24:16 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 727E116A4CE; Thu, 24 Feb 2005 18:24:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493CB43D2F; Thu, 24 Feb 2005 18:24:16 +0000 (GMT) (envelope-from jhb@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 j1OIOGWG077915; Thu, 24 Feb 2005 18:24:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1OIOGwx077914; Thu, 24 Feb 2005 18:24:16 GMT (envelope-from jhb) Message-Id: <200502241824.j1OIOGwx077914@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Feb 2005 18:24:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master 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: Thu, 24 Feb 2005 18:24:16 -0000 jhb 2005-02-24 18:24:16 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Use msync() to implement msync() for freebsd32 emulation. This isn't quite right for certain MAP_FIXED mappings on ia64 but it will work fine for all other mappings and works fine on amd64. Requested by: ps, Christian Zander MFC after: 1 week Revision Changes Path 1.47 +1 -1 src/sys/compat/freebsd32/syscalls.master