From owner-svn-src-stable-10@freebsd.org Sun Dec 20 13:41:07 2015 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C25AAA4D6EE; Sun, 20 Dec 2015 13:41:07 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9302B1C8B; Sun, 20 Dec 2015 13:41:07 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKDf6xa042356; Sun, 20 Dec 2015 13:41:06 GMT (envelope-from jilles@FreeBSD.org) Received: (from jilles@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKDf6jT042355; Sun, 20 Dec 2015 13:41:06 GMT (envelope-from jilles@FreeBSD.org) Message-Id: <201512201341.tBKDf6jT042355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jilles set sender to jilles@FreeBSD.org using -f From: Jilles Tjoelker Date: Sun, 20 Dec 2015 13:41:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r292511 - stable/10/lib/libc/gen X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 13:41:07 -0000 Author: jilles Date: Sun Dec 20 13:41:06 2015 New Revision: 292511 URL: https://svnweb.freebsd.org/changeset/base/292511 Log: MFC r292130: exec(3): Fix COMPATIBILITY section: default path does not contain cwd. Modified: stable/10/lib/libc/gen/exec.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/gen/exec.3 ============================================================================== --- stable/10/lib/libc/gen/exec.3 Sun Dec 20 11:55:39 2015 (r292510) +++ stable/10/lib/libc/gen/exec.3 Sun Dec 20 13:41:06 2015 (r292511) @@ -28,7 +28,7 @@ .\" @(#)exec.3 8.3 (Berkeley) 1/24/94 .\" $FreeBSD$ .\" -.Dd January 24, 1994 +.Dd December 12, 2015 .Dt EXEC 3 .Os .Sh NAME @@ -223,7 +223,7 @@ and .Fn execvp functions was .Dq Pa :/bin:/usr/bin . -This was changed to place the current directory last to enhance system +This was changed to remove the current directory to enhance system security. .Pp The behavior of