From owner-svn-src-user@FreeBSD.ORG Mon Apr 27 13:50:12 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50F0B3FE; Mon, 27 Apr 2015 13:50:12 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D08116B6; Mon, 27 Apr 2015 13:50:12 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EFF95B953; Mon, 27 Apr 2015 09:50:10 -0400 (EDT) From: John Baldwin To: Garrett Cooper Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r282079 - user/ngie/more-tests/tests/sys/mmap Date: Mon, 27 Apr 2015 09:31 -0400 Message-ID: <2069493.DCDuT4HIma@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201504270913.t3R9DC9g029720@svn.freebsd.org> References: <201504270913.t3R9DC9g029720@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 27 Apr 2015 09:50:11 -0400 (EDT) X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 13:50:12 -0000 On Monday, April 27, 2015 09:13:12 AM Garrett Cooper wrote: > Author: ngie > Date: Mon Apr 27 09:13:11 2015 > New Revision: 282079 > URL: https://svnweb.freebsd.org/changeset/base/282079 > > Log: > Remove tests/sys/mmap > > I changed my mind and integrated it into tests/sys/kern instead of > tests/sys/mmap, because the former location made more sense, and there was > only 1 test program to account for in the latter (and original) location > > Deleted: > user/ngie/more-tests/tests/sys/mmap/ Note that technically mmap lives in sys/vm (vm_mmap.c), not sys/kern. :) -- John Baldwin