Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 1995 22:12:09 +0800 (WST)
From:      Peter Wemm <peter@jhome.DIALix.COM>
To:        Joerg Wunsch <joerg@freefall.freebsd.org>
Cc:        cvs-bin@freefall.freebsd.org, CVS-committers@freefall.freebsd.org
Subject:   Re: cvs commit: src/bin/ps ps.1
Message-ID:  <Pine.BSF.3.91.951230215500.6208B-100000@jhome.DIALix.COM>
In-Reply-To: <199512301352.FAA18625@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 30 Dec 1995, Joerg Wunsch wrote:
> joerg       95/12/30 05:52:04
> 
>   Modified:    bin/ps    ps.1
>   Log:
>   Small man page tweaks:
>   
>   . mention the need for procfs
>   . make it clear that default sorting is first by ctty, then by PID

Hmm. this was a suprise to me...  I thought procfs was optional, but it 
doesn't look like, since libkvm reads the /proc/<pid>/mem files.

BTW, libkvm should only try to grab /proc/<pid>/mem from if ISALIVE(kd) is
true..  Otherwise doing a ps on a dead kernel is going to look pretty
interesting.. :-)

Also, it sounds like it's time to put a warning in GENERIC and LINT 
saying that procfs is needed for 'ps' and 'gdb' to work completely.
(gdb uses it to attach to processes)

-Peter




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951230215500.6208B-100000>