X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=a5TBGffQce57EoUwP7ewGF7By+x9CNfDBfE7n429FN6
	4ZflRKRLiObgfQvS2u1btnBWDdPy8Zwe6ykQKIsH0u8QOhBcaKfkpw3fZdod8lYy
	SsMQ/i+sEj91J7hovOl16XZnpyceQILP9Upbuk4SnccndeeA517vNct9sfSNin/4
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=cCHZ7fKyxkiCbBrfL26i9Gh4wts=; b=I8dKHs88tddJuY7vi
	gMopQPomH84EcgcVc15bAE2g0qeD6+RA+OHghEn826HJ/4v2M9VgKWDWVju6rjNr
	GxRZEe0+O2BwXwF3FpHhYUH25W6BkMEKNJnS0xi5Tb24kl0sZHR7LmL1w2Jr4R7r
	9xPHeMEMYO5pZg0HR5U4kFxIF8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,FREEMAIL_FROM,KAM_EXEURI,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-wi0-f171.google.com
X-Received: by 10.181.13.42 with SMTP id ev10mr5970984wid.78.1418915327317;        Thu, 18 Dec 2014 07:08:47 -0800 (PST)
Message-ID: <5492EDFC.5080608@gmail.com>
Date: Thu, 18 Dec 2014 16:08:44 +0100
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: ps questions
References: <CAO2ddnZChb-n9+Z1YEWCFSA=WTaYfkmHdjMZk7Te5JYckUDE+Q@mail.gmail.com>
In-Reply-To: <CAO2ddnZChb-n9+Z1YEWCFSA=WTaYfkmHdjMZk7Te5JYckUDE+Q@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes



On 12/18/2014 3:52 PM, Kizito Porta Balanyà wrote:
> Hello,
>
> I can't find where "ps -W" is coded in the procps source files. Is it
> there ? is it in cygwin.dll? What are you doing "internally" with the
> -W option?
>
> Another question related is: It is possible to map windows processes
> to the /proc filysystem. Any way or hint?
>
> Thanks a lot for your time and thanks for the other answered questions.
>
> Regards.
>

ps is part of the cygwin package

https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86%2Fcygwin%2Fcygwin-1.7.33-1&grep=ps.exe

https://cygwin.com/viewvc/src/winsup/utils/ps.cc?revision=1.38&view=markup

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

