From owner-svn-src-all@FreeBSD.ORG Sat Nov 26 18:13:18 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5250106564A; Sat, 26 Nov 2011 18:13:18 +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 8D0F88FC0A; Sat, 26 Nov 2011 18:13:18 +0000 (UTC) Received: from [192.168.2.115] (host86-148-124-36.range86-148.btcentralplus.com [86.148.124.36]) by cyrus.watson.org (Postfix) with ESMTPSA id 1CC7846B2A; Sat, 26 Nov 2011 13:13:16 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Robert N. M. Watson" In-Reply-To: <20111126174808.GK50300@deviant.kiev.zoral.com.ua> Date: Sat, 26 Nov 2011 18:13:14 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201111230734.pAN7YA78032998@svn.freebsd.org> <86ipmaq9i4.fsf@in138.ua3> <86vcq6n8bu.fsf@kopusha.home.net> <20111126174808.GK50300@deviant.kiev.zoral.com.ua> To: Kostik Belousov X-Mailer: Apple Mail (2.1084) Cc: Mikolaj Golub , mdf@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r227873 - head/usr.bin/procstat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Nov 2011 18:13:18 -0000 On 26 Nov 2011, at 17:48, Kostik Belousov wrote: >> in138:~% procstat -x 2008 >> PID COMM AUXV VALUE =20 >> 2008 nginx AT_PHDR 0x400040 >> 2008 nginx AT_PHENT 56 >> 2008 nginx AT_PHNUM 8 >> 2008 nginx AT_PAGESZ 4096 >> 2008 nginx AT_FLAGS 0 >> 2008 nginx AT_ENTRY 0x40de00 >> 2008 nginx AT_BASE 0x800689000 >> 2008 nginx AT_EXECPATH 0x7fffffffefca >> 2008 nginx AT_OSRELDATE 1000001 >> 2008 nginx AT_CANARY 0x7fffffffef8a >> 2008 nginx AT_CANARYLEN 64 >> 2008 nginx AT_NCPUS 2 >> 2008 nginx AT_PAGESIZES 0x7fffffffef72 >> 2008 nginx AT_PAGESIZESLEN 24 >> 2008 nginx AT_STACKPROT VM_PROT_ALL > I like this output much better. The only thing I am unsure of is > the pretty-printing of AT_STACKPROT. Might be, change it to > EXECUTABLE/NONEXECUTABLE printout. On a related note, I wouldn't mind if we stripped AT_ and lower-cased = the rest of the field name to make it slightly easier on the eyes. :-) Robert=