Re: [PATCH] Add -p option to ps command

2006-02-27 Thread Corinna Vinschen
Hi Jerry, On Feb 16 07:58, Jerry D. Hedden wrote: On Feb 14 07:12, Jerry D. Hedden wrote: Attached is a patch to add a -p option to the ps command to show information for only a single PID: ps -p PID Corrina Vinschen replied: Thanks for the patch. It's barely short enough so that

Re: [PATCH] Add -p option to ps command

2006-02-17 Thread Corinna Vinschen
On Feb 16 10:46, Jerry D. Hedden wrote: Original Message Subject: Re: [PATCH] Add -p option to ps command From: Corinna Vinschen [EMAIL PROTECTED]) Would you please don't copy raw email addresses in your replies? http://cygwin.com/acronyms/#PCYMTNQREAIYR 2006-02-16

Re: [PATCH] Add -p option to ps command

2006-02-16 Thread Corinna Vinschen
On Feb 14 07:12, Jerry D. Hedden wrote: Attached is a patch to add a -p option to the ps command to show information for only a single PID: ps -p PID This option is available on other implementations of ps (e.g., Solaris). Thanks for the patch. It's barely short enough so that we decided to

RE: [PATCH] Add -p option to ps command

2006-02-16 Thread Jerry D. Hedden
On Feb 14 07:12, Jerry D. Hedden wrote: Attached is a patch to add a -p option to the ps command to show information for only a single PID: ps -p PID Corrina Vinschen replied: Thanks for the patch. It's barely short enough so that we decided to put it in despite the fact that you have

Re: [PATCH] Add -p option to ps command

2006-02-16 Thread Corinna Vinschen
On Feb 16 07:58, Jerry D. Hedden wrote: Thanks. I realized one minor oversight. Using -p should imply -a so that even if the PID is not owned by the current user, it will still get listed. I've attached a patch for this (just a one line addition) that builds on top of the previous patch

RE: [PATCH] Add -p option to ps command

2006-02-16 Thread Jerry D. Hedden
Original Message Subject: Re: [PATCH] Add -p option to ps command From: Corinna Vinschen [EMAIL PROTECTED] Date: Thu, February 16, 2006 10:09 am To: cygwin-patches@cygwin.com On Feb 16 07:58, Jerry D. Hedden wrote: Thanks. I realized one minor oversight. Using -p

[PATCH] Add -p option to ps command

2006-02-14 Thread Jerry D. Hedden
Attached is a patch to add a -p option to the ps command to show information for only a single PID: ps -p PID This option is available on other implementations of ps (e.g., Solaris). Index: winsup/utils/ps.cc === --- ps.cc.orig