From owner-cvs-all@FreeBSD.ORG Fri Sep 3 06:24:25 2004 Return-Path: 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 DA76C16A4CE; Fri, 3 Sep 2004 06:24:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B911743D39; Fri, 3 Sep 2004 06:24:25 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i836OPG5018917; Fri, 3 Sep 2004 06:24:25 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i836OPaL018916; Fri, 3 Sep 2004 06:24:25 GMT (envelope-from roam) Message-Id: <200409030624.i836OPaL018916@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 3 Sep 2004 06:24:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys msync.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 03 Sep 2004 06:24:26 -0000 roam 2004-09-03 06:24:25 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libc/sys msync.2 Log: Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC, documenting the obsoleteness of the msync(2) syscall and its single remaining purpose. PR: 70916 Submitted by: Radim Kolar MFC after: 3 days Revision Changes Path 1.28 +9 -0 src/lib/libc/sys/msync.2