From owner-svn-src-all@FreeBSD.ORG Sat Jan 10 22:15:15 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEFC7949; Sat, 10 Jan 2015 22:15:15 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE62B13; Sat, 10 Jan 2015 22:15:15 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id ex7so8437306wid.0; Sat, 10 Jan 2015 14:15:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=EdzgRYHrjEmA26fVRhaWRcIoLiRdisa5d19L42FUP7A=; b=c7UFGGv5abwAqdE5cXHNijC0ToDTeT3afQHir7c0kDSD2Hqk1YRIH6POslzGoKIowl yH23hTZLOfuZT6A9aeqXCvIrgjgaN+3oEaua99OVoEL48uELiJHqOjsulmIeDKliAhEs 0fXoML9WhrOcr8fSwCSCvR6FbjLDMwBOjA4J+h55cUtcztAaefZlX8HZrroWIQDfMk7w O9BatpZfs5EpJOkjvIr4hyk4mkBiSW+lbV90rpfJWYGAYh7hY+RXO5m4vjRmj75Q6eKS 5YgWc5UtAaJf0rUfB3YmQ885o6vWAmcPEaqhG5BavxAHoh/wcEoj8gdNLZ5CFRW8yQ53 3Plg== X-Received: by 10.180.88.33 with SMTP id bd1mr17223772wib.10.1420928112182; Sat, 10 Jan 2015 14:15:12 -0800 (PST) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id wz5sm15192066wjc.29.2015.01.10.14.15.10 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 10 Jan 2015 14:15:11 -0800 (PST) Date: Sat, 10 Jan 2015 23:15:08 +0100 From: Mateusz Guzik To: Glen Barber Subject: Re: svn commit: r276919 - head/release/doc/en_US.ISO8859-1/relnotes Message-ID: <20150110221508.GA22115@dft-labs.eu> References: <201501102203.t0AM3eFX086723@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201501102203.t0AM3eFX086723@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 22:15:15 -0000 On Sat, Jan 10, 2015 at 10:03:40PM +0000, Glen Barber wrote: > Author: gjb > Date: Sat Jan 10 22:03:39 2015 > New Revision: 276919 > URL: https://svnweb.freebsd.org/changeset/base/276919 > > Log: > Document r270745, ps(1) 'tracer' keyword addition. > > Sponsored by: The FreeBSD Foundation > > Modified: > head/release/doc/en_US.ISO8859-1/relnotes/article.xml > > Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml > ============================================================================== > --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat Jan 10 22:03:36 2015 (r276918) > +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat Jan 10 22:03:39 2015 (r276919) > @@ -382,6 +382,10 @@ > defaults to /usr/local > if unset. > > + The &man.ps.1; utility has been updated > + to include a new keyword, tracer, which displays > + the parent PID of a child process. > + 'tracer' contains pid of the process doing the tracing. The kernel used to always replace parent pid with the tracer and then ps -o ppid would report the tracer instead of the real parent. This was changed and additional field was added to report the tracer. -- Mateusz Guzik