X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=b5DiYRBpxWgpWJm9wY3YFKeVCUVlYM9OuYbvzgB2MmbGPgzwrUwCv R93b7vMARCnxUZJsGGpzjP5UdiWF7SxFz2ORK++ObmWYokQG6KnP9QAxIAUACR0Y qjq96ZuzDRKwkA5Xc0Mj1OaoagtLsnXNrOANAuDkXvToQ48fnwOrvI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=l4eVDMHfP1Xt/om6pBvCUl3mAyg=; b=P4Isgl78ujMSmA4oBqudGfypavbO vOtciww2XJhg+mmGz4Km/H5yHy1Fy4k3hGZNPtZHnoNbDObhCSd9LC+oBAGS/KZF 6yW+JkL/vBSQceXTlSgZR0KdxlqTtvxFqmN7sNIeSZH35J1RbOUkDLLd/6mGrO93 VP8HrGmWTt8f6ik= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_40,FSL_HELO_BARE_IP_2,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: More details about the tmux 2.0 regression Date: Tue, 9 Jun 2015 06:58:27 +0000 (UTC) Lines: 1 Message-ID: References: <20150608124159 DOT GE3005 AT calimero DOT vinschen DOT de> <20150608132103 DOT GJ3005 AT calimero DOT vinschen DOT de> <20150608154334 DOT GA13266 AT calimero DOT vinschen DOT de> <20150608171813 DOT GA15150 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t596x0ve016167 Corinna Vinschen cygwin.com> writes: > > On another front, I've recently uĆ¼streamed a patch for a Perl distribution > > to use /proc/pid/statm because ps from Cygwin doesn't implement a switch to > > show the vmsize information. The maintainer of said distribution said he > > was expecting a BSD ps before anything else and didn't like the Linux /proc > > interface a lot, but it seems we might want to move to a more modern ps > > implementation (Linux ps uses /proc under the hood, AFAIK) when the > > underlying functionality in Cygwin has that covered. > > Use procps? Jettison ps and move procps into Base? It looks like it wouldn't pull in any new dependencies beyond libncursesw. Regards, Achim.