Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 9 Apr 2002 23:08:05 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: ps command - revisited Message-ID: <20020410030805.GC23551@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20020409232825 DOT GC18953 AT redhat DOT com> <3126562899 DOT 1018393176 AT ADobkin-1 DOT US DOT Nortel DOT Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3126562899.1018393176@ADobkin-1.US.Nortel.Com> User-Agent: Mutt/1.3.23.1i On Tue, Apr 09, 2002 at 10:59:36PM -0400, Alan Dobkin wrote: >I don't know why Chris's process isn't showing up, but I can attest to >the fact that all Windows processes, including those associated with >services *do* appear in the ps -W output, with only two exceptions: the >System Idle Process (PID #0) and the CSRSS.EXE (Client/Server Run-Time >Subsystem) process, which is the user-mode portion of the Win32 >subsystem. As with so many other things in Cygwin, what you see is what you get from the underlying Windows API that we're using. If certain processes aren't showing up when we say "give me all of your processes", then they aren't being displayed. The exception is PID 0. The zero pid is special to cygwin so it can't be displayed due to a cygwin limitation. >Maybe cgf knows why these are missing and/or can add them to a future >release. The functionality you see now is all that I plan on providing. Patches are, as always, gratefully accepted, however. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/