From owner-svn-src-stable@FreeBSD.ORG Tue Feb 3 16:08:48 2009 Return-Path: Delivered-To: svn-src-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29974106566C; Tue, 3 Feb 2009 16:08:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0292F8FC1C; Tue, 3 Feb 2009 16:08:48 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id ACA4946B17; Tue, 3 Feb 2009 11:08:47 -0500 (EST) Date: Tue, 3 Feb 2009 16:08:47 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Diomidis Spinellis In-Reply-To: <49885049.8040505@aueb.gr> Message-ID: References: <200902031307.n13D7Y8l030992@svn.freebsd.org> <49885049.8040505@aueb.gr> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-stable-7@FreeBSD.ORG, svn-src-stable@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG, Diomidis Spinellis Subject: Re: svn commit: r188069 - stable/7/bin/cp X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 16:08:49 -0000 On Tue, 3 Feb 2009, Diomidis Spinellis wrote: > Robert Watson wrote: >> On Tue, 3 Feb 2009, Diomidis Spinellis wrote: >> >>> Author: dds Date: Tue Feb 3 13:07:34 2009 New Revision: 188069 URL: >>> http://svn.freebsd.org/changeset/base/188069 >>> >>> Log: >>> MFC r184342 from head to stable/7 >>> >>> Add fallback when mmap fails on regular files. Some filesystems, >>> like smbnetfs, do not support mmap. >> >> You mean smbfs? > > The original report of the problem > > concerned SMBNetFS - a user-space implementation of SMB > . Ah, OK. Be aware that it's not possible to execve(2) from a file system that doesn't support memory mapping... Robert N M Watson Computer Laboratory University of Cambridge